@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon/icomoon.eot?fsx2ee");
  src: url("../fonts/icon/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icon/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icon/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: top;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

ul li,
ol li {
  list-style-type: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1399.9px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 1199.9px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 991.9px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 1.75vw;
  }
}
@media (max-width: 575.9px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #31160d;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  background: #fdfcf5;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
  }
}
* {
  overflow-wrap: break-word;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

main,
picture {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

table {
  width: 100%;
}

a {
  color: #31160d;
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  a {
    transition: all 0.4s 0s;
  }
}

button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  button {
    transition: all 0.4s 0s;
  }
}

svg {
  width: 1em;
  height: 1em;
  fill: #31160d;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
[type=range],
[type=color],
[type=file],
select,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
  line-height: 1.3;
}
select {
  padding-right: 1.3em;
}
select option {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
}
.is-ios select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

textarea {
  min-height: 12.5em;
}
@media (max-width: 767.9px) {
  textarea {
    min-height: 10em;
  }
}

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
  }
  .slideout-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -6em;
    left: 0;
    right: 0;
    bottom: -6em;
    background-color: #ffffff;
  }
  .slideout-open .slideout-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .slideout-menu .scroll-inner {
    position: relative;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideout-menu .menu-inner {
    padding: 8em 5vw 10em;
  }
}
.slideout-panel {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  will-change: transform;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.slideout-open .slideout-panel {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
  display: block;
  width: 4.5em;
  height: 100%;
  padding: 2em 1em;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  cursor: pointer;
}

.hamburger-icon {
  position: relative;
  display: block;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.7em;
  left: 0;
}

.hamburger-icon::after {
  top: 0.7em;
}

.slideout-open .hamburger-icon {
  background-color: transparent;
}

.slideout-open .hamburger-icon::before,
.slideout-open .hamburger-icon::after {
  top: 0;
}

.slideout-open .hamburger-icon::before {
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/plugins/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  footer info
--------------------------------------------*/
/*--------------------------------------------
  footer entry
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer__top {
  background: #f5eedb;
  padding: 8rem 0 9rem;
  position: relative;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}
.l-footer__infoWrap {
  padding-left: 5rem;
}
.l-footer__info {
  margin-top: 2.6rem;
}
.l-footer__navWrap {
  padding-right: 5rem;
}
.l-footer__bottom {
  background: #f56f3f;
  padding: 3rem 0;
}
.l-footer__bottomNavi {
  line-height: 1;
}
.l-footer__bottomNavi a {
  color: #fff;
}
.l-footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
.l-footer__nav {
  display: flex;
}
.l-footer__nav ul:not(:first-child) {
  margin-left: 6rem;
}
.l-footer__nav li:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .l-footer__navItem a:hover {
    color: #f56f3f;
  }
}
.l-footer__totop a {
  width: 6.5rem;
  height: 6.5rem;
  background: #655044;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #655044;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  transition: 0.4s;
  cursor: pointer;
}
.l-footer__totop a svg {
  fill: #fff;
}
@media (min-width: 992px) {
  .l-footer__totop a:hover {
    background: #fff;
  }
  .l-footer__totop a:hover svg {
    fill: #655044;
  }
}
@media (max-width: 991.9px) {
  .l-footer__top {
    padding: 3rem 0;
  }
  .l-footer__infoWrap {
    padding-left: 0;
  }
  .l-footer__info {
    margin-top: 1.5rem;
  }
  .l-footer__bottom {
    padding: 1.5rem 0;
  }
  .l-footer__bottom .l-footer__inner {
    justify-content: flex-end;
  }
}
@media (max-width: 575.9px) {
  .l-footer__logo img {
    max-width: 200px;
  }
  .l-footer__totop a {
    width: 4.5rem;
    height: 4.5rem;
    bottom: inherit;
    top: 2rem;
    right: 2rem;
  }
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  z-index: 105;
  white-space: nowrap;
  width: 100%;
  transition: 0.7s;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 2rem 5rem 3rem;
}
.l-header__logo {
  position: relative;
}
.l-header__logo:before {
  content: "";
  width: 34.4rem;
  height: 34.4rem;
  background: #fff;
  box-shadow: 0px 0px 60px 0px rgba(222, 136, 44, 0.2);
  position: absolute;
  right: -9.5rem;
  bottom: -2.5rem;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  max-width: 202px;
}
.l-header_navi__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
.l-header_navi__top .txt {
  font-size: 1.5rem;
  line-height: 1.4;
}
.l-header_navi__top .txt span {
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
}
.l-header_navi__btn a {
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  width: 21rem;
  border-radius: 2.2rem;
  border: 1px solid;
}
.l-header_navi__btn a svg {
  margin-right: 1rem;
}
.l-header_navi__btn.-tel {
  margin-left: 2rem;
}
.l-header_navi__btn.-tel a {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  background: #f8ab05;
  border-color: #f8ab05;
  padding: 1.2rem 0;
}
.l-header_navi__btn.-tel a svg {
  fill: #fff;
  width: 1.65rem;
  height: auto;
}
.l-header_navi__btn.-contact {
  margin-left: 0.5rem;
}
.l-header_navi__btn.-contact a {
  font-size: 1.7rem;
  background: #f56f3f;
  border-color: #f56f3f;
  padding: 1.35rem 0;
}
.l-header_navi__btn.-contact a svg {
  fill: none;
  stroke: #fff;
  width: 1.8rem;
  height: auto;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-header_navi__btn.-contact a:hover {
    background: #fff;
    color: #f56f3f;
  }
  .l-header_navi__btn.-contact a:hover svg {
    stroke: #f56f3f;
  }
}
.l-header_navi__sns {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.l-header_navi__sns .icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
}
.l-header_navi__sns .icon.-line {
  background: #54b452;
}
.l-header_navi__sns .icon.-line svg {
  width: 2.6rem;
  height: 2.5rem;
}
.l-header_navi__sns .icon.-line a {
  border-color: #54b452;
}
@media (min-width: 992px) {
  .l-header_navi__sns .icon.-line a:hover {
    background: #fff;
    color: #54b452;
  }
  .l-header_navi__sns .icon.-line a:hover svg {
    fill: #54b452;
  }
}
.l-header_navi__sns .icon.-insta {
  margin-left: 0.8rem;
  background: #776155;
  border: 1px solid #776155;
}
.l-header_navi__sns .icon.-insta svg {
  width: 2rem;
  height: 2rem;
}
.l-header_navi__sns .icon.-insta a {
  border-color: #776155;
}
@media (min-width: 992px) {
  .l-header_navi__sns .icon.-insta a:hover {
    background: #fff;
    color: #776155;
  }
  .l-header_navi__sns .icon.-insta a:hover svg {
    fill: #776155;
  }
}
.l-header_navi__sns .icon a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000;
}
.l-header_navi__sns .icon svg {
  fill: #fff;
  transition: 0.4s;
}
.l-header_navi__list {
  display: flex;
}
.l-header_navi__item {
  position: relative;
}
.l-header_navi__item:before {
  content: "";
  width: 2px;
  height: 100%;
  background: url(../img/common/img_border.png) repeat-y center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.l-header_navi__item:last-child:after {
  content: "";
  width: 2px;
  height: 100%;
  background: url(../img/common/img_border.png) repeat-y center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
.l-header_navi__item a {
  position: relative;
  font-size: 1.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 0 3.5rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .l-header_navi__item a:hover {
    color: #f56f3f;
  }
}
.l-header_navi__item img {
  transition: 0.4s;
  stroke: #31160d;
  fill: #31160d;
}
.l-header_navi__item img.-home {
  width: 3.5rem;
  height: auto;
}
.l-header_navi__item img.-about {
  width: 5.2rem;
  height: auto;
}
.l-header_navi__item img.-works {
  width: 3.2rem;
  height: auto;
}
.l-header_navi__item img.-voice {
  width: 3.2rem;
  height: auto;
}
.l-header_navi__item img.-flow {
  width: 2rem;
  height: auto;
}
.l-header_navi__item img.-company {
  width: 3rem;
  height: auto;
}
.l-header_navi__item img.-room {
  width: 3.6rem;
  height: auto;
}
.l-header_navi__item img.-sdgs {
  width: 3.6rem;
  height: auto;
}
.l-header_navi__item.-orico span {
  text-align: center;
}
.l-header_navi__item.-orico span:nth-child(1) {
  font-size: 2.6rem;
}
.l-header_navi .slideout-menu:before {
  display: none;
}
@media (max-width: 1399.9px) {
  .l-header_navi__item a {
    padding: 0 2vw;
  }
}
@media (max-width: 1199.9px) {
  .l-header_navi__item a {
    font-size: 1.5rem;
  }
}
.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  z-index: 115;
}
.l-header__hamburger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #f56f3f;
  left: 20%;
  top: calc(50% - 1px);
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: #f56f3f;
  transition: inherit;
}
.l-header__hamburger span:before {
  transform: translateY(-0.75em);
}
.l-header__hamburger span:after {
  transform: translateY(0.75em);
}
.slideout-open .l-header__hamburger {
  background: transparent;
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  background: #f56f3f;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  background: #f56f3f;
}
@media (max-width: 1399.9px) {
  .l-header__inner {
    padding: 2rem;
  }
}
@media (max-width: 991.9px) {
  .l-header.is-act .l-header__inner {
    padding: 0.5rem 0;
  }
  .l-header__inner {
    padding: 1rem;
    align-items: center;
  }
  .l-header__logo:before {
    width: 28rem;
    height: 28rem;
    right: -7.5rem;
    bottom: -3.5rem;
  }
  .l-header__logo img {
    height: 60px;
  }
  .l-header_navi__inner {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 6rem 4vw 5rem;
  }
  .l-header_navi__list {
    flex-wrap: wrap;
  }
  .l-header_navi__item {
    width: 50%;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .l-header_navi__item:before {
    right: 0;
    left: inherit;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header_navi__item:nth-child(even):before {
    display: none;
  }
  .l-header_navi__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: url(../img/common/img_border_row.png) repeat-x center/contain;
  }
  .l-header_navi__item:nth-last-child(-n+2):after {
    display: none;
  }
  .l-header_navi__item a {
    font-size: 1.4rem;
    justify-content: flex-end;
    padding: 1rem 0;
  }
  .l-header_navi__item img {
    height: 26px !important;
  }
  .l-header_navi__item span {
    display: inline-block;
    margin-top: 0.5rem;
  }
  .l-header_navi__top {
    flex-direction: column;
    margin-top: 3rem;
  }
  .l-header_navi__btn.-tel {
    margin-left: 0;
    margin-top: 2rem;
  }
  .l-header_navi__btn.-contact {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .l-header_navi__sns {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .l-header__inner {
    padding: 1rem 0 1rem 1rem;
  }
  .l-header__logo img {
    height: 50px;
  }
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
    padding: 1em;
  }
}

/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.c-section {
  padding: 6.25em 0;
}
@media (max-width: 991.9px) {
  .c-section {
    padding: 4.25em 0;
  }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
.l-breadcrumb {
  padding: 0 5vw;
}
/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2rem;
}
.l-breadcrumb_list__item {
  position: relative;
  margin-left: 1em;
  display: flex;
  align-items: center;
  line-height: 1;
}
.l-breadcrumb_list__item + *::before {
  content: "|";
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 1em;
  color: #868686;
  font-weight: 400;
}
.l-breadcrumb_list__item > a {
  display: block;
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
}
.l-breadcrumb_list__item > a:hover {
  color: #f56f3f;
}
.l-breadcrumb_list__item:last-child > a {
  text-decoration: none;
  pointer-events: none;
}
/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}
.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}
@media (max-width: 991.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
  display: block;
  width: 30rem;
  max-width: 100%;
  padding: 1em 0;
  background: #f56f3f;
  border: 1px solid #f56f3f;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 0;
  border-radius: 3rem;
}
@media (min-width: 992px) {
  .c-btn:hover {
    color: #f56f3f;
    background: #fff;
  }
}
.c-btn.-arrow {
  position: relative;
}
.c-btn.-arrow svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.5rem;
  fill: #fff;
}
@media (min-width: 992px) {
  .c-btn.-arrow:hover svg {
    fill: #f56f3f;
  }
}
.c-btn.-center {
  margin: 0 auto;
}
.c-btn.-mail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn.-mail svg {
  width: 14px;
  height: 10px;
  fill: #ffffff;
  margin-right: 8px;
  transition: all 0.4s 0s;
}
@media (min-width: 992px) {
  .c-btn.-mail:hover svg {
    fill: #f56f3f;
  }
}
.c-btn.-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f56f3f;
}
.c-btn.-white.-mail svg {
  fill: #f56f3f;
}
@media (min-width: 992px) {
  .c-btn.-white.-mail:hover svg {
    fill: #ffffff;
  }
}
.c-btn.-white:hover {
  background-color: #f56f3f;
  color: #ffffff;
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #f56f3f;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.3;
}
.c-btn_lg::before {
  content: "";
  transform: scale(0.7);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #f56f3f;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-btn_lg::before {
    transition: all 0.4s 0s;
  }
}
.c-btn_lg:hover::before {
  background-color: #ffffff;
  color: #f56f3f;
}
@media (max-width: 991.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}

/*============================================

  FORM

============================================*/
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e6e6e6;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 25%;
}
.c-form__sheet > tbody > tr > td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    padding: 1em;
  }
  .c-form__sheet > tbody > tr th {
    width: 28%;
  }
  .c-form__sheet > tbody > tr td {
    width: 72%;
  }
}
@media (max-width: 767.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > th {
    padding: 0;
  }
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 0 0;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  position: absolute;
  content: "*";
  right: 0;
  top: 0;
  font-size: 1.125em;
  color: #D49206;
}
.c-form__row > .c-form__field {
  display: flex;
  align-items: center;
}
.c-form__row > .c-form__field > .c-form__subttl {
  margin-right: 1em;
  display: inline-block;
  width: 22%;
}
@media (max-width: 991.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-form__row > .c-form__field {
    display: block;
  }
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  border: solid 1px #e6e6e6;
  background: #fff;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 80%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 767.9px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  background: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #ffffff;
  border: solid 1px #e6e6e6;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #f56f3f;
  border-bottom: solid 3px #f56f3f;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
  margin-top: 3em;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__privacy {
  margin-bottom: 1.5rem;
  border: solid 1px #ddd;
  padding: 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
}
.c-form__privacyList {
  margin-top: 2rem;
}
.c-form__privacyList dt {
  margin-top: 1.5em;
}
.c-form__privacyList dt:before {
  content: "●";
  margin-right: 0.25em;
}
.c-form__privacyList dd {
  margin-top: 0.5em;
}
.c-form__privacyList dd ul {
  padding-left: 2em;
  margin-top: 0.5em;
}
.c-form__privacyList dd ul li {
  list-style: disc;
}
.c-form__privacyGa a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-form__privacyGa a:hover {
    opacity: 0.7;
  }
}
.c-form__checkBox {
  text-align: center;
  margin-top: 1em;
}
.c-form__btnwrap {
  margin-top: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-form__btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  position: relative;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
.c-form__btn.-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-form__btn:hover {
    color: #f56f3f;
  }
  .c-form__btn:hover:after {
    opacity: 0;
  }
  .c-form__btn:hover:before {
    background-image: url(../img/common/icon_arrow_right_black.svg);
  }
  .c-form__btn.-back:hover {
    background: #fff;
    color: #aaa;
  }
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl.-col {
  display: flex;
  align-items: flex-end;
}
.c-ttl.-col .c-ttl__img {
  margin-right: 2rem;
}
.c-ttl.-center {
  text-align: center;
}
.c-ttl__sub {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.c-ttl__sub + .c-ttl__main {
  margin-top: 1.5rem;
}
.c-ttl__main {
  font-family: "Marcellus", serif;
  color: #f55a22;
  line-height: 1;
  font-weight: 400;
}
.c-ttl__main + .c-ttl__sub {
  margin-top: 1.5rem;
}
.c-ttl__main.-sm {
  font-size: 5rem;
}
.c-ttl__main.-md {
  font-size: 6rem;
}
.c-ttl__main.-lg {
  font-size: 8rem;
}
.c-ttl__img + .c-ttl__txtWrap {
  margin-top: 1rem;
}
.c-ttl__ja {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
}
.c-ttl__ja + .c-ttl__en {
  margin-top: 1rem;
}
.c-ttl__en {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Marcellus", serif;
}
.c-ttl__deco.-bg {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.4rem;
  text-align: center;
  width: 42rem;
  margin: 0 auto;
  background: url(../img/common/bg_ttl_deco.png) no-repeat center/contain;
  position: relative;
}
.c-ttl__deco.-bg_round {
  text-align: center;
  background: #fc9137;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  padding: 1.8rem 0;
  border-radius: 3rem;
  font-weight: 500;
}
.c-ttl__deco.-bg_round.-md {
  font-size: 2.2rem;
}
@media (max-width: 991.9px) {
  .c-ttl__ja {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl__main.-sm {
    font-size: 4rem;
  }
  .c-ttl__main.-md {
    font-size: 5rem;
  }
  .c-ttl__main.-lg {
    font-size: 7rem;
  }
  .c-ttl__ja {
    font-size: 2.5rem;
  }
  .c-ttl__deco.-bg_round {
    font-size: 2.2rem;
  }
  .c-ttl__deco.-bg_round.-md {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl__img img {
    height: 51px;
  }
  .c-ttl__main.-sm {
    font-size: 3.5rem;
  }
  .c-ttl__main.-md {
    font-size: 4rem;
  }
  .c-ttl__main.-lg {
    font-size: 5rem;
  }
  .c-ttl__sub {
    font-size: 1.6rem;
  }
  .c-ttl__ja {
    font-size: 2.2rem;
  }
  .c-ttl__deco.-bg {
    width: auto;
  }
  .c-ttl__deco.-bg_round {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
  .c-ttl__deco.-bg_round.-md {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 992px) {
  .c-inner {
    max-width: calc(1200px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
}
@media (max-width: 991.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.9px) {
  .c-inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

/*--------------------------------------------
  box padding
--------------------------------------------*/
@media (min-width: 992px) {
  .c-boxpd {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-boxpd {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

/*--------------------------------------------
  iframe responsive
--------------------------------------------*/
.c-iframe {
  position: relative;
  padding-top: 52.5%;
  height: 0;
  overflow: hidden;
}
.c-iframe.-youtube {
  padding-top: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767.9px) {
  .c-iframe {
    padding-top: 65%;
  }
}

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.9px) {
  .c-logo img {
    max-width: 140px;
  }
}

/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.c-ofi__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-ofi__img.-top {
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.c-ofi__img.-left {
  -o-object-position: left center;
     object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.c-ofi__img.-right {
  -o-object-position: right center;
     object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}
.c-ofi__img.-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}
.c-ofi__img.-contain {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

.c-bg {
  background: #F5F4EA;
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.c-panel_contact {
  padding-top: 8rem;
  padding-bottom: 7rem;
  position: relative;
}
.c-panel_contact:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6rem 6rem 0 0;
  box-shadow: 1px 0px 30px -5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top .c-panel_contact:after {
  content: "";
  width: 30%;
  height: 100%;
  background: #f7ede3;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}
.c-panel_contact__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
}
.c-panel_contact__cnt {
  margin-left: 8rem;
  width: 72.72%;
}
.c-panel_contact__lead {
  text-align: center;
  font-size: 2.4rem;
}
.c-panel_contact__linkWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.c-panel_contact__link {
  width: calc((100% - 2rem) / 2);
  border-radius: 1rem;
  text-align: center;
}
.c-panel_contact__link.-tel svg {
  width: 3.4rem;
  height: auto;
}
.c-panel_contact__link.-tel .c-panel_contact__txt.-main {
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 0.9;
}
.c-panel_contact__link.-tel .c-panel_contact__linkInner {
  background: #f8ab05;
  border: 2px solid #f8ab05;
}
.c-panel_contact__link.-mail svg {
  width: 4.2rem;
  height: auto;
  stroke: #fff;
}
.c-panel_contact__link.-mail .c-panel_contact__txt.-main {
  font-size: 2.2rem;
}
.c-panel_contact__link.-mail .c-panel_contact__linkInner {
  background: #f56f3f;
  border: 2px solid #f56f3f;
}
@media (min-width: 992px) {
  .c-panel_contact__link.-mail .c-panel_contact__linkInner:hover {
    background: #fff;
    color: #f56f3f;
  }
  .c-panel_contact__link.-mail .c-panel_contact__linkInner:hover:before {
    border-color: #f56f3f;
  }
  .c-panel_contact__link.-mail .c-panel_contact__linkInner:hover svg {
    stroke: #f56f3f;
  }
}
.c-panel_contact__txt {
  line-height: 1;
}
.c-panel_contact__txt.-main {
  margin-top: 1.5rem;
}
.c-panel_contact__txt.-sub {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.c-panel_contact__linkInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 3.6rem 0;
  height: 100%;
  position: relative;
  transition: 0.4s;
  border-radius: 1rem;
}
.c-panel_contact__linkInner:before {
  content: "";
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border: 2px solid #fff;
  border-radius: 1rem;
  background: transparent;
}
@media (max-width: 991.9px) {
  .c-panel_contact {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .c-panel_contact__wrap {
    display: block;
    padding: 0;
  }
  .c-panel_contact__cnt {
    width: 100%;
    margin: 2rem 0 0;
  }
}
@media (max-width: 767.9px) {
  .c-panel_contact__linkWrap {
    display: block;
  }
  .c-panel_contact__link {
    width: 100%;
  }
  .c-panel_contact__link:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .c-panel_contact__lead {
    font-size: 2rem;
  }
  .c-panel_contact__linkInner {
    padding: 2.5rem 0;
  }
  .c-panel_contact__link.-mail .c-panel_contact__txt.-main {
    font-size: 1.8rem;
  }
  .c-panel_contact__link.-tel .c-panel_contact__txt.-main {
    font-size: 2.2rem;
  }
}

/*--------------------------------------------
  deco
--------------------------------------------*/
.c-deco_under {
  position: relative;
  padding-bottom: 6.25em;
}
.c-deco_under::before {
  content: "";
  width: 100vw;
  height: 80%;
  background: #1D2065;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-deco_under__inner {
  padding: 6.25em;
  background: #fff;
}
.c-deco_under.-reverse:before {
  right: inherit;
  left: 0;
}
@media (max-width: 991.9px) {
  .c-deco_under {
    padding-bottom: 4.25em;
  }
  .c-deco_under__inner {
    padding: 4.25rem;
  }
}
@media (max-width: 767.9px) {
  .c-deco_under__inner {
    padding: 4.25em 2rem;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-index {
  overflow: hidden;
}

.p-index_kv {
  position: relative;
}
.p-index_kv__slideWrap {
  width: 90.6%;
  margin-left: auto;
}
.p-index_kv__slide {
  width: 90%;
  margin-left: auto;
}
.p-index_kv__slide .c-ofi {
  padding-top: 55.15%;
}
.p-index_kv__img img {
  width: 100%;
}
.p-index_kv__catch {
  width: 90.6%;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 13rem;
}
.p-index_kv__catchSub {
  margin-top: 4rem;
}
.p-index_kv__deco {
  position: absolute;
}
.p-index_kv__deco.-deco01 {
  left: 0;
  top: 6rem;
  z-index: -2;
}
.p-index_kv__deco.-deco02 {
  left: 0;
  top: 28rem;
  z-index: -1;
}
.p-index_kv__deco.-deco03 {
  left: 4rem;
  bottom: 9rem;
  z-index: -3;
}
.p-index_kv__txt {
  position: absolute;
  bottom: 7rem;
  right: 3rem;
  z-index: 10;
}
.p-index_kv__txt span {
  display: inline-block;
  background: #f56f3f;
  padding: 2rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.8rem;
}
.p-index_kv__txt:before {
  content: "";
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border: 1px solid #fff;
  border-radius: 1rem;
}
.p-index_kv__txt img {
  position: absolute;
  top: -17rem;
  right: 0;
  width: 199px;
  z-index: -1;
}
@media (max-width: 991.9px) {
  .p-index_kv__catch {
    top: 6rem;
  }
  .p-index_kv__catchMain {
    margin-top: 2rem;
  }
  .p-index_kv__catchSub {
    margin-top: 2rem;
  }
  .p-index_kv__slideWrap {
    width: 95%;
  }
  .p-index_kv__slideWrap .c-ofi {
    padding-top: 73.8%;
  }
  .p-index_kv__img img {
    border-radius: 10rem 0 0 0;
  }
  .p-index_kv__txt {
    bottom: 2rem;
  }
  .p-index_kv__txt span {
    font-size: 1.4rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .p-index_kv__txt:before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_kv__catch {
    width: 95%;
    top: 4rem;
  }
  .p-index_kv__catchMain img {
    width: 70%;
  }
  .p-index_kv__catchSub img {
    width: 70%;
  }
  .p-index_kv__deco.-deco02 {
    top: inherit;
    bottom: 0;
    z-index: -10;
    width: 15%;
  }
  .p-index_kv__deco.-deco03 {
    left: 0;
    bottom: 10rem;
    width: 30%;
  }
  .p-index_kv__txt {
    bottom: 0;
    right: 1rem;
  }
  .p-index_kv__txt img {
    top: -12rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_kv__slide .c-ofi {
    padding-top: 81.56%;
  }
  .p-index_kv__catchSub {
    margin-top: 1rem;
  }
  .p-index_kv__txt span {
    font-size: 1.2rem;
  }
  .p-index_kv__txt img {
    width: 100px;
    top: -9rem;
  }
}

/*--------------------------------------------
  about
--------------------------------------------*/
.p-index_about {
  padding-bottom: 0;
}
.p-index_about__wrap {
  display: flex;
  position: relative;
}
.p-index_about__img {
  width: 42.3%;
}
.p-index_about__txtWrap {
  width: 57.7%;
  padding-left: 9.2rem;
  padding-right: 9rem;
  padding-top: 13.4rem;
}
.p-index_about__lead {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 4rem;
}
.p-index_about__txt {
  margin-top: 3rem;
}
.p-index_about__deco {
  position: absolute;
  top: 5rem;
  right: 2rem;
}
@media (max-width: 1199.9px) {
  .p-index_about__deco {
    top: 0;
    right: -15rem;
  }
}
@media (max-width: 991.9px) {
  .p-index_about__wrap {
    flex-direction: column-reverse;
    margin-top: 4.25em;
  }
  .p-index_about__img {
    width: 100%;
    text-align: center;
  }
  .p-index_about__txtWrap {
    width: 100%;
    padding: 0;
  }
  .p-index_about__txtWrap .c-btn {
    margin: 0 auto;
  }
  .p-index_about__btn {
    margin-top: 5rem !important;
  }
  .p-index_about__deco {
    z-index: -1;
  }
}
@media (max-width: 767.9px) {
  .p-index_about__lead {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
  .p-index_about__txt {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_about__lead {
    font-size: 2rem;
  }
}

/*--------------------------------------------
  bnr
--------------------------------------------*/
.p-index_bnr.-thanks {
  padding-top: 4.125em;
}
.p-index_bnr.-room {
  text-align: center;
  margin-top: 6rem;
}
.p-index_bnr__desc {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .p-index_bnr a:hover {
    opacity: 0.7;
  }
}

/*--------------------------------------------
  works
--------------------------------------------*/
.p-index_works {
  position: relative;
  padding-bottom: 0;
  margin-top: 18rem;
}
.p-index_works:before {
  content: "";
  width: 100%;
  height: 284px;
  background: url(../img/index/illust_roof.png) no-repeat center/auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-index_works:after {
  content: "";
  width: 100%;
  height: calc(100% - 284px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.p-index_works .c-inner {
  position: relative;
}
.p-index_works__inner {
  position: relative;
  padding-bottom: 6.25em;
}
.p-index_works__inner:before, .p-index_works__inner:after {
  content: "";
  width: 100%;
  background: #d6bb96;
  position: absolute;
  left: 0;
}
.p-index_works__inner:before {
  bottom: 11px;
  height: 3px;
  background: #d6bb96;
}
.p-index_works__inner:after {
  height: 6px;
  bottom: 0;
}
.p-index_works__lead {
  text-align: center;
  margin-top: 3.5rem;
}
.p-index_works__wrap {
  margin-top: 3rem;
}
.p-index_works__deco {
  position: absolute;
  z-index: -1;
}
.p-index_works__deco.-deco01 {
  top: -28.7rem;
  right: 15rem;
}
.p-index_works__deco.-deco02 {
  top: -13.6rem;
  right: -5.6rem;
}
.p-index_works__deco.-deco03 {
  top: -18.8rem;
  left: 13.8rem;
}
@media (max-width: 991.9px) {
  .p-index_works__deco.-deco03 {
    left: -5rem;
  }
  .p-index_works__btn {
    margin-top: 5rem !important;
  }
}
@media (max-width: 767.9px) {
  .p-index_works__deco.-deco01 {
    width: 40%;
    top: -22.5rem;
    right: 50%;
    transform: translateX(50%);
  }
  .p-index_works__deco.-deco02 {
    width: 20%;
  }
  .p-index_works__deco.-deco03 {
    width: 40%;
    left: -1rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_works__deco.-deco01 {
    width: 40%;
    top: -19.5rem;
    right: 50%;
    transform: translateX(50%);
  }
  .p-index_works__deco.-deco02 {
    right: 1rem;
  }
  .p-index_works__deco.-deco03 {
    z-index: -2;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.p-index_news {
  background: #fdfcf5;
  position: relative;
  background: url(../img/index/bg_news.png) no-repeat bottom center/100% auto;
}
.p-index_news .c-ttl__main + .c-ttl__sub {
  margin-top: 0;
  margin-left: 2rem;
  margin-bottom: 0.5em;
}
.p-index_news__inner {
  max-width: calc(862px + 10vw);
}
.p-index_news__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-index_news__link a {
  color: #f56f3f;
  display: flex;
  align-items: center;
}
.p-index_news__link a svg {
  fill: #f56f3f;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .p-index_news__link a:hover {
    opacity: 0.7;
  }
}
.p-index_news__cnt {
  margin-top: 2rem;
}
@media (max-width: 575.9px) {
  .p-index_news .c-ttl__main + .c-ttl__sub {
    margin-bottom: 0.2em;
  }
}

/*--------------------------------------------
  menu
--------------------------------------------*/
.p-index_menu {
  background: url(../img/index/bg_menu.png) no-repeat bottom 1.5rem center/100% auto;
  position: relative;
}
.p-index_menu:before {
  content: "";
  width: 100%;
  height: 6.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/index/deco_bg.png) repeat-x center/contain;
}
.p-index_menu .c-inner {
  position: relative;
}
.p-index_menu__wrap {
  display: flex;
  margin-top: 4.5rem;
  justify-content: center;
}
.p-index_menu__item {
  width: calc((100% - 9rem) / 3);
  border-radius: 6rem 0 0 0;
  position: relative;
  z-index: 0;
}
.p-index_menu__item:not(:first-child) {
  margin-left: 4.5rem;
}
.p-index_menu__item:before {
  content: "";
  width: 100%;
  height: 80%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .p-index_menu__item a:hover .p-index_menu__arrow {
    background: #fff;
  }
  .p-index_menu__item a:hover .p-index_menu__arrow svg {
    fill: #f56f3f;
  }
}
.p-index_menu__ttl {
  line-height: 1;
  padding: 2rem 3.5rem 3rem 3.5rem;
  position: relative;
}
.p-index_menu__ttl .sub {
  color: #f56f3f;
  font-family: "Outfit", sans-serif;
}
.p-index_menu__ttl .main {
  font-size: 2rem;
  margin-top: 1.4rem;
  font-weight: 500;
}
.p-index_menu__arrow {
  position: absolute;
  right: 3rem;
  top: 0;
  transform: translateY(-50%);
  background: #f56f3f;
  border: 1px solid #f56f3f;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.p-index_menu__arrow svg {
  fill: #fff;
  transition: 0.4s;
}
.p-index_menu__deco {
  position: absolute;
}
.p-index_menu__deco.-deco01 {
  top: 7.9rem;
  right: 36rem;
}
.p-index_menu__deco.-deco02 {
  top: 5rem;
  left: 35rem;
}
@media (max-width: 991.9px) {
  .p-index_menu__item {
    width: calc((100% - 4rem) / 3);
  }
  .p-index_menu__ttl {
    padding: 2rem 1.5rem;
  }
  .p-index_menu__ttl .main {
    font-size: 1.8rem;
  }
  .p-index_menu__deco.-deco01 {
    right: 0;
  }
  .p-index_menu__deco.-deco02 {
    left: 0;
  }
}
@media (max-width: 767.9px) {
  .p-index_menu__wrap {
    display: block;
  }
  .p-index_menu__item {
    width: 100%;
  }
  .p-index_menu__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-index_menu__img img {
    width: 100%;
  }
  .p-index_menu__ttl {
    padding: 1rem 2rem 2rem;
  }
}

/*--------------------------------------------
  simulation
--------------------------------------------*/
.p-index_simulation {
  padding-bottom: 0;
}
.p-index_simulation__wrap {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 1.5rem;
  background: url(../img/index/bg_simulation.png) no-repeat center/cover;
  position: relative;
  padding: 7rem;
}
.p-index_simulation__wrap:before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 1.2rem;
}
.p-index_simulation__ttl {
  display: flex;
  align-items: flex-end;
  color: #fff;
  line-height: 1;
}
.p-index_simulation__ttl .sub {
  font-family: "Sofia", cursive;
  font-size: 5.5rem;
}
.p-index_simulation__ttl .main {
  font-weight: 500;
  font-size: 2.6rem;
  margin-left: 2.2rem;
  margin-bottom: 0.7rem;
}
.p-index_simulation__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.p-index_simulation__btn {
  margin: 0 0.75rem;
}
.p-index_simulation__btn a {
  width: 37rem;
  border-radius: 4rem;
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 2.4rem 0;
}
@media (min-width: 992px) {
  .p-index_simulation__btn a:hover {
    opacity: 0.7;
  }
}
.p-index_simulation__btn a:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  background: url(../img/common/icon_exlink.svg) no-repeat center/contain;
}
@media (max-width: 991.9px) {
  .p-index_simulation__wrap {
    padding: 4rem;
  }
  .p-index_simulation__ttl .sub {
    font-size: 4rem;
  }
  .p-index_simulation__ttl .main {
    font-size: 2.2rem;
  }
  .p-index_simulation__btnWrap {
    justify-content: space-between;
  }
  .p-index_simulation__btn {
    margin: 0;
    width: 48%;
  }
  .p-index_simulation__btn a {
    width: auto;
    padding: 1.8rem 0;
  }
}
@media (max-width: 767.9px) {
  .p-index_simulation__ttl {
    display: block;
  }
  .p-index_simulation__ttl .main {
    margin-left: 0;
    margin-top: 1rem;
  }
  .p-index_simulation__btnWrap {
    flex-direction: column;
    align-items: center;
  }
  .p-index_simulation__btn {
    width: 80%;
  }
  .p-index_simulation__btn:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_simulation__ttl .sub {
    font-size: 3rem;
  }
  .p-index_simulation__ttl .main {
    font-size: 2rem;
  }
  .p-index_simulation__btn {
    width: 100%;
  }
  .p-index_simulation__btn a {
    padding: 1.5rem 0;
  }
  .p-index_simulation__btn a:before {
    right: 1.5rem;
  }
}

/*--------------------------------------------
  loan
--------------------------------------------*/
.p-index_loan {
  padding-top: 4rem;
}
.p-index_loan__box {
  max-width: 960px;
  margin: 0 auto;
  border: 2px solid #665752;
  border-radius: 1.5rem;
  padding: 4rem 5rem;
}
.p-index_loan__ttl {
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 2.2rem;
}
.p-index_loan__ttl:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: url(../img/index/ttl_bd_loan.png) repeat-x center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-index_loan__wrap {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 3rem auto 0;
}
.p-index_loan__item {
  text-align: center;
  max-width: 190px;
  margin: 0 1.5rem;
}
@media (min-width: 992px) {
  .p-index_loan__item a:hover {
    opacity: 0.7;
  }
}
.p-index_loan__txt {
  line-height: 1;
  margin-top: 2rem;
}
@media (max-width: 991.9px) {
  .p-index_loan__box {
    padding: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_loan__box {
    padding: 3rem 2rem;
  }
  .p-index_loan__txt {
    margin-top: 1rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_loan__ttl {
    font-size: 2.2rem;
  }
  .p-index_loan__wrap {
    display: block;
  }
  .p-index_loan__item {
    width: 100%;
    margin: 0 auto;
  }
  .p-index_loan__item:not(:first-child) {
    margin-top: 3rem;
  }
}

/*--------------------------------------------
  partner
--------------------------------------------*/
.p-index_partner {
  margin-top: 9rem;
  padding-top: 6rem;
  position: relative;
}
.p-index_partner:before {
  content: "";
  width: 68%;
  height: 100%;
  background: #f7ede3;
  border-radius: 0 10rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-index_partner__wrap {
  display: flex;
  align-items: center;
}
.p-index_partner__txtWrap {
  padding: 0 7rem;
}
.p-index_partner__ttl {
  font-size: 8rem;
  color: #f7ede3;
  text-stroke: 1px #f56f3f;
  -webkit-text-stroke: 1px #f56f3f;
  line-height: 1;
}
.p-index_partner__ttl .ttl02 {
  margin-left: 0.7em;
}
.p-index_partner__txt {
  text-align: center;
  line-height: 1;
  margin-top: 3.4rem;
}
.p-index_partner__txt .txt01 {
  font-size: 2.2rem;
}
.p-index_partner__txt .txt01 span {
  display: inline-block;
  padding: 0 3.4rem;
  position: relative;
}
.p-index_partner__txt .txt01 span:before, .p-index_partner__txt .txt01 span:after {
  content: "";
  width: 1.8rem;
  height: 3rem;
  position: absolute;
  top: 0;
}
.p-index_partner__txt .txt01 span:before {
  background: url(../img/index/deco_ttl_left.svg) no-repeat center/contain;
  left: 0;
}
.p-index_partner__txt .txt01 span:after {
  background: url(../img/index/deco_ttl_right.svg) no-repeat center/contain;
  right: 0;
}
.p-index_partner__txt .txt02 {
  font-size: 3.8rem;
  margin-top: 2rem;
  font-weight: 700;
}
.p-index_partner__txt .txt02 span {
  display: inline-block;
  padding: 1.9rem 3rem;
  position: relative;
}
.p-index_partner__txt .txt02 span:before, .p-index_partner__txt .txt02 span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #31160d;
  position: absolute;
  left: 0;
}
.p-index_partner__txt .txt02 span:before {
  top: 0;
}
.p-index_partner__txt .txt02 span:after {
  bottom: 0;
}
.p-index_partner__txt .txt03 {
  font-size: 3.6rem;
  margin-top: 1.6rem;
  font-family: "Outfit", sans-serif;
}
.p-index_partner__txt .txt03 a {
  color: #f56f3f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index_partner__txt .txt03 svg {
  fill: #f56f3f;
  margin-right: 1.3rem;
  width: 2.5rem;
  height: auto;
}
.p-index_partner__txt .txt03 span {
  display: inline-block;
}
@media (max-width: 1199.9px) {
  .p-index_partner__ttl {
    font-size: 7rem;
  }
  .p-index_partner__txtWrap {
    padding-left: 0;
  }
  .p-index_partner__txt .txt02 span {
    padding: 1.9rem 0;
  }
}
@media (max-width: 991.9px) {
  .p-index_partner {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
    margin-top: 4.25em;
  }
  .p-index_partner:before {
    width: 90%;
  }
  .p-index_partner__wrap {
    display: block;
  }
  .p-index_partner__txtWrap {
    padding: 0;
    text-align: center;
  }
  .p-index_partner__img {
    text-align: center;
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_partner__ttl {
    font-size: 6rem;
  }
  .p-index_partner__txt .txt02 {
    font-size: 3rem;
  }
  .p-index_partner__txt .txt02 span {
    padding: 1.9rem;
  }
}

/*--------------------------------------------
  animation
--------------------------------------------*/
@media (min-width: 992px) {
  .js-anime {
    opacity: 0;
    transform: translateY(4rem);
    transition: all 1s linear;
  }
  .js-anime.-scale {
    transform: scale(0) rotate(90deg);
  }
  .js-anime.-scale.scrolled {
    transform: scale(1) rotate(0);
    transition-duration: 0.5s;
  }
  .js-anime.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .js-anime.-delay200 {
    transition-delay: 0.2s;
  }
  .js-anime.-delay300 {
    transition-delay: 0.3s;
  }
  .js-anime.-delay400 {
    transition-delay: 0.4s;
  }
  .js-anime.-delay500 {
    transition-delay: 0.5s;
  }
  .js-anime.-delay600 {
    transition-delay: 0.6s;
  }
  .js-anime.-delay700 {
    transition-delay: 0.7s;
  }
  .js-anime.-delay800 {
    transition-delay: 0.8s;
  }
  .js-anime.-delay900 {
    transition-delay: 0.9s;
  }
  .js-anime.-delay1000 {
    transition-delay: 1s;
  }
}
/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404__head {
  margin-bottom: 5rem;
  text-align: center;
}
.p-404__head .c-ttl_sup__main {
  margin-top: 0;
}
.p-404__body {
  text-align: center;
}
.p-404__btn {
  margin-top: 2.5em;
}
.p-404__btn .c-btn {
  margin: 0 auto;
}
@media (max-width: 575.9px) {
  .p-404__body {
    text-align: left;
  }
}

/*============================================

  CONTACT

============================================*/
.p-contact__ttl {
  margin-bottom: 8rem;
}
.p-contact .c-form.-confirm .c-form__checkBox {
  display: none;
}
@media (max-width: 991.9px) {
  .p-contact__ttl {
    margin-bottom: 4rem;
  }
}

/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
.p-about_top {
  padding: 5em 0;
}
.p-about_top__lead {
  text-align: center;
  font-size: 1.8rem;
}
.p-about_top__anchor {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.p-about_top__anchor li {
  width: 23.6%;
}
.p-about_top__anchor a {
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.2em 0;
  color: #000;
  text-align: center;
  background: #fff;
  border: 2px solid #f8ad92;
  position: relative;
  box-shadow: 0 0 30px 0 rgba(222, 136, 44, 0.2);
  display: block;
  border-radius: 3rem;
}
@media (min-width: 992px) {
  .p-about_top__anchor a:hover {
    box-shadow: none;
  }
}
.p-about_top__anchor a:before {
  content: "";
  width: 1.3em;
  height: 0.7rem;
  background: url(../img/about/icon_anchor.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.p-about_top__anchor a span {
  padding-left: 2.3rem;
  position: relative;
}
.p-about_top__anchor a span:before {
  content: "";
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border: 4px solid #fc8d33;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.9px) {
  .p-about_top__anchor {
    flex-wrap: wrap;
  }
  .p-about_top__anchor li {
    width: 48.5%;
  }
  .p-about_top__anchor li:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-about_top__lead {
    font-size: 1.6rem;
  }
  .p-about_top__anchor li {
    width: 100%;
  }
  .p-about_top__anchor li:not(:first-child) {
    margin-top: 1rem;
  }
}

.p-about_point {
  position: relative;
  background: #fff;
  z-index: 0;
  padding-bottom: 2rem;
}
.p-about_point:before {
  content: "";
  width: 100%;
  height: 55rem;
  background: #fdf2dc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-about_point__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.p-about_point__item {
  width: 23.3333%;
  overflow: hidden;
}
.p-about_point__ttlBox {
  position: relative;
  bottom: 7rem;
  background: #fff;
  z-index: 0;
}
.p-about_point__ttlBox:before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 125%;
  height: 25rem;
}
.p-about_point__num {
  font-family: "Marcellus", serif;
  line-height: 1;
  text-align: center;
  position: relative;
}
.p-about_point__num .point {
  font-size: 2rem;
}
.p-about_point__num .num {
  font-size: 4rem;
  margin-top: 0.5rem;
}
.p-about_point__ttl {
  color: #f56f3f;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 3rem;
  text-align: center;
}
.p-about_point__txt {
  margin-top: 3.2rem;
  padding: 0 2.5rem;
  line-height: 1.8;
}
.p-about_point__txt span {
  display: inline;
  background: linear-gradient(#fdf8c2 0%, #fdf8c2 100%);
}
@media (max-width: 991.9px) {
  .p-about_point__wrap {
    flex-wrap: wrap;
  }
  .p-about_point__item {
    width: 48.5%;
  }
  .p-about_point__img img {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-about_point__lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-about_point__item {
    width: 100%;
  }
  .p-about_point__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-about_service {
  background: #fdf2dc;
  position: relative;
  z-index: 0;
}
.p-about_service:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/about/bg_service.png) no-repeat bottom center/100% auto;
  z-index: -1;
}
.p-about_service__lead {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 4rem;
}
.p-about_service__lead span {
  font-weight: 700;
}
.p-about_service__wrap {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  margin-top: 3rem;
}
.p-about_service__cnt {
  width: 71.5%;
  border-radius: 3rem;
  border: 3px solid #f56f3f;
  background: #fff;
  padding: 3rem 2rem 5rem;
}
.p-about_service__cntList {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.p-about_service__cntList ul:not(:first-child) {
  margin-left: 5rem;
}
.p-about_service__cntList li {
  padding-left: 2.5rem;
  position: relative;
  line-height: 1;
}
.p-about_service__cntList li:not(:first-child) {
  margin-top: 1.2em;
}
.p-about_service__cntList li:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fc8d33;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-about_service__illust {
  width: 28.5%;
  padding-right: 2.8rem;
}
@media (max-width: 991.9px) {
  .p-about_service__wrap {
    flex-direction: column;
    padding: 0;
  }
  .p-about_service__illust {
    padding-right: 0;
    width: 25%;
  }
  .p-about_service__cnt {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-about_service__lead {
    font-size: 1.5rem;
  }
  .p-about_service__cntList ul:not(:first-child) {
    margin-left: 2rem;
  }
  .p-about_service__cntList li {
    padding-left: 1.5em;
    line-height: 1.3;
  }
}

.p-about_outsidehouse {
  padding-top: 8.125em;
  padding-bottom: 7.8rem;
  background: url(../img/about/bg_outsidehouse.png) no-repeat center bottom/100% auto;
}
.p-about_outsidehouse .c-inner {
  position: relative;
}
.p-about_outsidehouse__itemWrap {
  display: flex;
  justify-content: space-between;
}
.p-about_outsidehouse__item {
  margin-top: 6rem;
}
.p-about_outsidehouse__item.-col {
  width: 47.5%;
}
.p-about_outsidehouse__item.-col .p-about_outsidehouse__wrap {
  display: block;
  padding: 0 4.5rem;
}
.p-about_outsidehouse__wrap {
  display: flex;
  padding: 0 6rem;
  margin-top: 4rem;
}
.p-about_outsidehouse__wrap.-reverse {
  flex-direction: row-reverse;
}
.p-about_outsidehouse__wrap.-reverse .p-about_outsidehouse__txtWrap {
  padding-left: 0;
  padding-right: 7rem;
}
.p-about_outsidehouse__img {
  width: 51%;
}
.p-about_outsidehouse__txtWrap {
  width: 49%;
  padding-left: 7rem;
  padding-top: 2rem;
}
.p-about_outsidehouse__deco {
  position: absolute;
}
.p-about_outsidehouse__deco.-deco01 {
  right: calc(5vw + 3rem);
  top: -5rem;
  z-index: -1;
}
.p-about_outsidehouse__deco.-deco02 {
  left: calc(5vw + 12rem);
  top: -4.5rem;
}
.p-about_outsidehouse__deco.-deco03 {
  left: calc(5vw + 23rem);
  top: -3.5rem;
}
.p-about_outsidehouse__recommend span {
  padding-left: 2.9rem;
  position: relative;
}
.p-about_outsidehouse__recommend span:before {
  content: "";
  width: 2rem;
  height: 1.7rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/about/icon_heart.png) no-repeat center/contain;
}
.p-about_outsidehouse__recommend + .p-about_outsidehouse__list {
  margin-top: 3rem;
}
.p-about_outsidehouse__list li:not(:first-child) {
  margin-top: 0.5rem;
}
.p-about_outsidehouse__list li .main {
  position: relative;
  padding-left: 2.2rem;
  font-weight: 500;
}
.p-about_outsidehouse__list li .main:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fc8d33;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-about_outsidehouse__list li .main + .sub {
  padding-left: 2.2rem;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.9px) {
  .p-about_outsidehouse__deco.-deco01 {
    top: 1rem;
    right: 5vw;
    width: 28%;
  }
  .p-about_outsidehouse__deco.-deco02 {
    left: 5vw;
  }
  .p-about_outsidehouse__wrap {
    display: block;
    padding: 0;
    margin-top: 3rem;
  }
  .p-about_outsidehouse__img {
    width: 100%;
  }
  .p-about_outsidehouse__img img {
    width: 100%;
  }
  .p-about_outsidehouse__txtWrap {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 3rem;
  }
  .p-about_outsidehouse__itemWrap {
    display: block;
  }
  .p-about_outsidehouse__wrap.-reverse .p-about_outsidehouse__txtWrap {
    padding-right: 0;
  }
  .p-about_outsidehouse__item.-col {
    width: 100%;
  }
  .p-about_outsidehouse__item.-col .p-about_outsidehouse__wrap {
    padding: 0;
  }
  .p-about_outsidehouse__item.-col + .p-about_outsidehouse__item {
    margin-top: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-about_outsidehouse__deco.-deco02 {
    width: 40%;
    z-index: -1;
  }
  .p-about_outsidehouse__deco.-deco01 {
    display: none;
  }
  .p-about_outsidehouse__item {
    margin-top: 3rem;
  }
  .p-about_outsidehouse .c-ttl__img img {
    width: 46.5px;
    height: auto;
  }
}

.p-about_inhouse .c-inner {
  position: relative;
}
.p-about_inhouse__itemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
.p-about_inhouse__item {
  width: 47.5%;
}
.p-about_inhouse__item:nth-child(n+3) {
  margin-top: 6rem;
}
.p-about_inhouse__img {
  margin-top: 4rem;
  padding: 0 1rem;
}
.p-about_inhouse__txtWrap {
  padding: 0 5rem;
  margin-top: 3.5rem;
}
.p-about_inhouse__list li:not(:first-child) {
  margin-top: 0.5rem;
}
.p-about_inhouse__list li .main {
  position: relative;
  padding-left: 2.2rem;
  font-weight: 500;
}
.p-about_inhouse__list li .main:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fc8d33;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-about_inhouse__list li .main + .sub {
  padding-left: 2.2rem;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.p-about_inhouse__deco {
  position: absolute;
  z-index: -1;
}
.p-about_inhouse__deco.-deco01 {
  left: calc(5vw + 12rem);
  top: -4.5rem;
}
.p-about_inhouse__deco.-deco02 {
  right: calc(5vw + 12rem);
  top: -4.5rem;
}
@media (max-width: 991.9px) {
  .p-about_inhouse__deco.-deco01 {
    left: 5vw;
    top: -2.5rem;
  }
  .p-about_inhouse__deco.-deco02 {
    right: 5vw;
    top: -2.5rem;
  }
  .p-about_inhouse__itemWrap {
    display: block;
  }
  .p-about_inhouse__item {
    width: 100%;
  }
  .p-about_inhouse__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-about_inhouse__img {
    margin-top: 3rem;
  }
  .p-about_inhouse__img img {
    width: 100%;
  }
  .p-about_inhouse__txtWrap {
    padding: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-about_inhouse__deco {
    width: 35%;
  }
  .p-about_inhouse__deco.-deco01 {
    top: 3.5rem;
  }
  .p-about_inhouse__deco.-deco02 {
    top: 3.5rem;
  }
  .p-about_inhouse .c-ttl__img img {
    width: 46.5px;
    height: auto;
  }
}

/*============================================

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
/*-------------------------------
  NEWS > SINGLE
-------------------------------*/
.p-panel_article__head {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}
.p-panel_article__info {
  margin-bottom: 1em;
  display: flex;
}
.p-panel_article__date {
  font-family: "Outfit", sans-serif;
  margin-right: 2rem;
}
.p-panel_article__terms {
  color: #fff;
  font-size: 1.5rem;
  background: #fb7c51;
  border-radius: 2rem;
  line-height: 1;
  padding: 0.8rem 2rem;
  text-align: center;
}
.p-panel_article__ttl {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 500;
}
.p-panel_article__btn {
  text-align: center;
  margin-top: 3.5em;
}
.p-panel_article__btn a {
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .p-panel_article__terms {
    padding: 0.5em 1em;
    font-size: 1.3rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_article__ttl {
    font-size: 1.4em;
  }
}

.p-company_outline__table {
  margin-top: 6rem;
  border-top: 1px solid #D5D5D5;
}
.p-company_outline__table tr {
  border-bottom: 1px solid #D5D5D5;
}
.p-company_outline__table th {
  width: 20%;
  padding: 3rem 0;
  font-weight: 500;
  text-align: left;
  color: #f56f3f;
}
.p-company_outline__table td {
  width: 80%;
  padding: 3rem 0;
}
.p-company_outline__table td .list li:not(:first-child) {
  margin-top: 1em;
}
.p-company_outline__table td .img_qualification {
  margin-top: 0.5em;
}
@media (max-width: 767.9px) {
  .p-company_outline__table th {
    display: block;
    width: 100%;
    padding: 1em;
    padding-bottom: 0;
  }
  .p-company_outline__table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}

.p-company_message {
  position: relative;
  background: url(../img/index/bg_news.png) no-repeat bottom center/100% auto;
}
.p-company_message:before {
  content: "";
  width: 100%;
  height: 55rem;
  background: #fdf2dc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-company_message__top {
  border: 3px solid #f56f3f;
  border-radius: 3rem;
  background: #fff;
  max-width: 980px;
  margin: 6rem auto 0;
  padding: 4rem;
}
.p-company_message__profile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-company_message__profile .txt {
  padding-left: 3rem;
}
.p-company_message__txt {
  margin-top: 3rem;
}
.p-company_message__txtWrap {
  display: flex;
  margin-top: 5rem;
  align-items: center;
}
.p-company_message__txtWrap .img {
  width: 50%;
  padding-right: 5rem;
}
.p-company_message__txtWrap .txt {
  width: 50%;
}
.p-company_message__bnr {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-company_message__top {
    padding: 3rem;
  }
  .p-company_message__profile {
    flex-direction: column;
  }
  .p-company_message__profile .txt {
    padding-left: 0;
    margin-top: 2rem;
  }
  .p-company_message__txtWrap {
    display: block;
  }
  .p-company_message__txtWrap .img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .p-company_message__txtWrap .txt {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-company_history__cntItem dt {
  padding-left: 2.5em;
  position: relative;
}
.p-company_history__cntItem dt:before {
  content: "";
  width: 2em;
  height: 1px;
  background: #f56f3f;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-company_history__cntItem:not(:first-child) {
  margin-top: 3rem;
}

.p-company_access {
  position: relative;
}
.p-company_access:before {
  content: "";
  width: 100%;
  height: 55rem;
  background: #fdf2dc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-company_access__map {
  margin-top: 6rem;
  padding-top: 40%;
  position: relative;
}
.p-company_access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company_access__address {
  margin-top: 1em;
}
@media (max-width: 767.9px) {
  .p-company_access:before {
    height: 35rem;
  }
  .p-company_access__map {
    padding-top: 50%;
  }
}
@media (max-width: 575.9px) {
  .p-company_access:before {
    height: 35rem;
  }
  .p-company_access__map {
    padding-top: 60%;
  }
}

/*============================================

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacypolicy__headTtl {
  font-size: 2.5rem;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.3;
}
.p-privacypolicy__body {
  margin-top: 5rem;
}
.p-privacypolicy__wrap dt {
  margin-bottom: 1.25em;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 0.8em;
  line-height: 1.4;
  position: relative;
}
.p-privacypolicy__wrap dt:before {
  content: "";
  width: 7rem;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #f56f3f;
}
.p-privacypolicy__wrap dd:not(:last-child) {
  margin-bottom: 3.125em;
}
.p-privacypolicy__wrap dd > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-privacypolicy__wrap dd .sub_box {
  margin-top: 1em;
}
.p-privacypolicy__list {
  margin-top: 1em;
}
.p-privacypolicy__list.-disc {
  padding-left: 1em;
}
.p-privacypolicy__list.-disc li {
  list-style-type: disc;
}
.p-privacypolicy__list.-mgt li:not(:first-child) {
  margin-top: 1em;
}
.p-privacypolicy__ga {
  margin-top: 1em;
}
.p-privacypolicy__ga h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.p-privacypolicy__ga a {
  word-break: break-all;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-privacypolicy__ga a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-privacypolicy__headTtl {
    font-size: 2.2rem;
  }
  .p-privacypolicy__wrap dt {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacypolicy__body {
    margin-top: 3rem;
  }
  .p-privacypolicy__headTtl {
    font-size: 1.8rem;
  }
  .p-privacypolicy__wrap dt {
    font-size: 1.6rem;
  }
}

.p-flow__lead .c-ttl__ja {
  line-height: 1.6;
}
.p-flow__item {
  margin-top: 6.2rem;
}
.p-flow__ttl {
  background: #fc9137;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  padding: 1.6rem 0;
  border-radius: 3rem;
  position: relative;
}
.p-flow__ttl .main {
  font-weight: 500;
}
.p-flow__ttl .main span {
  margin-left: 18rem;
}
.p-flow__ttl .step {
  position: absolute;
  top: -1.5rem;
  left: 5rem;
}
.p-flow__itemWrap {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  padding: 0 2.4rem;
}
.p-flow__img {
  width: 47.7%;
}
.p-flow__txtWrap {
  width: 52.3%;
  padding-left: 7rem;
}
.p-flow__txt.-list li {
  position: relative;
  padding-left: 2.2rem;
}
.p-flow__txt.-list li:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fc8d33;
  top: 0.5em;
  left: 0;
}
.p-flow__txt .txt_item:not(:first-child) {
  margin-top: 1.5rem;
}
.p-flow__txt .txt_item.-anshin .ttl {
  width: 16.5rem;
  text-align: center;
  padding: 0.75rem 0;
  background: url(../img/flow/bg_ttl_ansin.png) no-repeat center/contain;
}
.p-flow__txt .txt_item.-anshin .ttl span {
  position: relative;
  padding-left: 2.9rem;
}
.p-flow__txt .txt_item.-anshin .ttl span:before {
  content: "";
  width: 2rem;
  height: 1.7rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/about/icon_heart.png) no-repeat center/contain;
}
.p-flow__txt .txt_item.-anshin .txt {
  margin-top: 1.5rem;
}
.p-flow__txt .txt_item.-anshin .txt span {
  display: inline;
  background: linear-gradient(transparent 60%, #fdf8c2 60%);
  padding: 0 0.2em;
}
.p-flow__note {
  margin-top: 6rem;
}
.p-flow__note .inner {
  max-width: 680px;
  margin: 0 auto;
  border: 2px solid #ccc382;
  text-align: center;
  padding: 3rem;
  border-radius: 1rem;
}
@media (max-width: 991.9px) {
  .p-flow__ttl {
    font-size: 2.2rem;
  }
  .p-flow__txtWrap {
    padding-left: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-flow__ttl {
    font-size: 2rem;
  }
  .p-flow__itemWrap {
    display: block;
  }
  .p-flow__img {
    width: 100%;
  }
  .p-flow__img img {
    width: 100%;
  }
  .p-flow__txtWrap {
    width: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }
}
@media (max-width: 575.9px) {
  .p-flow__lead .c-ttl__img img {
    width: 46.5px;
    height: auto;
  }
  .p-flow__ttl {
    padding: 1.2rem 0;
    border-radius: 2.5rem;
    font-size: 1.8rem;
  }
  .p-flow__ttl .step {
    left: 2rem;
  }
  .p-flow__ttl .step img {
    width: 60px;
  }
  .p-flow__ttl .main span {
    margin-left: 9rem;
  }
  .p-flow__note {
    margin-top: 4rem;
  }
  .p-flow__note .inner {
    padding: 2rem 1.5rem;
  }
}

.p-recruit_work__desc {
  max-width: 66%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media (max-width: 991.9px) {
  .p-recruit_work__desc {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .p-recruit_staff__item a:hover {
    opacity: 0.7;
  }
}

.p-recruit_career__desc {
  max-width: 66%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.p-recruit_career__img {
  max-width: 788px;
  margin: 0 auto;
}
.p-recruit_career__img .note {
  margin-top: 0.5rem;
}
@media (max-width: 991.9px) {
  .p-recruit_career__desc {
    max-width: 100%;
  }
}

.p-recruit_treatment__wrap {
  display: flex;
  justify-content: space-between;
}
.p-recruit_treatment__item {
  width: calc((100% - 10rem) / 5);
}
.p-recruit_treatment__txt {
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767.9px) {
  .p-recruit_treatment__wrap {
    max-width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-recruit_treatment__item {
    width: 48%;
    text-align: center;
  }
  .p-recruit_treatment__item:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_treatment__wrap {
    max-width: 100%;
  }
}

.p-recruit_flow__wrap {
  display: flex;
  align-items: flex-start;
}
.p-recruit_flow__ttlBox {
  width: 51%;
  position: sticky;
  top: 10rem;
  padding-right: 5rem;
}
.p-recruit_flow__flow {
  width: 49%;
}
.p-recruit_flow__desc {
  margin-top: 2rem;
}
.p-recruit_flow__item:not(:first-child) {
  margin-top: 3.4rem;
  padding-top: 3rem;
  border-top: 1px solid #D3D3D3;
}
.p-recruit_flow__txtWrap {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.p-recruit_flow__icon {
  width: 7.3rem;
  height: 7.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFD800;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  margin-right: 2rem;
}
.p-recruit_flow__txt {
  width: calc(100% - 9.5rem);
}
@media (max-width: 767.9px) {
  .p-recruit_flow__wrap {
    display: block;
  }
  .p-recruit_flow__ttlBox {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
    padding-right: 0;
  }
  .p-recruit_flow__flow {
    width: 100%;
  }
  .p-recruit_flow__desc {
    text-align: left;
  }
  .p-recruit_flow__img img {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_flow__icon {
    font-size: 1.4rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}

.p-recruit_info__table tr {
  border-bottom: 1px solid #D3D3D3;
}
.p-recruit_info__table th {
  width: 35%;
  padding: 1em 0;
  text-align: left;
  vertical-align: top;
}
.p-recruit_info__table td {
  width: 66%;
  padding: 1em 0;
}
.p-recruit_info__table td p:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 767.9px) {
  .p-recruit_info__table th, .p-recruit_info__table td {
    display: block;
    width: 100%;
  }
  .p-recruit_info__table td {
    padding-top: 0;
  }
}

.p-recruit_application__desc {
  text-align: center;
}
.p-recruit_application__box {
  margin-top: 5rem;
  padding: 5rem;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.p-recruit_application__boxTtl {
  line-height: 1;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 991.9px) {
  .p-recruit_application__box {
    padding: 5rem 3rem;
  }
  .p-recruit_application__boxTtl {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_application__desc {
    text-align: left;
  }
  .p-recruit_application__boxTtl {
    font-size: 2.1rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_application__boxTtl {
    line-height: 1.4;
  }
}

.p-staff_other {
  margin-top: 6.25em;
}

/*============================================

  BLOG

============================================*/
/*-------------------------------
  BLOG > COMMON
-------------------------------*/
.p-blog__wrap {
  display: flex;
}
@media (max-width: 767.9px) {
  .p-blog__wrap {
    display: block;
  }
}
.p-blog_main {
  width: 72%;
}
@media (max-width: 991.9px) {
  .p-blog_main {
    width: 65%;
  }
}
@media (max-width: 767.9px) {
  .p-blog_main {
    width: 100%;
  }
}

.p-blog_aside {
  width: 28%;
  padding-left: 5rem;
}
.p-blog_aside__ttl {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #292e33;
}
.p-blog_aside__cont:not(:first-child) {
  margin-top: 5rem;
}
.p-blog_aside__terms li:not(:first-child) {
  margin-top: 0.625em;
}
@media (min-width: 992px) {
  .p-blog_aside__terms a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-blog_aside {
    width: 35%;
    padding-left: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-blog_aside {
    width: 100%;
    padding-left: 0;
    margin-top: 5rem;
  }
  .p-blog_aside__cont:not(:first-child) {
    margin-top: 3rem;
  }
}

.p-blog_calender__head {
  line-height: 1;
}
.p-blog_calender__head .slick-arrow {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-blog_calender__head .slick-arrow:before {
  display: none;
}
.p-blog_calender__head .slick-arrow:after {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.2rem;
  width: 1em;
  color: #292e33;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  height: 1em;
}
.p-blog_calender__head .slick-arrow.slick-next {
  right: 0;
}
.p-blog_calender__head .slick-arrow.slick-prev {
  left: 0;
}
.p-blog_calender__head .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
.p-blog_calender__head .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-blog_calender__head p {
  text-align: center;
  font-weight: 500;
  padding: 0 1em;
}
.p-blog_calender__sheet thead td, .p-blog_calender__sheet thead th {
  padding: 0.715em 0;
  font-weight: 500;
}
.p-blog_calender__sheet td, .p-blog_calender__sheet th {
  text-align: center;
  border: 1px solid transparent;
  width: 14.2857142857%;
  line-height: 1;
  font-size: 0.8em;
}
.p-blog_calender__sheet td a, .p-blog_calender__sheet th a {
  height: 2em;
  background: #f7ede3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: underline;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-blog_calender__sheet td a:hover, .p-blog_calender__sheet th a:hover {
    opacity: 0.7;
  }
}
.p-blog_calender__sheet td span, .p-blog_calender__sheet th span {
  height: 2em;
  background: #f7ede3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-blog_archive__item {
  border-radius: 10rem 0 0 0;
  background: #f7ede3;
}
.p-blog_archive__item:nth-child(even) {
  background: #fff;
}
.p-blog_archive__link {
  display: block;
  padding: 10rem 5rem;
}
@media (min-width: 992px) {
  .p-blog_archive__link:hover {
    opacity: 0.7;
  }
}
.p-blog_archive__top {
  display: flex;
  justify-content: space-between;
}
.p-blog_archive__img {
  width: 33.3%;
}
.p-blog_archive__txt {
  width: calc(66.7% - 5rem);
}
.p-blog_archive__info {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 0.625em;
}
.p-blog_archive__date {
  margin-right: 2.5rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.p-blog_archive__cat {
  color: #fff;
  font-size: 1.5rem;
  background: #fb7c51;
  border-radius: 2rem;
  line-height: 1;
  min-width: 10.2rem;
  padding: 0.8rem;
  text-align: center;
}
.p-blog_archive__ttl {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}
.p-blog_archive__bottom {
  margin-top: 3rem;
}
@media (max-width: 991.9px) {
  .p-blog_archive__item {
    border-radius: 5rem 0 0 0;
  }
  .p-blog_archive__link {
    padding: 5rem 3rem;
  }
  .p-blog_archive__txt {
    width: calc(66.7% - 2rem);
  }
  .p-blog_archive__bottom {
    margin-top: 2rem;
  }
  .p-blog_archive__date {
    font-size: 1em;
    margin-right: 1.5rem;
  }
  .p-blog_archive__cat {
    font-size: 1em;
    padding: 0.5rem 1rem;
    min-width: auto;
  }
}
@media (max-width: 575.9px) {
  .p-blog_archive__top {
    display: block;
  }
  .p-blog_archive__img {
    width: 100%;
  }
  .p-blog_archive__txt {
    width: 100%;
    margin-top: 2rem;
  }
  .p-blog_archive__link {
    padding: 4rem 2rem;
  }
}

/*-------------------------------
  BLOG > SINGLE
-------------------------------*/
/*============================================

  WORKS

============================================*/
/*-------------------------------
  WORKS > COMMON
-------------------------------*/
.p-works__terms {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.p-works__terms li {
  width: 20%;
}
.p-works__terms li a {
  line-height: 1;
  padding: 0.5em 0 0.5em 1.5em;
  position: relative;
  display: block;
}
.p-works__terms li a:before {
  content: "";
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 5px solid #f56f3f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .p-works__terms li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-works__terms li {
    width: 33.33%;
  }
}
@media (max-width: 767.9px) {
  .p-works__terms li {
    width: 50%;
  }
}

/*-------------------------------
  WORKS > SINGLE
-------------------------------*/
.p-works_detail__top {
  display: flex;
  justify-content: space-between;
}
.p-works_detail__img {
  width: 48%;
}
.p-works_detail__img img {
  width: 100%;
}
.p-works_detail__cnt {
  margin-top: 3rem;
}
.p-works_detail__cnt p + p {
  margin-top: 1em;
}
.p-works_detail__badge {
  text-align: center;
  margin-bottom: 1rem;
}
.p-works_detail__badge span {
  display: inline-block;
  color: #fff;
  background: #f56f3f;
  border-radius: 2rem;
  padding: 0.5em 2em;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
.p-works_detail__badge.-after span {
  background: #f8ab05;
}
@media (max-width: 991.9px) {
  .p-works_detail__badge span {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-works_detail__top {
    display: block;
  }
  .p-works_detail__img {
    width: 100%;
  }
  .p-works_detail__img.-after {
    margin-top: 3rem;
  }
  .p-works_detail__badge span {
    font-size: 1.4rem;
  }
}

.p-sdgs_top__wrap {
  display: flex;
  margin-top: 4.5rem;
}
.p-sdgs_top__img {
  width: 50%;
}
.p-sdgs_top__txt {
  width: 50%;
  padding-left: 5rem;
  padding-top: 5rem;
}
.p-sdgs_top__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (max-width: 991.9px) {
  .p-sdgs_top__wrap {
    display: block;
  }
  .p-sdgs_top__img {
    width: 100%;
    text-align: center;
  }
  .p-sdgs_top__txt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 3rem;
  }
  .p-sdgs_top__ttl {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-sdgs_top__ttl {
    font-size: 2.2rem;
  }
}

/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
  position: relative;
}
.p-kv_under:before {
  content: "";
  width: 84.3%;
  max-width: 1480px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat center/cover;
  border-radius: 12rem 0 0 0;
  background-image: url(../img/about/img_kv.png);
  z-index: -1;
}
.p-kv_under.-flow:before {
  background-image: url(../img/flow/img_kv.png);
}
.p-kv_under__inner {
  padding-top: 27rem;
}
.p-kv_under__ttl {
  width: 31%;
  padding: 3.6rem 4.2rem 1.6rem 0;
  line-height: 1;
  background: #fdfcf5;
  border-radius: 0 7rem 0 0;
}
.p-kv_under__ttl .sub {
  font-size: 2.2rem;
  font-family: "Marcellus", serif;
  color: #f56f3f;
}
.p-kv_under__ttl .main {
  font-weight: 500;
  font-size: 3.2rem;
  margin-top: 2.3rem;
}
@media (max-width: 1199.9px) {
  .p-kv_under__ttl {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991.9px) {
  .p-kv_under__inner {
    padding-top: 12rem;
  }
  .p-kv_under__ttl {
    padding: 2.5rem 2.5rem 1.6rem 0;
  }
  .p-kv_under__ttl .main {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under:before {
    border-radius: 7rem 0 0 0;
  }
  .p-kv_under__ttl {
    border-radius: 0 5rem 0 0;
  }
  .p-kv_under__ttl .sub {
    font: 2rem;
  }
  .p-kv_under__ttl .main {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under:before {
    border-radius: 5rem 0 0 0;
  }
  .p-kv_under__ttl .main {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .p-kv_under__ttl .sub {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------
  card
--------------------------------------------*/
/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__link {
  display: flex;
  align-items: baseline;
  padding: 2rem 0;
  position: relative;
}
.c-card_news__link:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: url(../img/index/ttl_bd_loan.png) repeat-x center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__date {
  margin-right: 2.5rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.c-card_news__term {
  color: #fff;
  font-size: 1.5rem;
  background: #fb7c51;
  border-radius: 2rem;
  line-height: 1;
  min-width: 10.2rem;
  padding: 0.8rem;
  text-align: center;
  margin-right: 2.2rem;
}
.c-card_news__ttl {
  max-width: calc(100% - 25rem);
}
@media (max-width: 767.9px) {
  .c-card_news__link {
    flex-wrap: wrap;
    padding: 1em 0;
  }
  .c-card_news__date {
    margin-right: 1.5rem;
  }
  .c-card_news__term {
    font-size: 1.3rem;
    min-width: auto;
    padding: 0.5em 1em;
  }
  .c-card_news__ttl {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5em;
  }
}

.c-card_works {
  display: flex;
  flex-wrap: wrap;
}
.c-card_works__item {
  width: calc((100% - 12rem) / 3);
}
.c-card_works__item:not(:nth-child(3n)) {
  margin-right: 6rem;
}
.c-card_works__item:nth-child(n+4) {
  margin-top: 6rem;
}
.c-card_works__img {
  border-radius: 6rem 0 0 0;
  overflow: hidden;
  position: relative;
  padding-top: 66.66%;
}
.c-card_works__img img {
  position: absolute;
}
.c-card_works__cat {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 3rem;
  position: relative;
  line-height: 1;
  margin-top: 2.5rem;
}
.c-card_works__cat:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #f56f3f;
  border-radius: 50%;
}
.c-card_works__ttl {
  margin-top: 1.5rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .c-card_works__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .c-card_works__item {
    width: calc((100% - 5rem) / 3);
  }
  .c-card_works__item:not(:nth-child(3n)) {
    margin-right: 2.5rem;
  }
  .c-card_works__img {
    border-radius: 3rem 0 0 0;
  }
}
@media (max-width: 767.9px) {
  .c-card_works {
    display: block;
  }
  .c-card_works__item {
    width: 100%;
  }
  .c-card_works__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-card_works__item:not(:first-child) {
    margin-top: 4rem;
  }
}

/*--------------------------------------------
  text-align
--------------------------------------------*/
.u-center {
  text-align: center;
}

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

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

@media (max-width: 575.9px) {
  .u-center_ss {
    text-align: center;
  }
  .u-left_ss {
    text-align: left;
  }
  .u-right_ss {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-center_xs {
    text-align: center;
  }
  .u-left_xs {
    text-align: left;
  }
  .u-right_xs {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-center_sm {
    text-align: center;
  }
  .u-left_sm {
    text-align: left;
  }
  .u-right_sm {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-center_md {
    text-align: center;
  }
  .u-left_md {
    text-align: left;
  }
  .u-right_md {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-center_lg {
    text-align: center;
  }
  .u-left_lg {
    text-align: left;
  }
  .u-right_lg {
    text-align: right;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-center_xl {
    text-align: center;
  }
  .u-left_xl {
    text-align: left;
  }
  .u-right_xl {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .u-center_xxl {
    text-align: center;
  }
  .u-left_xxl {
    text-align: left;
  }
  .u-right_xxl {
    text-align: right;
  }
}
@media (max-width: 767.9px) {
  .u-center_sp {
    text-align: center;
  }
  .u-left_sp {
    text-align: left;
  }
  .u-right_sp {
    text-align: right;
  }
}
@media (max-width: 991.9px) {
  .u-center_tb {
    text-align: center;
  }
  .u-left_tb {
    text-align: left;
  }
  .u-right_tb {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .u-center_pc {
    text-align: center;
  }
  .u-left_pc {
    text-align: left;
  }
  .u-right_pc {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .u-center_dt {
    text-align: center;
  }
  .u-left_dt {
    text-align: left;
  }
  .u-right_dt {
    text-align: right;
  }
}
/*--------------------------------------------
  display
--------------------------------------------*/
.u-none {
  display: none;
}

.u-none_imp {
  display: none !important;
}

.u-show {
  display: block;
}

.u-show_imp {
  display: block !important;
}

@media (max-width: 575.9px) {
  .u-visible_xs:not(.u-visible_ss),
  .u-visible_sm:not(.u-visible_ss),
  .u-visible_md:not(.u-visible_ss),
  .u-visible_lg:not(.u-visible_ss),
  .u-visible_xl:not(.u-visible_ss),
  .u-visible_xxl:not(.u-visible_ss),
  .u-hidden_ss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-visible_ss:not(.u-visible_xs),
  .u-visible_sm:not(.u-visible_xs),
  .u-visible_md:not(.u-visible_xs),
  .u-visible_lg:not(.u-visible_xs),
  .u-visible_xl:not(.u-visible_xs),
  .u-visible_xxl:not(.u-visible_xs),
  .u-hidden_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-visible_ss:not(.u-visible_sm),
  .u-visible_xs:not(.u-visible_sm),
  .u-visible_md:not(.u-visible_sm),
  .u-visible_lg:not(.u-visible_sm),
  .u-visible_xl:not(.u-visible_sm),
  .u-visible_xxl:not(.u-visible_sm),
  .u-hidden_sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-visible_ss:not(.u-visible_md),
  .u-visible_xs:not(.u-visible_md),
  .u-visible_sm:not(.u-visible_md),
  .u-visible_lg:not(.u-visible_md),
  .u-visible_xl:not(.u-visible_md),
  .u-visible_xxl:not(.u-visible_md),
  .u-hidden_md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-visible_ss:not(.u-visible_lg),
  .u-visible_xs:not(.u-visible_lg),
  .u-visible_sm:not(.u-visible_lg),
  .u-visible_md:not(.u-visible_lg),
  .u-visible_xl:not(.u-visible_lg),
  .u-visible_xxl:not(.u-visible_lg),
  .u-hidden_lg {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-visible_ss:not(.u-visible_xl),
  .u-visible_xs:not(.u-visible_xl),
  .u-visible_sm:not(.u-visible_xl),
  .u-visible_md:not(.u-visible_xl),
  .u-visible_lg:not(.u-visible_xl),
  .u-visible_xxl:not(.u-visible_xl),
  .u-hidden_xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .u-visible_ss:not(.u-visible_xxl),
  .u-visible_xs:not(.u-visible_xxl),
  .u-visible_sm:not(.u-visible_xxl),
  .u-visible_md:not(.u-visible_xxl),
  .u-visible_lg:not(.u-visible_xxl),
  .u-visible_xl:not(.u-visible_xxl),
  .u-hidden_xxl {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible_sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-visible_tb {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-visible_pc {
    display: none !important;
  }
}
@media (max-width: 1399.9px) {
  .u-visible_dt {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-hidden_sp {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-hidden_pc {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .u-hidden_dt {
    display: none !important;
  }
}
@media screen {
  .u-visible_print {
    display: none !important;
  }
}
@media print {
  .u-hidden_print {
    display: none !important;
  }
}
.u-display_input {
  display: none;
}
.mw_wp_form_input .u-display_input {
  display: block;
}

.u-display_confirm {
  display: none;
}
.mw_wp_form_confirm .u-display_confirm {
  display: block;
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
  margin-top: 0;
}
.u-mgt_ss {
  margin-top: 0.6em;
}
.u-mgt_xs {
  margin-top: 1em;
}
.u-mgt_sm {
  margin-top: 1.5em;
}
.u-mgt_md {
  margin-top: 2em;
}
.u-mgt_lg {
  margin-top: 2.5em;
}
.u-mgt_xl {
  margin-top: 3em;
}
.u-mgt_xxl {
  margin-top: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgt_ss {
    margin-top: 0.4em;
  }
  .u-mgt_xs {
    margin-top: 0.8em;
  }
  .u-mgt_sm {
    margin-top: 1.2em;
  }
  .u-mgt_md {
    margin-top: 1.6em;
  }
  .u-mgt_lg {
    margin-top: 2em;
  }
  .u-mgt_xl {
    margin-top: 2.4em;
  }
  .u-mgt_xxl {
    margin-top: 2.8em;
  }
}

.u-mgl0 {
  margin-left: 0;
}

.u-mgr0 {
  margin-right: 0;
}

.u-mgb0 {
  margin-bottom: 0;
}
.u-mgb_ss {
  margin-bottom: 0.6em;
}
.u-mgb_xs {
  margin-bottom: 1em;
}
.u-mgb_sm {
  margin-bottom: 1.5em;
}
.u-mgb_md {
  margin-bottom: 2em;
}
.u-mgb_lg {
  margin-bottom: 2.5em;
}
.u-mgb_xl {
  margin-bottom: 3em;
}
.u-mgb_xxl {
  margin-bottom: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgb_ss {
    margin-bottom: 0.4em;
  }
  .u-mgb_xs {
    margin-bottom: 0.8em;
  }
  .u-mgb_sm {
    margin-bottom: 1.2em;
  }
  .u-mgb_md {
    margin-bottom: 1.6em;
  }
  .u-mgb_lg {
    margin-bottom: 2em;
  }
  .u-mgb_xl {
    margin-bottom: 2.4em;
  }
  .u-mgb_xxl {
    margin-bottom: 2.8em;
  }
}

/*--------------------------------------------
  padding
--------------------------------------------*/
.u-pdt0 {
  padding-top: 0;
}

.u-pdl0 {
  padding-left: 0;
}

.u-pdr0 {
  padding-right: 0;
}

.u-pdb0 {
  padding-bottom: 0;
}

/*--------------------------------------------
  common
--------------------------------------------*/
.u-palt {
  font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

.u-va_sup {
  font-size: 70%;
  vertical-align: super;
}

.u-va_sub {
  font-size: 70%;
  vertical-align: sub;
}

.u-cursive {
  font-family: "HG行書体", cursive, serif;
}

.u-vertical {
  writing-mode: vertical-rl;
}

.u-upr {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.u-fw {
  font-weight: 700;
}
.u-fw400 {
  font-weight: 400;
}
.u-fw500 {
  font-weight: 500;
}

.u-lh {
  line-height: 1.8;
}
.u-lh_ss {
  line-height: 1.1;
}
.u-lh_xs {
  line-height: 1.3;
}
.u-lh_sm {
  line-height: 1.5;
}
.u-lh_md {
  line-height: 2;
}

.u-fs {
  font-size: 1.6rem;
}
.u-fs_xs {
  font-size: 1.2rem;
}
.u-fs_sm {
  font-size: 1.4rem;
}
.u-fs_md {
  font-size: 1.8rem;
}
.u-fs_lg {
  font-size: 2rem;
}
.u-fs_xl {
  font-size: 2.4rem;
}
.u-fs_xxl {
  font-size: 3rem;
}
@media (max-width: 991.9px) {
  .u-fs {
    font-size: 1.4rem;
  }
  .u-fs_xs {
    font-size: 1rem;
  }
  .u-fs_sm {
    font-size: 1.2rem;
  }
  .u-fs_md {
    font-size: 1.6rem;
  }
  .u-fs_lg {
    font-size: 1.8rem;
  }
  .u-fs_xl {
    font-size: 2rem;
  }
  .u-fs_xxl {
    font-size: 2.4rem;
  }
}

.u-z1 {
  position: relative;
  z-index: 1;
}

.u-w100p {
  width: 100%;
}

.u-h100p {
  height: 100%;
}

.u-fx_wrap {
  flex-wrap: wrap;
}

.u-row {
  flex-direction: row;
}

.u-row_reverse {
  flex-direction: row-reverse;
}

.u-column {
  flex-direction: column;
}

.u-column_reverse {
  flex-direction: column-reverse;
}

.u-ai {
  align-items: stretch;
}

.u-ai_start {
  align-items: flex-start;
}

.u-ai_center {
  align-items: center;
}

.u-ai_end {
  align-items: flex-end;
}

.u-jc_start {
  justify-content: flex-start;
}

.u-jc_center {
  justify-content: center;
}

.u-jc_end {
  justify-content: flex-end;
}

.u-jc_sb {
  justify-content: space-between;
}

.u-pe_none {
  pointer-events: none;
}
body.is-pc .u-pe, body.is-pc .u-pe_color {
  pointer-events: none;
  cursor: default;
}
body.is-tb .u-pe, body.is-sp .u-pe {
  text-decoration: underline;
}
body.is-tb .u-pe:hover, body.is-sp .u-pe:hover {
  text-decoration: none;
}
body.is-tb .u-pe_color, body.is-sp .u-pe_color {
  color: #25b4e0;
  text-decoration: none;
}
body.is-tb .u-pe_color:hover, body.is-sp .u-pe_color:hover {
  text-decoration: underline;
}

.u-bdt {
  border-top: 1px solid #f4f4f4;
}

.u-bdb {
  border-bottom: 1px solid #f4f4f4;
}

.u-nowrap {
  white-space: nowrap;
}

.u-of_hidden {
  overflow: hidden;
}

.u-bv_hidden {
  backface-visibility: hidden;
}

.u-center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-align_height {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------
  color & background-color
--------------------------------------------*/
.u-font {
  color: #31160d;
}

.u-main {
  color: #f56f3f;
}

.u-sub {
  color: #1D2065;
}

.u-point {
  color: #f8ab05;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #111111;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #dc0000;
}

.u-pink {
  color: #ff33bb;
}

.u-purple {
  color: #8000ff;
}

.u-navy {
  color: #0000cc;
}

.u-blue {
  color: #0080ff;
}

.u-sky {
  color: #f0fcff;
}

.u-green {
  color: #00e626;
}

.u-yellow {
  color: #ffff00;
}

.u-orange {
  color: #f55a22;
}

.u-brown {
  color: #655044;
}

.u-bg_main {
  background-color: #f56f3f;
}

.u-bg_sub {
  background-color: #1D2065;
}

.u-bg_white {
  background-color: #ffffff;
}

.u-bg_gray {
  background-color: #ddd;
}

.u-bg_lgray {
  background-color: #fafafa;
}

.u-bg_dgray {
  background-color: #777777;
}

.u-bg_lorange {
  background-color: #ffd6ad;
}

/*--------------------------------------------
  Wordpress EDITOR
--------------------------------------------*/
.wp-editor > * + * {
  margin-top: 3em;
}
.wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: 2em;
}
.wp-editor .wp-block-columns .wp-block-column > * + * {
  margin-top: 2em;
}
.wp-editor strong {
  font-weight: 700;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor blockquote {
  display: block;
  padding: 2em;
  background-color: #fafafa;
}
.wp-editor sup {
  vertical-align: super;
  font-size: 70%;
}
.wp-editor sub {
  vertical-align: sub;
  font-size: 70%;
}
.wp-editor figure {
  max-width: 100%;
}
.wp-editor img[class*=wp-image-],
.wp-editor img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.wp-editor .alignleft {
  display: block;
  float: none;
  margin: 0;
  margin-right: auto;
}
.wp-editor .aligncenter {
  display: block;
  float: none;
  margin: 0 auto;
}
.wp-editor .alignright {
  display: block;
  float: none;
  margin: 0;
  margin-left: auto;
}
.wp-editor .c-iframe {
  padding-top: 52.5%;
}
.wp-editor h2 {
  padding-left: 0.8em;
  border-left: 0.5rem solid #f56f3f;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.wp-editor h3 {
  position: relative;
  padding-left: 1em;
  padding-bottom: 0.5em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.wp-editor h3::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #f56f3f;
}
.wp-editor h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.wp-editor a:not([class]) {
  color: #25b4e0;
  text-decoration: underline;
  word-break: break-all;
}
.wp-editor a:not([class]):hover {
  text-decoration: none;
}
.wp-editor ul:not([class]),
.wp-editor ol:not([class]) {
  padding-left: 2em;
  line-height: 1.5;
}
.wp-editor ul:not([class]) > li:not(:first-child),
.wp-editor ol:not([class]) > li:not(:first-child) {
  margin-top: 0.8em;
}
.wp-editor ul:not([class]) > li > ul,
.wp-editor ul:not([class]) > li > ol,
.wp-editor ol:not([class]) > li > ul,
.wp-editor ol:not([class]) > li > ol {
  margin-top: 0.6em;
}
.wp-editor ul:not([class]) > li {
  list-style-type: disc;
}
.wp-editor ol:not([class]) > li {
  list-style-type: decimal;
}
.wp-editor table {
  width: 100%;
}
.wp-editor table tr > th,
.wp-editor table tr > td {
  padding: 1em;
  border: 1px solid #efefef;
}
.wp-editor table tr > th {
  background-color: #fafafa;
}
.wp-editor.-inner_box > * + * {
  margin-top: 2em;
}
@media (max-width: 991.9px) {
  .wp-editor > * + * {
    margin-top: 2em;
  }
  .wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .wp-editor .wp-block-columns .wp-block-column > * + * {
    margin-top: 1.5em;
  }
  .wp-editor blockquote {
    padding: 1.5em;
  }
  .wp-editor h2 {
    padding-left: 0.6em;
    border-width: 0.4rem;
    font-size: 2rem;
  }
  .wp-editor h3 {
    font-size: 1.8rem;
  }
  .wp-editor h4 {
    font-size: 1.6rem;
  }
  .wp-editor.-inner_box > * + * {
    margin-top: 1.5em;
  }
}

/*-------------------------------
  WP > PAGINATION
-------------------------------*/
.wp-pagenavi {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.wp-pagenavi > * {
  display: inline-block;
  text-align: center;
  margin: 0 0.5em;
  width: 2em;
  text-align: center;
  color: #fff;
}
.wp-pagenavi .current {
  font-weight: 700;
  background: #f56f3f;
  border: solid 1px #f56f3f;
}
.wp-pagenavi a {
  background: #fff;
  color: #f56f3f;
  border: solid 1px #f56f3f;
}
@media (min-width: 992px) {
  .wp-pagenavi a:hover {
    background: #f56f3f;
    color: #fff;
  }
}
.wp-pagenavi .extend {
  color: #333;
}
@media (max-width: 575.9px) {
  .wp-pagenavi .extend {
    display: none;
  }
}

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 3em;
}
.wp-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pager__item {
  display: inline-block;
  text-align: center;
  margin: 0 0.5em;
  width: 2em;
  line-height: 2;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  background: #fff;
  color: #f56f3f;
  border: solid 1px #f56f3f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .wp-pager__item > a:hover {
    background: #f56f3f;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #f56f3f;
  border: solid 1px #f56f3f;
}
.wp-pager__item.-extend {
  margin: 0;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #f56f3f;
  border: none;
}
.wp-pager__item.-first > a:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  transform: rotate(180deg) scale(0.75);
}
.wp-pager__item.-last > a:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  transform: scale(0.75);
}
@media (max-width: 575.9px) {
  .wp-pager__item.-extend {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */