@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;
}

dl {
  padding: 0;
  margin: 0;
}
dl dt {
  font-weight: normal;
}

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

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

body {
  font-size: 1.5rem;
  line-height: 2;
  color: #000000;
  background: url(../img/common/bg.png);
  background-size: 100px;
  font-family: "Rokkitt", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
body.is-hidden {
  overflow: hidden;
}

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;
}

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-mb40 {
  margin-bottom: 40px !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;
  }
}

/*----------------------------------------
  @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 {
    padding: 0 4vw;
  }
}

main {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer a:hover {
  text-decoration: none;
}
.l-footer__info {
  background: #ffffff;
}
.l-footer__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__info ul li {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 50%;
  border-right: 1px solid #000000;
}
.l-footer__info ul li:last-child {
  border-right: 0;
}
.l-footer__info ul li a {
  padding: 4%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000;
  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-footer__info ul li a {
    padding: 6% 6%;
    line-height: 1.8;
  }
}
.l-footer__info ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.l-footer__info ul li a span {
  position: relative;
  z-index: 1;
}
.l-footer__info ul li a span.title {
  font-size: 1.5rem;
  font-weight: bold;
}
.l-footer__info ul li a span.eng {
  font-size: 1rem;
}
.l-footer__info ul li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/ico-arrow-link.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  content: "";
  z-index: 1;
}
.l-footer__info ul li a:hover::before {
  left: 0;
}
.l-footer__info ul li a:hover:after {
  background: url(../img/common/ico-arrow-link_white.svg) no-repeat;
  background-size: 100%;
}
.l-footer__info ul li a:hover span {
  color: #fff;
}
.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__inner {
    margin-bottom: 20px;
  }
}
.l-footer__contact__inner .title {
  font-size: 2rem;
  font-weight: bold;
}
.l-footer__bottom {
  background: #ffffff;
  padding: 2.2% 4%;
  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) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 7% 4%;
  }
}
.l-footer__bottom__logo {
  width: 170px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__logo {
    margin: 0 auto 10px;
  }
}
.l-footer__bottom__address {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__address {
    text-align: center;
  }
}
.l-footer__bottom__menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu-main {
    display: none;
  }
}
.l-footer__bottom__menu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 1.1rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu-sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__bottom__menu .l-footer__bottom__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu .l-footer__bottom__copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-footer__bottom__menu .l-footer__bottom__copyright span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__menu .l-footer__bottom__copyright span {
    margin-right: 0;
    text-align: center;
  }
}
.l-footer__bottom__menu .l-footer__bottom__copyright span:last-child {
  margin-right: 0;
}

/*----------------------------------------
	@use
----------------------------------------*/
.toggle-menu {
  background: rgba(0, 0, 0, 0.4); /* 半透明の白 */
  backdrop-filter: blur(10px); /* 背景をぼかす */
  -webkit-backdrop-filter: blur(10px); /* Safari対応 */
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 995;
  display: none;
  padding: 10vw 6vw;
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    padding: 10vw 5vw;
    z-index: 998;
  }
}
.toggle-menu__toggle {
  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: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 100%;
  position: fixed;
  right: 3vw;
  top: 4vw;
}
.toggle-menu__toggle > span {
  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: 20px;
  height: 10px;
}
.toggle-menu__toggle > span span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__toggle > span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.toggle-menu.is-active .toggle-menu__toggle > span span {
  background: #000000;
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(1) {
  -webkit-transform: translateY(4.5px) rotate(-45deg);
          transform: translateY(4.5px) rotate(-45deg);
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(2) {
  -webkit-transform: translateY(-4.5px) rotate(45deg);
          transform: translateY(-4.5px) 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__menu {
  margin-bottom: 20px;
}
.toggle-menu__main__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__menu 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__menu ul li {
    width: calc(50% - 15px);
  }
}
.toggle-menu__main__menu ul li a {
  font-size: 2rem;
  padding: 6px;
  color: #ffffff;
  display: block;
  font-style: normal;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__menu ul li a {
    font-size: 1.5rem;
    padding: 9px;
  }
}
.toggle-menu__main__sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__sub_menu {
    gap: 0 17px;
  }
}
.toggle-menu__main__sub_menu ul {
  margin-bottom: 15px;
}
.toggle-menu__main__sub_menu ul li {
  margin-bottom: 10px;
}
.toggle-menu__main__sub_menu ul li a {
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__sub_menu ul li a {
    font-size: 1rem;
  }
}
.toggle-menu__main__sub_menu ul li a:before {
  content: "";
  background: url(../img/_common/ico_link__arrow__white.svg) no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-menu__main__sub_menu ul li a:hover:before {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.toggle-menu__main__instagram_menu {
  margin-bottom: 20px;
}
.toggle-menu__main__instagram_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.toggle-menu__main__instagram_menu ul li a {
  color: #ffffff;
}
.toggle-menu__main__instagram_menu ul li i {
  width: 15px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.toggle-menu__main__instagram_menu ul li i img {
  width: 100%;
  height: auto;
}
.toggle-menu__main__instagram_menu ul li.-youtube i {
  position: relative;
  top: -4px;
}
.toggle-menu__main__bottom_menu {
  margin-bottom: 20px;
}
.toggle-menu__main__bottom_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-bottom: 15px;
}
.toggle-menu__main__bottom_menu ul li {
  margin-bottom: 10px;
}
.toggle-menu__main__bottom_menu ul li a {
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__bottom_menu ul li a {
    font-size: 1.1rem;
  }
}

/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  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;
  width: 100%;
  padding: 1.5% 4%;
  background: #ffffff;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 767px) {
  .l-header {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2.5% 4%;
  }
}
.l-header__inner {
  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;
}
.l-header__logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 16rem;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav ul li a {
  font-size: 1.3rem;
  font-weight: 600;
}
.l-header__nav ul li a:hover {
  text-decoration: none;
}
.l-header__nav ul li.-contact a {
  background: #000000;
  border-radius: 100px;
  color: #ffffff;
  padding: 7px 18px 4px;
  display: inline-block;
}
.l-header__toggle {
  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: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}
.l-header__toggle > span {
  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: 20px;
  height: 10px;
}
.l-header__toggle > span span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__toggle > span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  font-size: 1rem;
  padding: 10px 0;
  border-top: 2px solid #FA6262;
}
.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: #FA6262;
  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: inline-block;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 10px 60px 6px;
  border-radius: 100px;
  border: 1px solid #000000;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c_button {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 8px 66px 7px;
    line-height: 1.5;
  }
}
.c_button:hover {
  text-decoration: none;
}

.c_button:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/ico-arrow-link.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  content: "";
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  z-index: -1;
}

.c_button:hover::before {
  left: 0;
}

.c_button:hover {
  color: #ffffff;
  opacity: 1;
}

.c_button:hover:after {
  background: url(../img/common/ico-arrow-link_white.svg) no-repeat;
  background-size: 100%;
}

.c_button > * {
  position: relative;
  z-index: 1;
}

.c-button__arrow {
  position: relative;
  display: block;
  min-height: 40px;
  padding-left: 40px;
  padding-top: 8px;
  color: #ffffff;
}
.c-button__arrow:before {
  background: #ffffff url(../img/_common/ico_link__arrow.svg) no-repeat center;
  background-size: 8px;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-button__arrow:hover:before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
.c-button__arrow.--black {
  color: #000000;
}
.c-button__arrow.--black:before {
  background: #000000 url(../img/_common/ico_link__arrow__white.svg) no-repeat center;
  background-size: 8px;
}

/*----------------------------------------
  @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-wrap input[type=checkbox] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
}
.form-wrap 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-wrap input[type=radio] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
  border-radius: 100%;
  margin-right: 4px;
}
.form-wrap 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-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.form-wrap dl dt {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  width: 190px;
  margin-bottom: 0;
}
.form-wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-wrap dl dd label {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.form-wrap dl dd input[type=text] {
  padding: 2px 6px;
  background: #ffffff;
  width: 100%;
  border: 1px solid #707070;
}
.form-wrap 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-wrap dl.contact_n dt {
  width: 100%;
}
.form-wrap dl.contact_n dd {
  width: 100%;
}
.form-wrap dl.contact_n textarea {
  width: 100%;
  border: 1px solid #707070;
  background: #ffffff;
  height: 120px;
  margin-top: 6px;
}
.form-wrap .syubetsu dd label {
  display: inline-block;
  margin-right: 10px;
}
.form-wrap .privacy {
  height: 120px;
  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-wrap .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-wrap .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-wrap .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 #FA6262;
  border-right: 3px solid #FA6262;
  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
----------------------------------------*/
.subpage__head {
  margin-bottom: 20px;
}
.subpage__head .eng {
  font-weight: normal;
  font-size: 1.6rem;
}

/*----------------------------------------
  @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: #FA6262;
}
@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: #FA6262;
}
.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
----------------------------------------*/
.list-dl dl {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-bottom: 1px dashed #000000;
}
.list-dl dl dt {
  font-weight: normal;
  padding-bottom: 12px;
}

.list-dl-summary dl {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.list-dl-summary dl dt {
  font-weight: normal;
  padding-bottom: 12px;
}

.list-dl-history dl {
  margin-bottom: 18px;
}
.list-dl-history dl dt {
  position: relative;
  font-size: 1.4rem;
  color: #666666;
  padding-bottom: 12px;
}
.list-dl-history dl dt:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 39%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .list-dl-history dl dt:after {
    width: 65%;
  }
}

/*----------------------------------------
  @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: #FA6262 transparent transparent transparent;
  margin: auto;
  opacity: 0;
}
.c-tab__button li.is-current {
  color: #fff;
  background: #FA6262;
}
.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-center {
  text-align: center;
}

.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;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	.row
----------------------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.row .col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.row .col-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.row.-pa_all {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .row.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px 0;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	animation
----------------------------------------*/
.show-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下から or 横ならXに変える */
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  will-change: opacity, transform;
}

.show-on-scroll.horizontal {
  -webkit-transform: translateX(30px);
          transform: translateX(30px); /* 横から出したい要素にこのクラスを追加 */
}

.show-on-scroll.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*----------------------------------------
	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
----------------------------------------*/
.p-front-mv {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    padding: 0 4%;
  }
}
.p-front-mv__main-img {
  width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-mv__main-img {
    width: 85vw;
  }
}
.p-front-mv__news {
  margin-top: 20px;
}
.p-front-mv__news .s_label {
  font-size: 1.3rem;
}
.p-front-mv__news .s_label span {
  background: #000000;
  color: #ffffff;
  padding: 2px 12px;
  display: inline-block;
}
.p-front-mv__news__inner {
  background: #ffffff;
  padding: 20px 25px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__news__inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-mv__news__inner .date {
  font-size: 1.3rem;
  margin-right: 12px;
}

.p-front-about {
  margin-bottom: 100px;
}
.p-front-about__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-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-about__txt p {
  margin-bottom: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-front-about__txt p {
    line-height: 2;
  }
}
.p-front-about__txt p:last-child {
  margin-bottom: 0;
}
.p-front-about__illust {
  position: relative;
  width: 410px;
}
@media screen and (max-width: 767px) {
  .p-front-about__illust {
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
    height: 212px;
  }
}
.p-front-about__illust ul {
  position: relative;
}
.p-front-about__illust ul li {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .p-front-about__illust ul li {
    width: 400px;
  }
}

.p-front-point1 {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .p-front-point1__inner {
    width: 400px;
  }
}
.p-front-point1 .l-container {
  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-point1 .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-point1__title {
  margin-bottom: 20px;
}
.p-front-point1__title span {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-shadow: 3px 3px 0 #F9DFDE;
}
@media screen and (max-width: 767px) {
  .p-front-point1__title span {
    font-size: 2.1rem;
  }
}
.p-front-point1__txt {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .p-front-point1__img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-point1__img {
    margin-top: 20px;
  }
}

.p-front-point2 {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .p-front-point2__inner {
    width: 400px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-front-point2 .l-container {
  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-point2 .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-point2__title {
  margin-bottom: 20px;
}
.p-front-point2__title span {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-shadow: 3px 3px 0 #D3E9CC;
}
@media screen and (max-width: 767px) {
  .p-front-point2__title span {
    font-size: 2.1rem;
  }
}
.p-front-point2__txt {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .p-front-point2__img {
    width: 500px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-front-point2__img {
    margin-top: 20px;
  }
}

.p-front-column {
  margin-bottom: 60px;
}
.p-front-column__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-column__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 767px) {
  .p-front-column .head {
    width: 400px;
  }
}
.p-front-column__title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-front-column__title {
    margin-bottom: 10px;
  }
}
.p-front-column__title span {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-shadow: 3px 3px 0 #F2DEB2;
}
@media screen and (max-width: 767px) {
  .p-front-column__title span {
    font-size: 2.1rem;
  }
}
.p-front-column__txt {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-front-column__list {
    display: none;
  }
}
.p-front-column__list li {
  padding: 9px 6px;
  background: #ffffff;
  border-top: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-front-column__list li:last-child {
  border-bottom: 1px solid #000000;
}
.p-front-column__list li.-active {
  background: #dedede;
}
.p-front-column__list li:hover {
  padding-left: 12px;
}
.p-front-column__list li .title {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.1rem;
}
.p-front-column__list li:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/ico-arrow-link.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  content: "";
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-front-column__img {
    width: 400px;
  }
}
.p-front-column__main {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-front-column__main {
    width: 530px;
  }
}
.p-front-column__main .title__wrap {
  position: absolute;
  top: 20px;
  left: -12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  background: #ffffff;
  line-height: 1.2;
  padding: 6px 14px;
  border: 1px solid #000000;
}
.p-front-column__main .title__wrap .title {
  font-weight: bold;
  padding-top: 3px;
  display: inline-block;
}
.p-front-column__sp_main {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-front-column__sp_main {
    width: 530px;
  }
}
.p-front-column__sp_main .col {
  position: relative;
  margin-bottom: 25px;
}
.p-front-column__sp_main .col:last-child {
  margin-bottom: 0;
}
.p-front-column__sp_main .title__wrap {
  position: absolute;
  top: 20px;
  left: -12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  background: #ffffff;
  line-height: 1.2;
  padding: 6px 14px;
  border: 1px solid #000000;
}
.p-front-column__sp_main .title__wrap .title {
  font-weight: bold;
  padding-top: 3px;
  display: inline-block;
}

.p-front-news {
  padding-top: 60px;
}
.p-front-news__container {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-news__container {
    padding: 0 4vw;
  }
}
.p-front-news__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-news__title {
    margin-bottom: 40px;
  }
}
.p-front-news__title span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-shadow: 3px 3px 0 #f4ec8c;
}
.p-front-news__list ul {
  background: #ffffff;
  margin: 0 60px;
}
.p-front-news__list ul li {
  border-bottom: 1px solid #000000;
  padding: 20px;
}
.p-front-news__list ul li:last-child {
  border-bottom: 0;
}
.p-front-news__list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-front-news__list ul li .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
.p-front-news__list ul li .date {
  line-height: 1.4;
  width: 120px;
  display: inline-block;
}

.p-front-works {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-front-works {
    margin-bottom: 0;
  }
}
.p-front-works__inner {
  max-width: 600px;
}
.p-front-works__container {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-works__container {
    padding: 0 4vw;
  }
}
.p-front-works__title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-front-works__title {
    margin-bottom: 10px;
  }
}
.p-front-works__title span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-shadow: 3px 3px 0 #B2C1D2;
}
.p-front-works__txt {
  margin-bottom: 15px;
}
.p-front-works .slick {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 1000px);
}
@media screen and (max-width: 767px) {
  .p-front-works .slick {
    display: none;
  }
}
.p-front-works .slick__inner {
  margin: 0 auto;
  padding: 0 20px;
}
.p-front-works .slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}
.p-front-works .slick__images {
  padding: 0 0 60px 60px;
}
.p-front-works .slick__prev,
.p-front-works .slick__next {
  position: absolute;
  top: -40px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #000000;
  background: #fff;
}
.p-front-works .slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: calc(100vw - 100% + 95px);
}
.p-front-works .slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: calc(100vw - 100% + 30px);
}
.p-front-works .slick__prev:before,
.p-front-works .slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #18212b;
  border-right: 1px solid #18212b;
  opacity: 1;
  content: "";
}
.p-front-works .slick__prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}
.p-front-works .slick__next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.p-front-works .slick__image {
  position: relative;
  width: 310px;
  margin-right: 30px;
}
.p-front-works .slick__image figcaption {
  margin-top: 15px;
  line-height: 1.5;
}
.p-front-works .slick__image:before {
  display: block;
  content: "";
}
.p-front-works .slick__image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-works .sp_list {
  margin-top: 15px;
}
.p-front-works .sp_list .slick__image {
  margin-bottom: 35px;
  margin: 0 auto 15px;
  width: 100%;
}
.p-front-works .sp_list .slick__image:last-child {
  margin-bottom: 0;
}

.p-front-company__title {
  margin-bottom: 10px;
}
.p-front-company__title span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-shadow: 3px 3px 0 #F4EC8C;
}
.p-front-company .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-company .bnr-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-company .bnr-list li {
  width: calc(50% - 20px);
  position: relative;
  height: 190px;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-front-company .bnr-list li {
    width: 100%;
    height: 120px;
  }
}
.p-front-company .bnr-list li:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-front-company .bnr-list li figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-front-company .bnr-list li figure img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -o-object-fit: cober;
     object-fit: cober;
}
.p-front-company .bnr-list li .title_wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: -15px;
  margin-top: 15px;
}
.p-front-company .bnr-list li .title_wrap span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  padding: 4px 12px;
  line-height: 1.2;
  border: 1px solid #000000;
}
.p-front-company .bnr-list li .title_wrap .title {
  font-size: 1.4rem;
}
.p-front-company .bnr-list li .title_wrap .eng {
  font-size: 1rem;
  position: relative;
  top: -2px;
}

.panf_bnr {
  margin-top: 20px;
  margin-bottom: 35px;
}
.panf_bnr a {
  background: #ffffff;
  padding: 16px 20px;
  display: block;
  text-align: center;
  border: 1px solid #707070;
  position: relative;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .panf_bnr a {
    padding: 12px 0px;
    font-size: 1.3rem;
  }
}
.panf_bnr a:hover {
  text-decoration: none;
  background: #F4EC8C;
}
.panf_bnr a:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/common/ico-arrow-link02.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
.page_ttl__wrap {
  background: #ffffff;
  padding: 20px 6% 12px;
  border-top-right-radius: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_ttl__wrap {
    padding: 9px 6% 5px;
  }
}
.page_ttl__wrap .eng {
  font-size: 2.6rem;
  margin-right: 15px;
  font-weight: bold;
}
.page_ttl__wrap .title {
  font-weight: bold;
}

/*----------------------------------------
  @use
----------------------------------------*/
.contact-content .contact-tab {
  margin-bottom: 40px;
}
.contact-content .contact-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-content .contact-tab ul li {
  background: #dedede;
  padding: 12px 5px;
  line-height: 1.6;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333333333%;
}
.contact-content .contents {
  /* 共通リセット */
  /* チェックボックス */
  /* ラジオボタン */
  /* ラベル・テキストの整列 */
  /* テキスト部分 */
}
.contact-content .contents .hiyobox {
  border: 1px solid #000000;
  padding: 20px;
  margin-top: 20px;
}
.contact-content .contents .hiyobox dt {
  margin-bottom: 12px;
}
.contact-content .contents .hiyobox dd i {
  font-style: normal;
}
.contact-content .contents input[type=text], .contact-content .contents input[type=email] {
  background: #dedede;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .contact-content .contents input[type=text], .contact-content .contents input[type=email] {
    width: 100%;
    margin: 10px 0;
  }
}
.contact-content .contents textarea {
  background: #dedede;
  padding: 4px 10px;
  width: 100%;
}
.contact-content .contents select {
  background: #dedede;
  padding: 4px 10px;
  width: 100%;
}
.contact-content .contents .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.contact-content .contents .form-btn input[type=submit] {
  background: #000000;
  color: #ffffff;
  padding: 10px 30px;
  width: 100%;
}
.contact-content .contents .mwform-checkbox-field input[type=checkbox],
.contact-content .contents .mwform-radio-field input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  border: 1px solid #666;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-content .contents .mwform-checkbox-field input[type=checkbox]:checked {
  background-color: #333333;
  border-color: #333333;
}
.contact-content .contents .mwform-checkbox-field input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.contact-content .contents .mwform-checkbox-field input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact-content .contents .mwform-radio-field input[type=radio] {
  border-radius: 50%;
}
.contact-content .contents .mwform-radio-field input[type=radio]:checked {
  background-color: #333333;
}
.contact-content .contents .mwform-radio-field input[type=radio]::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 3.5px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.contact-content .contents .mwform-radio-field input[type=radio]:checked::after {
  opacity: 1;
}
.contact-content .contents .mwform-checkbox-field label,
.contact-content .contents .mwform-radio-field label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}
.contact-content .contents .mwform-checkbox-field-text,
.contact-content .contents .mwform-radio-field-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contact-content .contents form > dl {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-content .contents form > dl {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contact-content .contents form > dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: normal;
}
.contact-content .contents form > dl dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 767px) {
  .contact-content .contents form > dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contact-content .contents form > dl dd dl dt {
  font-weight: normal;
}
.contact-content .privacy {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 25px 10px;
  text-align: center;
}
.contact-content .privacy a {
  text-decoration: underline;
}

/*----------------------------------------
  @use
----------------------------------------*/
.about-section__table tr th {
  width: 120px;
  font-weight: normal;
}
.about-section__table tr th, .about-section__table tr td {
  padding: 8px 0;
}
.about-section .about-section__table {
  margin: 0 auto;
}

/*----------------------------------------
  @use
----------------------------------------*/
.showroom-content__section {
  padding-bottom: 120px;
}
.showroom-content .sub--main--showroom--summary {
  padding: 6vw;
}
.showroom-content .sub--main--showroom--summary .head {
  margin-bottom: 4vw;
}
.showroom-content .showroom--point {
  background: #1A1A1A;
  padding: 6vw;
  padding-bottom: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .showroom-content .showroom--point {
    padding-right: 0;
  }
}
.showroom-content .showroom--point .inner h4 {
  margin-bottom: 10px;
}
.showroom-content .showroom--point .inner .txt {
  margin-bottom: 20px;
}
.showroom-content .shoroom--photo {
  background: #1A1A1A;
  padding: 6vw;
  padding-bottom: 0;
  color: #ffffff;
}
.showroom-content .showroom--rental {
  background: #1A1A1A;
  padding: 6vw;
  color: #ffffff;
}

/*----------------------------------------
  @use
----------------------------------------*/
.award-content .archiveWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .award-content .archiveWrap {
    gap: 20px 0;
  }
}
.award-content .award-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .award-content .award-article {
    gap: 0 30px;
  }
}
.award-content .award-article .dateCate {
  font-style: normal;
  font-size: 1.8rem;
  color: #cccccc;
  line-height: 1;
}
.award-content .award-article .postTit {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.award-content .award-article p {
  font-size: 1rem;
}

/*----------------------------------------
  @use
----------------------------------------*/
.news-content .archiveWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.news-content .news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .news-content .news-article {
    padding: 14px 0;
  }
}
.news-content .news-article .dateCate {
  font-style: normal;
  font-size: 1rem;
}
.news-content .news-article .postTit {
  font-size: 1.2rem;
}
.news-content .news-article p {
  font-size: 1rem;
}
.news-content .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
}
.news-content .more-btn span {
  display: inline-block;
  border: 1px solid #000000;
  padding: 12px 120px;
  color: #000000;
}

/*----------------------------------------
  @use
----------------------------------------*/
.about-content__section {
  padding-bottom: 120px;
}
.about-content .sub--main--about--summary {
  padding: 6vw;
}
@media screen and (max-width: 767px) {
  .about-content .sub--main--about--summary {
    padding-right: 16vw;
  }
}
.about-content .sub--main--about--summary .head {
  margin-bottom: 2vw;
}
.about-content .sub--main--about--summary .head h2 {
  font-size: 1.6rem;
}
.about-content .sub--main--about--summary .txt p {
  line-height: 2.2;
}
.about-content .sub--main--about--summary .message-col.-eng .head h2 {
  font-size: 1.2rem;
  line-height: 1.9;
}
.about-content .sub--main--about--summary .message-col.-eng .txt p {
  font-size: 0.9rem;
}
.about-content .sub--main--about--concept figure {
  position: relative;
}
.about-content .sub--main--about--concept figure figcaption {
  color: #ffffff;
  font-size: 0.9rem;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.open-illust {
  cursor: pointer;
  color: #ffffff;
}

#introduce-illust {
  padding: 30px;
}

.illust-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

/*----------------------------------------
  @use
----------------------------------------*/
.privacy-content__section {
  padding-bottom: 30px;
}
.privacy-content__section .privacy-dl {
  margin-bottom: 30px;
}
.privacy-content__section .privacy-dl dt {
  margin-bottom: 30px;
  font-weight: normal;
}

/*----------------------------------------
  @use
----------------------------------------*/
.access-content__section {
  padding-bottom: 120px;
}
.access-content .sub--main--access--summary {
  padding: 6vw;
}
.access-content .sub--main--access--summary .head {
  margin-bottom: 4vw;
}
.access-content .sub--main--access--map {
  background: #1A1A1A;
  min-height: 50px;
}
.access-content .sub--main--access--map iframe {
  height: 400px;
  width: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
.p-works__about {
  margin-bottom: 30px;
}
.p-works__about .main-title {
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 12px 12px 8px;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 2.2;
}
.p-works__about .option {
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .p-works__about .option {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-works__about .option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
.p-works__about .option dl dt:after {
  content: "・";
}
.p-works__about .option2 {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 6px 12px;
  top: -2px;
}
.p-works__about .option2 p {
  font-size: 1.2rem;
}
.p-works__about .tagged {
  margin-top: 15px;
}
.p-works__about .tagged ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 15px;
}
@media screen and (max-width: 767px) {
  .p-works__about .tagged ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-works__about .tagged ul li {
  border: 1px solid #000000;
  border-radius: 100px;
  background: #ffffff;
  font-size: 1.2rem;
  padding: 2px 16px 0px;
}
.p-works .main-img {
  width: 85%;
  margin: 40px auto;
}
.p-works .c-img {
  width: 80%;
  margin: 30px auto;
}
.p-works .result__wrap {
  background: #F4EC8C;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px;
  margin-bottom: 30px;
}
.p-works .s-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-works .s-label span {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 4px 10px;
  line-height: 1;
}
.p-works .s-label span:nth-of-type(2) {
  position: relative;
  left: -1px;
}
.p-works .related__works {
  margin-top: 25px;
}
.p-works .related__works .eng {
  font-size: 1.9rem;
  margin-bottom: 12px;
}
.p-works .related__works ul li {
  position: relative;
  padding-left: 24px;
}
.p-works .related__works ul li:before {
  content: "";
  background: url(../img/common/ico-arrow-link02.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-works .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-works__return_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

/*----------------------------------------
  @use
----------------------------------------*/
.recruit-content__section {
  padding-bottom: 120px;
}
.recruit-content .head {
  margin-bottom: 20px;
}
.recruit-content .company--recruit-section-contents {
  margin-bottom: 20px;
}
.recruit-content .recruit--job .recruit--job--box {
  padding-top: 12px;
  margin-bottom: 40px;
}
.recruit-content .recruit--job .recruit--job--box .name {
  font-weight: normal;
  margin-bottom: 20px;
}
.recruit-content .recruit--job .recruit--job--box .name span {
  border: 1px solid #000000;
  padding: 4px;
  line-height: 1;
  margin-left: 10px;
  display: inline-block;
}
/*----------------------------------------
  @use
----------------------------------------*/
@media screen and (max-width: 767px) {
  .realestate-content .realestate-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.realestate-content .side-menu {
  background: #F5F5F5;
  border-right: 0.5px solid #707070;
}
@media screen and (max-width: 767px) {
  .realestate-content .side-menu > ul {
    padding-right: 13vw;
  }
}
.realestate-content .side-menu > ul > li {
  padding: 20px 20px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5px solid #707070;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .realestate-content .side-menu > ul > li {
    margin: 0;
  }
}
.realestate-content .side-menu > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.realestate-content .side-menu > ul > li figure {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .realestate-content .side-menu > ul > li figure {
    width: 100px;
  }
}
.realestate-content .side-menu > ul > li .summary .num {
  font-size: 1rem;
  margin-bottom: 10px;
}
.realestate-content .side-menu > ul > li .summary .ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.realestate-content .side-menu > ul > li .summary .option {
  margin-bottom: 10px;
}
.realestate-content .side-menu > ul > li .summary .mark li {
  display: inline-block;
  background: #ffffff;
  padding: 7px 10px;
  line-height: 1;
}
.realestate-content .content {
  padding-right: 7vw;
}
@media screen and (max-width: 767px) {
  .realestate-content .content {
    padding-right: 18vw;
    padding-left: 4vw;
    padding-top: 4vw;
  }
}
.realestate-content .content .update-time {
  font-size: 1rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.realestate-content .content .main-img {
  margin-bottom: 15px;
}
.realestate-content .content .num {
  font-size: 1rem;
  margin-bottom: 10px;
}
.realestate-content .content .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.realestate-content .content .option {
  margin-bottom: 30px;
}
.realestate-content .content .mark {
  margin-bottom: 10px;
  font-size: 1rem;
}
.realestate-content .content .mark li {
  display: inline-block;
  background: #ffffff;
  padding: 7px 10px;
  line-height: 1;
}
.realestate-content .content .txt p {
  margin-bottom: 20px;
}
.realestate-content .content .gallery {
  margin-bottom: 20px;
}
.realestate-content .content .gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.realestate-content .content .gallery ul li {
  width: calc(33.3333333333% - 10px);
}

@media screen and (max-width: 768px) {
  .side-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .estate-detail-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .estate-detail-container.is-show {
    display: block;
  }
  .back-button {
    display: block;
    padding: 10px;
    font-size: 14px;
    margin: 10px;
    background: #eee;
    border: none;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
.sustainability-content__section {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sustainability-content__section {
    padding-bottom: 0;
  }
}
.sustainability-content .heading-main {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.sustainability-content .-w60 {
  width: 60%;
  margin: 30px auto;
}
.sustainability-content .sub--main--eco--point h4 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.sustainability-content .sub--main--eco--point .txt p {
  margin-bottom: 20px;
}
.sustainability-content .caption--wrap {
  border: 1px solid #000000;
  padding: 20px;
  margin-bottom: 50px;
}

/*----------------------------------------
  @use
----------------------------------------*/
.p-service__about .l-container {
  position: relative;
  width: 900px;
}
@media screen and (max-width: 767px) {
  .p-service__about .l-container {
    width: 95%;
  }
}
.p-service__about .main-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-service__about .main-title__wrap {
    width: 85%;
    margin: 0 auto;
  }
}
.p-service__about .main-title__wrap .main-title {
  width: 60px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-service__about .main-title__wrap .main-title {
    margin-left: 37px;
  }
}
.p-service__about .main-title__wrap .main-txt {
  width: 300px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-service__about .main-title__wrap .main-txt {
    margin-top: 30px;
    width: 90%;
  }
}
.p-service__about .main-illust {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-service__about .main-illust {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}
.p-service__about .sub-illust {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service__about .sub-illust {
    width: 95%;
    display: none;
    margin: 0 auto;
    max-width: none;
  }
}
.p-service__col .c-text {
  margin-bottom: 20px;
}
.p-service__col .s-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-service__col .s-label span {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 4px 10px;
  line-height: 1;
}
.p-service__col .s-label span:nth-of-type(2) {
  position: relative;
  left: -1px;
}
.p-service__col .title {
  font-size: 1.9rem;
  font-weight: bold;
}
.p-service__col h4 {
  font-weight: bold;
  font-size: 1.7rem;
}
.p-service__col .c-img {
  margin: 20px 0;
}
.p-service__col .voice__wrap {
  background: #ffffff;
  padding: 30px;
  padding-bottom: 60px;
  border-top-right-radius: 20px;
}
.p-service__col .voice__wrap .title {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.p-service__col .voice__wrap .list li {
  position: relative;
}
.p-service__col .voice__wrap .list li:before {
  content: "・";
}
.p-service__col .can__wrap {
  background: #F4EC8C;
  padding: 30px;
  border-top-right-radius: 20px;
  margin-top: -20px;
}
.p-service__col .can__wrap .title {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.p-service__col .can__wrap .list li {
  position: relative;
}
.p-service__col .can__wrap .list li:before {
  content: "・";
}
.p-service__col .related__works {
  margin-top: 25px;
}
.p-service__col .related__works .eng {
  font-size: 1.9rem;
  margin-bottom: 12px;
}
.p-service__col .related__works ul {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-service__col .related__works ul {
    padding-left: 15px;
  }
}
.p-service__col .related__works ul li {
  position: relative;
  padding-left: 24px;
}
.p-service__col .related__works ul li:before {
  content: "";
  background: url(../img/common/ico-arrow-link02.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-service__col.-col01 {
  background: #F9DFDE;
  padding: 57px 0;
}
.p-service__col.-col02 {
  background: #FFFFFF;
  padding: 57px 0;
}
.p-service__col.-col02 .voice__wrap {
  background: #F4F4F4;
}
.p-service__col.-col03 {
  background: #D7EBF4;
  padding: 57px 0;
}

/*----------------------------------------
  @use
----------------------------------------*/
.event-content {
  padding: 0 8vw;
}
@media screen and (max-width: 767px) {
  .event-content {
    padding-right: 19vw;
  }
}
.event-content .contact-content {
  border: 1px solid #000000;
  padding: 20px;
  margin-top: 35px;
}
.event-content .contact-content h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.event-content .article-list__item {
  border-top: 0.5px solid #000000;
  padding-top: 25px;
}
.event-content .article-list__item:last-child {
  border-bottom: 0.5px solid #000000;
}
.event-content .event-item { /* pc */ }
.event-content .event-item__status {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
.event-content .event-item {
  position: relative;
  padding: 40px 0 0;
}
.event-content .event-item--wide { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 46px 0;
}
@media screen and (max-width: 767px) {
  .event-content .event-item--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.event-content .event-item--wide .event-item__status { /* pc */
  width: 14.8%;
}
@media screen and (max-width: 767px) {
  .event-content .event-item--wide .event-item__status {
    width: auto;
    padding: 5px 10px;
  }
}
.event-content .event-item__main { /* pc */
  padding: 0 40px;
}
.event-content .event-item--wide .event-item__main { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 64.0625%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .event-content .event-item--wide .event-item__main {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.event-content .event-item--wide .event-item__date { /* pc */
  width: 40.17%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .event-content .event-item--wide .event-item__date {
    width: auto;
  }
}
.event-content .event-info-list__row {
  margin-bottom: 5px;
}
.event-content .event-info-list__heading {
  font-weight: normal;
}
.event-content .event-item__info { /* pc */
  width: 100%;
}
.event-content .event-item--wide .event-item__title { /* pc */
  font-size: 1.4rem;
}
.event-content .event-item__subtitle { /* pc */
  font-size: 1.2rem;
}
.event-content .event-item--wide .event-item__text { /* pc */
  font-size: 1.2rem;
}
.event-content .event-item__side { /* pc */
  padding-bottom: 0;
}
.event-content .event-item--wide .event-item__side { /* pc */
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .event-content .event-item--wide .event-item__side {
    width: 100%;
    margin-top: 5%;
  }
}
.event-content .event-item--wide .event-item__image { /* pc */
  margin-top: 0;
}
.event-content .event-item__button { /* pc */
  width: 100%;
  margin-top: 53px;
}
.event-content .event-item--wide .event-item__button { /* pc */
  margin-top: 27px;
}
.event-content .event-item--wide .event-date__text-1,
.event-content .event-date--lg .event-date__text-1 { /* pc */
  font-size: 8.4rem;
}
.event-content .event-item--wide .event-date__text-2 span,
.event-content .event-date--lg .event-date__text-2 span { /* pc */
  margin-top: 4px;
  font-size: 1.2rem;
}
.event-content .event-info-list--lg { /* pc */
  margin-top: 30px;
  font-size: 1.2rem;
}
.event-content .event-info-list--sm { /* pc */
  font-size: 1.1rem;
}
.event-content .heading-3 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 14px;
  border: 1px solid #000000;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.event-content .consultation { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #dedede;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .event-content .consultation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.event-content .consultation__image { /* pc */ }
@media screen and (min-width: 767px) {
  .event-content .consultation__image {
    width: 38%;
  }
}
.event-content .consultation__main { /* pc */
  padding: 25px 32px;
}
.event-content .consultation__heading { /* pc */
  font-size: 2.2rem;
}
.event-content .wp-content {
  line-height: 1.85;
  letter-spacing: 0.1em;
  padding-top: 50px;
}
.event-content .wp-content h2,
.event-content .wp-content h3,
.event-content .wp-content h4,
.event-content .wp-content h5,
.event-content .wp-content h6,
.event-content .wp-content .wp-block-table,
.event-content .wp-content ul,
.event-content .wp-content ol,
.event-content .wp-content > div {
  margin: 10px 0;
}
.event-content .wp-content *:first-child {
  margin-top: 0;
}
.event-content .wp-content h2 {
  margin-top: 70px;
  font-size: 1.9rem;
  margin-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.event-content .wp-content h3 {
  margin-top: 50px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.event-content .wp-content h4,
.event-content .wp-content h5,
.event-content .wp-content h6 {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.event-content .wp-content p {
  margin: 0.6em 0;
}
.event-content .wp-content p:first-child {
  margin-top: 0;
}
.event-content .wp-content p a {
  border: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.event-content .wp-content p a:hover {
  text-decoration: none;
}
.event-content .wp-content figure {
  margin: 2em 0;
}
.event-content .wp-content strong {
  font-weight: 700;
}
.event-content .wp-content i,
.event-content .wp-content em {
  font-style: italic;
}
.event-content .wp-content table {
  width: 100%;
  border-top: 1px solid #000000;
}
.event-content .wp-content table td {
  padding: 23.5px 0;
  font-size: 1.4rem;
}
.event-content .wp-content .wp-block-table td,
.event-content .wp-content .wp-block-table th {
  border: none;
}
.event-content .wp-content .wp-block-button__link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60px;
  background: transparent;
  border-radius: 0;
  display: block;
  color: #000000;
  padding: 17px 40px 17px 20px;
  border: 1px solid #000000;
  font-size: 1.4rem;
  line-height: 1.65;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.event-content .wp-content .wp-block-button__link:hover::before {
  background: #FFFFFF;
}
.event-content .wp-content .wp-block-button__link:hover::after {
  border-color: #FFFFFF;
}
.event-content .wp-content .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(1px) rotate(-45deg);
  transform: translateY(-50%) translateX(1px) rotate(-45deg);
  width: 15px;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.event-content .wp-content .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.event-content .wp-content ul li {
  position: relative;
  padding-left: 15px;
}
.event-content .wp-content ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000000;
}
.event-content .wp-content ol {
  counter-reset: item;
  list-style-type: none;
}
.event-content .wp-content ol li {
  text-indent: -1.65em;
  padding-left: 1.65em;
  list-style: inside decimal;
}
.event-content .wp-content ol li:not(:last-child) {
  margin-bottom: 8px;
}
.event-content .wp-content .wp-element-caption {
  font-size: 80%;
  margin-top: 10px;
}
.event-content .wp-content .block-seminar-overview {
  margin-top: 45px;
}
.event-content .wp-content .block-seminar-overview__heading {
  margin-bottom: 5px;
}
.event-content .wp-content .block-seminar-overview__list li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 15px;
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #000000;
}
.event-content .wp-content .block-seminar-overview__list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000000;
}
.event-content .wp-content .block-voice__item {
  padding-bottom: 24px;
  border-bottom: 1px dashed #000000;
}
.event-content .wp-content .block-voice__item:not(:last-child) {
  margin-bottom: 24px;
}
.event-content .wp-content .block-voice__image {
  overflow: hidden;
  position: relative;
  width: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.event-content .wp-content .block-voice__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.event-content .wp-content .block-voice__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-content .wp-content .block-voice__main p {
  margin-bottom: 0;
}
.event-content .wp-content .wp-block-lazyblock-voice {
  margin-top: 70px;
}
.event-content .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 15px;
}
.event-content .tag-list__item a {
  display: block;
  padding: 2px 11px 1px;
  border: 1px solid #000000;
  border-radius: 30px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.event-content .tag-list--lg .tag-list__item a {
  padding: 1px 10px 1px;
  font-size: 1.4rem;
}
.event-content .tag-list__item a:hover {
  background: #000000;
  color: #FFFFFF;
}
.event-content .article-head { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 50px 40px;
}
.event-content .article-head__main {
  padding-bottom: 4vw;
}
.event-content .article-head__date { /* pc */
  margin-bottom: 0;
  padding-right: 6px;
}
.event-content .article-head__title { /* pc */
  font-size: 2rem;
}
.event-content .article-head__subtitle { /* pc */
  margin-top: 5px;
  font-size: 1.8rem;
  padding-right: 50px;
}
.event-content .wp-content .block-voice__item { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-content .wp-content .block-voice__image { /* pc */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.event-content .wp-content .block-voice__main { /* pc */
  padding-left: 20px;
}
.event-content .sidebar { /* pc */
  position: fixed;
  top: 72px;
  right: 40px;
  width: 200px;
}
.event-content .sidebar-main { /* pc */
  padding: 33px 24px;
}
.event-content .sidebar-main__head { /* pc */
  display: block;
  border-bottom: 1px solid #000000;
  margin-bottom: 27px;
  padding: 0 6px 22px;
}
.event-content .consultation { /* pc */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-content .consultation__image { /* pc */
  width: 100%;
}
.event-content .consultation__main { /* pc */
  padding: 25px 32px;
}
.event-content .consultation__heading { /* pc */
  font-size: 2.2rem;
}
.event-content .map-info__map { /* pc */
  width: calc(100% + 80px);
}
.event-content .map-info__name { /* pc */
  font-size: 2rem;
}
.event-content .entryform { /* pc */
  padding: 25px 32px 70px;
}
.event-content .thankyou { /* pc */
  padding: 0px;
  margin: 100px auto;
  max-width: 800px;
}
.event-content .form { /* pc */ }
.event-content .form__head { /* pc */
  padding-top: 8px;
  font-size: 1.8rem;
}
.event-content .form__head span { /* pc */ }
.event-content .form__note-list { /* pc */ }
.event-content .form select { /* pc */
  min-width: 100px;
}
.event-content .form .mwform-checkbox-field { /* pc */ }
.event-content .form-button { /* pc */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.event-content .form-button__button--back { /* pc */
  max-width: 200px;
}

/*----------------------------------------
  @use
----------------------------------------*/
.media-content .archiveWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.media-content .archiveWrap .media-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 15px);
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ededed;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .media-content .archiveWrap .media-article {
    width: calc(50% - 15px);
  }
}
.media-content .archiveWrap .media-article figure {
  width: 120px;
  margin: 0 auto 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-content .archiveWrap .media-article figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.media-article {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  will-change: opacity, transform;
}
.media-article.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------
  @use
----------------------------------------*/
.p-newcomers__about dl {
  margin-bottom: 15px;
}
.p-newcomers__about dl dt {
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 8px 12px 6px;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.2;
}
.p-newcomers__about dl dd {
  padding: 12px 12px;
}
.p-newcomers__about dl dd figure {
  margin-top: 40px;
}

.beginners_wrap {
  padding-top: 40px;
}
.beginners_wrap .main-txt {
  padding: 0 80px;
  position: relative;
  padding-right: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .beginners_wrap .main-txt {
    padding: 0 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px 0;
  }
}
.beginners_wrap .main-txt figure {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .beginners_wrap .main-txt figure {
    position: relative;
    margin: 0 auto;
    width: 88%;
    bottom: 0;
  }
}