@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 8em;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
    padding-top: 5.7135em;
  }
}
@media (max-width: 767.9px) {
  body {
    padding-top: 4.79153em;
  }
}
* {
  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: #222222;
  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: #222222;
}

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: #1C1F7A;
    padding: calc(6rem + 4vw) 5vw 9rem;
    height: 100vh;
    overflow: auto;
  }
  .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;
  background-color: #1C1F7A;
  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;
}

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  footer info
--------------------------------------------*/
/*--------------------------------------------
  footer entry
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer {
  padding: 8rem 0 0;
}
.l-footer__inner {
  padding-bottom: 10rem;
}
.l-footer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__logo {
  width: 26.9%;
}
.l-footer__info {
  display: flex;
  margin-top: 5.6rem;
}
.l-footer__infoItem:nth-child(2) {
  margin-left: 3.5rem;
}
.l-footer__infoTtl {
  display: flex;
  margin-bottom: 1rem;
}
.l-footer__infoTtl .ttl {
  font-weight: 500;
  margin-right: 1.8rem;
}
.l-footer__infoTtl .link {
  display: inline-block;
  padding-right: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .l-footer__infoTtl .link:hover {
    opacity: 0.7;
  }
}
.l-footer__infoTtl .link:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_exlink.svg) no-repeat center/contain;
}
.l-footer__address {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.l-footer__tel {
  font-size: 1.5rem;
}
.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__menu > li:not(:first-child) {
  margin-left: 2.5rem;
}
.l-footer__navItem {
  display: block;
  line-height: 1;
}
@media (min-width: 992px) {
  .l-footer__navItem:hover {
    opacity: 0.7;
  }
}
.l-footer__foot {
  padding: 1.8rem 0;
  background: #E16B48;
}
.l-footer__footInner {
  display: flex;
  justify-content: space-between;
}
.l-footer__copy {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.l-footer__footNavi ul {
  display: flex;
}
.l-footer__footNavi li:not(:first-child) {
  margin-left: 2.5rem;
}
.l-footer__footNavi a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) {
  .l-footer__footNavi a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .l-footer {
    padding-top: 5rem;
  }
  .l-footer__head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .l-footer__inner {
    padding-bottom: 3rem;
  }
  .l-footer__logo {
    margin-top: 2.5rem;
  }
  .l-footer__info {
    margin-top: 3rem;
  }
  .l-footer__foot {
    padding-top: 3rem;
  }
  .l-footer__footInner {
    flex-direction: column-reverse;
  }
  .l-footer__footNavi ul {
    flex-wrap: wrap;
  }
  .l-footer__footNavi li {
    width: 50%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .l-footer__footNavi li:not(:first-child) {
    margin-left: 0;
  }
  .l-footer__copy {
    text-align: center;
    margin-top: 4rem;
  }
}
@media (max-width: 767.9px) {
  .l-footer {
    padding-top: 3rem;
  }
  .l-footer__menu {
    display: block;
  }
  .l-footer__menu > li:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5em;
  }
  .l-footer__logo {
    width: 60%;
  }
  .l-footer__info {
    display: block;
  }
  .l-footer__infoItem:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
  .l-footer__footNavi ul {
    display: block;
  }
  .l-footer__footNavi li {
    width: 100%;
    text-align: left;
  }
  .l-footer__footNavi li:not(:first-child) {
    margin-top: 1.5em;
  }
  .l-footer__copy {
    font-size: 1.2rem;
  }
}
/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.l-header.is-act {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .l-header.is-act .l-header__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem 1.3vw 3rem 2.5vw;
  transition: all 0.4s;
}
.l-header__logo {
  width: 18.6%;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__hamburger {
  width: 4rem;
  height: 4rem;
  background: #1C1F7A;
  z-index: 115;
  padding: 1em;
  padding: 0;
  border-radius: 50%;
}
.l-header__hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 1.3rem;
  height: 0.5rem;
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: center center;
  background: #fff;
  transition: inherit;
}
.l-header__hamburger span:before {
  top: 0;
}
.l-header__hamburger span:after {
  bottom: 0;
}
.slideout-open .l-header__hamburger {
  background: #fff;
}
.slideout-open .l-header__hamburger span {
  background: transparent;
  top: 53%;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  background: #1C1F7A;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  bottom: inherit;
  top: 0;
  background: #1C1F7A;
}
@media (max-width: 991.9px) {
  .l-header__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .l-header__logo {
    width: 30%;
  }
}
@media (max-width: 767.9px) {
  .l-header__inner {
    padding-right: 2rem;
  }
  .l-header__logo {
    width: 50%;
  }
  .l-header__hamburger {
    width: 3.7rem;
    height: 3.7rem;
    margin-left: 8px;
  }
}
/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-content.-under {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 991.9px) {
  .l-content.-under {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

.l-main {
  width: 80%;
}
@media (max-width: 1199.9px) {
  .l-main {
    width: 75%;
  }
}
@media (max-width: 991.9px) {
  .l-main {
    width: 100%;
  }
}

.c-section {
  padding: 6.25em 0;
}
@media (max-width: 991.9px) {
  .c-section {
    padding: 4.25em 0;
  }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
.l-breadcrumb {
  padding-top: 1rem;
}
.l-breadcrumb .c-inner {
  max-width: calc(1770px + 10vw);
}
@media (max-width: 767.9px) {
  .l-breadcrumb {
    display: none;
  }
}

/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list__item {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
}
.l-breadcrumb_list__item + *::before {
  content: "";
  width: 5.6px;
  height: 5.6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.75em;
  transform: rotate(45deg);
}
.l-breadcrumb_list__item > a {
  display: block;
  text-decoration: none;
}
.l-breadcrumb_list__item > a:hover {
  text-decoration: underline;
}
.l-breadcrumb_list__item:not(:first-child) {
  margin-left: 0.5em;
}
.l-breadcrumb_list__item:first-child > a {
  color: #a8a8a8;
}
.l-breadcrumb_list__item:last-child > a {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 991.9px) {
  .l-breadcrumb_list__item {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------
  side bar nav
--------------------------------------------*/
.l-sidebar {
  width: 20%;
  padding-left: 6rem;
}
.l-sidebar__box {
  line-height: 1;
}
.l-sidebar__box + .l-sidebar__box {
  margin-top: 4.6rem;
}
.l-sidebar__box.-mortor .l-sidebar__txt {
  padding-right: 0.5em;
}
.l-sidebar__box.-mortor .l-sidebar__txt .jp {
  line-height: 1.4;
}
.l-sidebar__box.-mortor .l-sidebar__link {
  padding: 2.2rem 0;
}
.l-sidebar__head {
  background: #666666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
}
.l-sidebar__item {
  border-bottom: 1px solid #ccc;
}
.l-sidebar__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
.l-sidebar__link svg {
  fill: #888888;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
}
.l-sidebar__txt {
  font-weight: bold;
}
.l-sidebar__txt span {
  display: block;
  line-height: 1;
}
.l-sidebar__txt .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #AAAAAA;
  font-weight: normal;
  margin-top: 1rem;
}
.l-sidebar__bnr {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .l-sidebar__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1599.9px) {
  .l-sidebar {
    padding-left: 4rem;
  }
}
@media (max-width: 1199.9px) {
  .l-sidebar {
    width: 25%;
  }
}
@media (max-width: 991.9px) {
  .l-sidebar {
    width: 100%;
    margin-top: 5rem;
    padding-left: 0;
  }
  .l-sidebar__bnr {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .l-sidebar__link {
    padding: 1.5rem 0;
  }
  .l-sidebar__box + .l-sidebar__box {
    margin-top: 3rem;
  }
  .l-sidebar__bnr {
    margin-top: 3.5rem;
  }
}

.l-sidebar_product {
  position: relative;
}
.l-sidebar_product:before {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(14, 62, 160);
  background: linear-gradient(85deg, rgb(14, 62, 160) 0%, rgb(15, 126, 197) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.l-sidebar_product__head {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list {
  margin-top: 3rem;
  padding-left: 3rem;
  border-left: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list li:not(:first-child) {
  margin-top: 1.2rem;
}
.l-sidebar_product__subList {
  font-weight: 400;
  margin-top: 1rem;
}
.l-sidebar_product__subList .disc {
  color: #9fa6bc;
}
.l-sidebar_product__link.current {
  position: relative;
}
.l-sidebar_product__link.current:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #047dcb;
  position: absolute;
  left: -3rem;
  top: 0;
}
@media (min-width: 992px) {
  .l-sidebar_product__link:hover {
    color: #1C1F7A;
  }
}

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

  GLOBAL NAVIGATION

============================================*/
.l-gnavi__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-gnavi__navi {
  display: flex;
  align-items: center;
}
.l-gnavi__item:not(:first-child) {
  margin-left: 5rem;
}
.l-gnavi__item.-dropdown {
  position: relative;
}
@media (min-width: 992px) {
  .l-gnavi__item.-dropdown:hover .l-gnavi__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.l-gnavi__dropdown {
  position: absolute;
  left: -1.5rem;
  top: 3.4em;
  transform: translateY(10px);
  transition: 0.4s;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  border-radius: 1rem;
}
.l-gnavi__dropdownList {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  padding: 1.2rem 2.5rem;
  display: inline-block;
  background: #fff;
}
.l-gnavi__dropdownList li:not(:last-child) {
  border-bottom: 1px solid #1C1F7A;
}
.l-gnavi__dropdownList li a {
  display: block;
  line-height: 1;
  padding: 1.8rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .l-gnavi__dropdownList li a:hover {
    color: #1C1F7A;
  }
}
.l-gnavi__link {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-gnavi__link .en {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}
.l-gnavi__link .jp {
  font-size: 1.1rem;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .l-gnavi__link:hover {
    color: #1C1F7A;
  }
}
.l-gnavi__btn {
  margin-left: 5rem;
}
.l-gnavi__btn a {
  display: block;
  width: 22.7rem;
  border-radius: 6px;
  background: #1C1F7A;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  padding: 2.1rem 0;
  text-align: center;
  border: 1px solid #1C1F7A;
}
@media (min-width: 992px) {
  .l-gnavi__btn a:hover {
    color: #1C1F7A;
    background: #fff;
  }
}
@media (max-width: 1399.9px) {
  .l-gnavi__btn {
    margin-left: 3rem;
  }
  .l-gnavi__item:not(:first-child) {
    margin-left: 2.5rem;
  }
}
@media (max-width: 1199.9px) {
  .l-gnavi__btn {
    margin-left: 2rem;
  }
  .l-gnavi__item:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media (max-width: 991.9px) {
  .l-gnavi__wrap {
    display: block;
  }
  .l-gnavi__navi {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
  .l-gnavi__item {
    width: 49%;
    padding: 0;
    border-bottom: 1px solid #b0b0b0;
  }
  .l-gnavi__item:not(:first-child) {
    margin-left: 0;
  }
  .l-gnavi__link {
    align-items: flex-start;
    padding: 1.2em 0;
    color: #fff;
  }
  .l-gnavi__link .en {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .l-gnavi__item {
    width: 100%;
  }
  .l-gnavi__link {
    padding: 1.5em 0;
  }
}

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

  MEGAMENU

============================================*/
.l-megamenu {
  z-index: 100;
  display: none;
}
.l-megamenu.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-megamenu__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-megamenu__box {
  background: rgba(118, 204, 45, 0.8);
  display: inline-block;
  padding: 3rem 4.5rem;
  border-radius: 1rem;
  color: #fff;
}
.l-megamenu__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
}
.l-megamenu__listWrap {
  display: flex;
}
.l-megamenu__list:not(:first-child) {
  margin-left: 4.5rem;
}
.l-megamenu__item:not(:first-child) {
  margin-top: 2.5rem;
}
.l-megamenu__item a {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) {
  .l-megamenu__item a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 992px) {
  .l-megamenu {
    position: fixed;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .l-megamenu__box {
    border-radius: 5px;
    display: block;
    background: #1C1F7A;
    width: 100%;
    margin-top: 1rem;
    padding: 2rem;
  }
  .l-megamenu__listWrap {
    justify-content: space-between;
  }
  .l-megamenu__list {
    width: 49%;
  }
  .l-megamenu__list:not(:first-child) {
    margin-left: 0;
  }
  .l-megamenu__item a {
    color: #1C1F7A;
    background: #fff;
    padding: 1em;
    border-radius: 5px;
    line-height: 1.4;
  }
  .l-megamenu__item:not(:first-child) {
    margin-top: 1rem;
  }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  animation
--------------------------------------------*/
@media (min-width: 992px) {
  .c-animation.-opacity {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(10%);
  }
  .c-animation.-opacity.scrolled {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-fadeUp {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(50px);
  }
  .c-animation.-fadeUp.scrolled {
    opacity: 1;
    transform: translateY(0%);
  }
  .c-animation.-fadeInLeft {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(-100px);
  }
  .c-animation.-fadeInLeft.scrolled {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-ttl > span {
    display: inline-block;
  }
  .c-animation.-ttl > span > span {
    display: inline-block;
    opacity: 0;
    transform: translateX(150%);
    transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
  }
  .c-animation.-ttl.scrolled > span > span {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-box {
    position: relative;
    overflow: hidden;
  }
  .c-animation.-box:before {
    content: "";
    width: 160%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -30%;
    background: #1C1F7A;
    z-index: 10;
    transform: skewX(-25deg);
    transition: all 0.4s ease-in-out;
  }
  .c-animation.-box.-white:before {
    background: #fff;
  }
  .c-animation.-box.scrolled:before {
    width: 0;
  }
  .c-animation.-scroll {
    opacity: 0;
    transform: translateY(4rem);
    transition: all 0.7s linear;
  }
  .c-animation.-scroll.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .c-animation.-scale {
    opacity: 0;
    transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(0);
  }
  .c-animation.-scale.scrolled {
    opacity: 1;
    transform: scale(1);
  }
  .c-animation.-delay100, .c-animation.-delay100:before, .c-animation.-delay100:after {
    transition-delay: 0.1s !important;
  }
  .c-animation.-delay200, .c-animation.-delay200:before, .c-animation.-delay200:after {
    transition-delay: 0.2s !important;
  }
  .c-animation.-delay250, .c-animation.-delay250:before, .c-animation.-delay250:after {
    transition-delay: 0.25s !important;
  }
  .c-animation.-delay300, .c-animation.-delay300:before, .c-animation.-delay300:after {
    transition-delay: 0.3s !important;
  }
  .c-animation.-delay350, .c-animation.-delay350:before, .c-animation.-delay350:after {
    transition-delay: 0.35s !important;
  }
  .c-animation.-delay400, .c-animation.-delay400:before, .c-animation.-delay400:after {
    transition-delay: 0.4s !important;
  }
  .c-animation.-delay450, .c-animation.-delay450:before, .c-animation.-delay450:after {
    transition-delay: 0.45s !important;
  }
  .c-animation.-delay500, .c-animation.-delay500:before, .c-animation.-delay500:after {
    transition-delay: 0.5s !important;
  }
  .c-animation.-delay550, .c-animation.-delay550:before, .c-animation.-delay550:after {
    transition-delay: 0.55s !important;
  }
  .c-animation.-delay600, .c-animation.-delay600:before, .c-animation.-delay600:after {
    transition-delay: 0.6s !important;
  }
  .c-animation.-delay650, .c-animation.-delay650:before, .c-animation.-delay650:after {
    transition-delay: 0.65s !important;
  }
  .c-animation.-delay700, .c-animation.-delay700:before, .c-animation.-delay700:after {
    transition-delay: 0.7s !important;
  }
  .c-animation.-delay750, .c-animation.-delay750:before, .c-animation.-delay750:after {
    transition-delay: 0.75s !important;
  }
  .c-animation.-delay800, .c-animation.-delay800:before, .c-animation.-delay800:after {
    transition-delay: 0.8s !important;
  }
  .c-animation.-delay850, .c-animation.-delay850:before, .c-animation.-delay850:after {
    transition-delay: 0.85s !important;
  }
  .c-animation.-delay900, .c-animation.-delay900:before, .c-animation.-delay900:after {
    transition-delay: 0.9s !important;
  }
  .c-animation.-delay950, .c-animation.-delay950:before, .c-animation.-delay950:after {
    transition-delay: 0.95s !important;
  }
  .c-animation.-delay1000, .c-animation.-delay1000:before, .c-animation.-delay1000:after {
    transition-delay: 1s !important;
  }
  .c-animation.-delay1050, .c-animation.-delay1050:before, .c-animation.-delay1050:after {
    transition-delay: 1.05s !important;
  }
  .c-animation.-delay1100, .c-animation.-delay1100:before, .c-animation.-delay1100:after {
    transition-delay: 1.1s !important;
  }
  .c-animation.-delay1150, .c-animation.-delay1150:before, .c-animation.-delay1150:after {
    transition-delay: 1.15s !important;
  }
  .c-animation.-delay1200, .c-animation.-delay1200:before, .c-animation.-delay1200:after {
    transition-delay: 1.2s !important;
  }
  .c-animation.-delay1250, .c-animation.-delay1250:before, .c-animation.-delay1250:after {
    transition-delay: 1.25s !important;
  }
  .c-animation.-delay1300, .c-animation.-delay1300:before, .c-animation.-delay1300:after {
    transition-delay: 1.3s !important;
  }
  .c-animation.-delay1350, .c-animation.-delay1350:before, .c-animation.-delay1350:after {
    transition-delay: 1.35s !important;
  }
  .c-animation.-delay1400, .c-animation.-delay1400:before, .c-animation.-delay1400:after {
    transition-delay: 1.4s !important;
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*--------------------------------------------
  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 {
  background: #1C1F7A;
  color: #fff;
  display: block;
  border-radius: 6px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  padding: 1em 0;
  width: 100%;
  max-width: 28rem;
  border: 1px solid #1C1F7A;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.c-btn .arrow {
  width: 3rem;
  height: 0.8rem;
  stroke: #fff;
  margin-left: 7.7rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.-sm {
  max-width: 180px;
}
.c-btn.-center {
  margin: 0 auto;
}
.c-btn.-white {
  background: transparent;
  border-color: #fff;
}
@media (min-width: 992px) {
  .c-btn:hover {
    color: #1C1F7A;
    background: #fff;
  }
  .c-btn:hover .arrow {
    stroke: #1C1F7A;
  }
  .c-btn:hover.-white {
    background: #1C1F7A;
    border-color: #1C1F7A;
    color: #fff;
  }
  .c-btn:hover.-white .arrow {
    stroke: #fff;
  }
}
@media (max-width: 767.9px) {
  .c-btn {
    max-width: 60%;
    justify-content: center;
    position: relative;
    font-size: 1.8rem;
    padding: 1.2em 0;
  }
}
@media (max-width: 575.9px) {
  .c-btn {
    max-width: 80%;
  }
}

/*--------------------------------------------
  moreボタン
--------------------------------------------*/
.c-btn_more {
  font-family: "Montserrat", sans-serif;
  width: 13.4rem;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  display: block;
  text-align: center;
}
.c-btn_more.-center {
  margin: 0 auto;
}
.c-btn_more.-right {
  margin-left: auto;
}
.c-btn_more:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 992px) {
  .c-btn_more:hover {
    color: #E16B48;
  }
}
@media (max-width: 767.9px) {
  .c-btn_more {
    padding: 1.5em 0;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #1C1F7A;
  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: #1C1F7A;
  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: #1C1F7A;
}
@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 > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5rem;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 29%;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  padding-right: 3rem;
}
.c-form__sheet > tbody > tr > td {
  width: 71%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .c-form__sheet > tbody > tr > th {
    padding: 1em 0;
  }
  .c-form__sheet > tbody > tr > td {
    padding: 0 0 1em 0;
  }
}
.c-form__ttl {
  font-weight: 400;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  content: "必須";
  color: #fff;
  color: #E16B48;
  border: 1px solid #E16B48;
  border-radius: 0.4rem;
  line-height: 1;
  padding: 0.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75em;
}
@media (max-width: 991.9px) {
  .c-form__ttl.-required:after {
    position: static;
    margin-left: 2em;
  }
}
.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;
  }
}
.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 .c-form__check + label.error {
  display: inline-block;
}
.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__field.-radio > span, .c-form__field.-check > span {
  display: inline-block;
}
.c-form__field.-horizontal {
  margin: 0 -2rem;
}
.c-form__field.-select {
  width: 27%;
  position: relative;
}
.c-form__field.-select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.9px) {
  .c-form__field.-select {
    width: 50%;
  }
}
.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.8em 1em;
  border: solid 1px #d7d7d7;
  background: #fff;
  border-radius: 0.5rem;
}
.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: 100%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 17.5em) / 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: 991.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.-text.-half, .c-form__input.-textarea.-half {
    width: calc((100% - 2em) / 2);
  }
}
@media (max-width: 575.9px) {
  .c-form__input.-text.-half, .c-form__input.-textarea.-half {
    width: 100%;
    display: block;
  }
  .c-form__input.-text.-half:nth-child(2), .c-form__input.-textarea.-half:nth-child(2) {
    margin-left: 0;
    margin-top: 1em;
  }
}
.c-form__input.-textarea {
  min-height: 13.75em;
  line-height: 1.5;
}
.c-form__select {
  background: #ffffff;
  display: block;
  padding: 0.8em 1em;
  line-height: 1;
  border-radius: 0.5rem;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 1.5em;
  line-height: 1;
}
.c-form__radio {
  display: none;
}
.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 #9a9a9a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #1C1F7A;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 1em;
  background: #ffffff;
  border: solid 1px #222;
  border-radius: 0.2rem;
}
.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 #1C1F7A;
  border-bottom: solid 3px #1C1F7A;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
  line-height: 1.8;
}
.c-form__agreement a {
  text-decoration: underline;
  color: #1C1F7A;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__agreement .c-form__check + * {
  line-height: 1.4;
}
.c-form__checkBox {
  text-align: center;
}
.c-form__button {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .c-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
}
.c-form__btn:before {
  content: "";
  width: 3rem;
  height: 0.8rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  transition: 0.4s;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
.c-form__btn.-back:before {
  border-color: transparent transparent transparent #fff;
}
.c-form__btn.-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-form__btn.-back:hover {
    opacity: 0.4;
  }
  .c-form__btn.-back:hover:after {
    transform: scale(0);
  }
  .c-form__btn:hover:before {
    background-image: url(../img/common/icon_arrow_blue.svg);
  }
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.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.-confirm .c-form__field.-select:before {
  display: none;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}
.c-form__foot {
  margin-top: 4.5rem;
}
.c-form .p-country-name {
  display: none !important;
}

.c-form_privacy {
  margin-top: 7rem;
}
.c-form_privacy__box {
  border: solid 1px #9a9a9a;
  padding: 4rem 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__ttl {
  margin-bottom: 1em;
}
.c-form_privacy__list dt {
  margin-top: 1.5em;
}
.c-form_privacy__list dt:before {
  content: "■";
  margin-right: 0.25em;
}
.c-form_privacy__list dd {
  margin-top: 0.5em;
}
.c-form_privacy__list dd ul {
  margin-top: 0.5em;
}
.c-form_privacy__item {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
.c-form_privacy__listDisc li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-form_privacy__ga {
  margin-top: 1em;
}
.c-form_privacy__ga a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-form_privacy__ga a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .c-form_privacy {
    padding-top: 4.25em;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2em !important;
}
@media (max-width: 575.9px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-bottom: 1em;
  }
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_sup {
  line-height: 1;
  margin-bottom: 5rem;
  padding-bottom: 2.6rem;
  position: relative;
}
.c-ttl_sup:before {
  content: "";
  width: 10rem;
  height: 5px;
  background: #E16B48;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-ttl_sup__jp {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.c-ttl_sup__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
}
.c-ttl_sup__en.-jp {
  font-family: inherit;
  padding-bottom: 0.5rem;
}
.c-ttl_sup.-center {
  text-align: center;
}
.c-ttl_sup.-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.c-ttl_sup.-white {
  color: #fff;
}
.c-ttl_sup.-nobd {
  padding-bottom: 0;
}
.c-ttl_sup.-nobd:before {
  display: none;
}
.c-ttl_sup.-sm {
  padding-bottom: 1.5rem;
}
.c-ttl_sup.-sm .c-ttl_sup__en {
  font-size: 4rem;
}
.c-ttl_sup + .c-desc {
  margin-top: 4.3rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sup {
    margin-bottom: 4rem;
  }
  .c-ttl_sup__en {
    font-size: 4rem;
  }
  .c-ttl_sup__jp {
    margin-bottom: 1em;
  }
  .c-ttl_sup.-sm .c-ttl_sup__en {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__jp {
    font-size: 1.3rem;
  }
  .c-ttl_sup.-sm .c-ttl_sup__en {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.c-ttl_pl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4.5rem;
}
.c-ttl_pl.-center {
  text-align: center;
}
@media (max-width: 991.9px) {
  .c-ttl_pl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_pl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.c-ttl_sec {
  line-height: 1;
}
.c-ttl_sec__en {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
}
.c-ttl_sec__jp {
  color: #A69C9C;
  font-weight: 700;
  margin-top: 1rem;
}
.c-ttl_sec.-jp {
  line-height: 1;
}
.c-ttl_sec.-jp .c-ttl_sec__jp {
  font-size: 4rem;
  font-weight: 700;
  color: #1C1F7A;
  margin-top: 0;
}
.c-ttl_sec.-jp .c-ttl_sec__en {
  font-size: 2rem;
  font-weight: 700;
  color: #A69C9C;
  margin-top: 1.5rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sec__en {
    font-size: 4rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 3rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sec__en {
    font-size: 3.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sec__en {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.6rem;
  }
}

.c-ttl_bd {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 3.1rem;
  position: relative;
  margin-bottom: 3.4rem;
}
.c-ttl_bd:before {
  content: "";
  width: 5rem;
  height: 6px;
  background: #E16B48;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.9px) {
  .c-ttl_bd {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bd {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_bd {
    margin-bottom: 2.5rem;
  }
}

.c-ttl_bdl {
  font-size: 2.4rem;
  line-height: 1;
  padding: 0.6rem 0 0.6rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.c-ttl_bdl:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #1C1F7A;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .c-ttl_bdl {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bdl {
    font-size: 1.8rem;
  }
}

.c-ttl_disc {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.c-ttl_disc:before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  display: inline-block;
  margin-right: 0.44em;
  vertical-align: middle;
  border-radius: 50%;
  background: #1C1F7A;
}
.c-ttl_disc.-green:before {
  background: #25862A;
}
.c-ttl_disc.-blue:before {
  background: #0752A8;
}
.c-ttl_disc.-brown:before {
  background: #B76530;
}
@media (max-width: 767.9px) {
  .c-ttl_disc {
    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(1300px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
  .c-inner.-md {
    max-width: calc(1200px + 5vw * 2);
  }
}
@media (max-width: 991.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------
  box padding
--------------------------------------------*/
@media (min-width: 992px) {
  .c-boxpd {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .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.5em;
    padding-bottom: 4.5em;
  }
  .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;
}
/*--------------------------------------------
  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-totop {
  width: 4.4rem;
  height: 4.4rem;
  background: #222;
  border-radius: 50%;
  position: fixed;
  right: 5vw;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
}
.c-totop .arrow {
  width: 1.8rem;
  height: 1.4rem;
  transform: rotate(270deg);
  fill: #fff;
}
@media (min-width: 992px) {
  .c-totop:hover {
    opacity: 0.7;
  }
}
.c-lead__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.7rem;
}
.c-lead__desc {
  font-weight: 500;
}
.c-lead__desc p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .c-lead__ttl {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.9px) {
  .c-lead__ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.c-fixedbtn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: flex;
}
.c-fixedbtn__item {
  width: 33.333%;
}
.c-fixedbtn__item:nth-child(1) {
  border: 2px solid #01B0F1;
}
.c-fixedbtn__item:nth-child(2) {
  border: 2px solid #92D14F;
}
.c-fixedbtn__item:nth-child(3) {
  border: 2px solid #1C1F7A;
}
.c-fixedbtn__item:nth-child(3) .c-fixedbtn__link {
  background: #1C1F7A;
  color: #fff;
  font-weight: 700;
}
.c-fixedbtn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  height: 6.1rem;
  background: #fff;
  text-align: center;
  line-height: 1.4;
}
.c-fixedbtn__icon {
  width: 2rem;
  height: 2rem;
}

.c-bg_wave {
  background: url(../img/home/bg_wave_top.png) no-repeat center top/100% auto !important;
  position: relative;
}
.c-bg_wave:before {
  content: "";
  width: 100%;
  height: calc(100% - 10rem);
  position: absolute;
  top: 4rem;
  left: 0;
  background: #FFFBF4;
  z-index: -1;
}
.c-bg_wave:after {
  content: "";
  width: 100%;
  height: 18rem;
  background: url(../img/home/bg_wave_bottom.png) no-repeat center bottom/100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.9px) {
  .c-bg_wave:before {
    height: calc(100% - 7rem);
  }
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.c-panel_contact {
  padding: 7rem 0;
  background: #1C1F7A;
  color: #fff;
  position: relative;
}
.c-panel_contact .c-ttl_sup {
  margin-bottom: 3rem;
}
.c-panel_contact__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
.c-panel_contact__wrap {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
  max-width: 1087px;
}
.c-panel_contact__item {
  width: calc((100% - 4rem) / 3);
}
.c-panel_contact__item.-form .c-panel_contact__link {
  background: #fff;
  color: #1C1F7A;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 4.3rem 3.6rem 4.3rem 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-panel_contact__item.-form .c-panel_contact__link .arrow {
  stroke: #1C1F7A;
  width: 2.6rem;
  height: 0.6rem;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.3rem;
}
@media (min-width: 992px) {
  .c-panel_contact__item.-form .c-panel_contact__link:hover {
    background: #1C1F7A;
    color: #fff;
  }
  .c-panel_contact__item.-form .c-panel_contact__link:hover .arrow {
    stroke: #fff;
  }
}
.c-panel_contact__item.-tel {
  text-align: center;
}
.c-panel_contact__item.-tel .c-panel_contact__link {
  padding: 1.6rem 0;
  color: #fff;
}
.c-panel_contact__item.-tel .txt {
  font-weight: 700;
}
.c-panel_contact__item.-tel .num {
  margin-top: 1.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 2.4rem;
  position: relative;
  display: inline-block;
}
.c-panel_contact__item.-tel .num:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
}
.c-panel_contact__item.-tel .time {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.c-panel_contact__link {
  border-radius: 0.6rem;
  display: block;
  height: 100%;
  border: 1px solid #fff;
  line-height: 1;
}
@media (max-width: 991.9px) {
  .c-panel_contact {
    padding: 4.5em 0;
  }
  .c-panel_contact__wrap {
    flex-direction: column;
  }
  .c-panel_contact__item {
    width: 80% !important;
    margin: 0 auto;
  }
  .c-panel_contact__item:not(:first-child) {
    margin-top: 2rem;
  }
  .c-panel_contact__item.-form .c-panel_contact__link {
    padding: 3rem 0;
  }
}
@media (max-width: 767.9px) {
  .c-panel_contact__item {
    width: 100% !important;
  }
}
/*--------------------------------------------
  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;
  }
}

/*--------------------------------------------
  list
--------------------------------------------*/
.c-list_disc__item {
  position: relative;
  padding-left: 1.1875em;
  text-indent: -1.1875em;
}
.c-list_disc__item:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #2e8cd4;
  display: inline-block;
  margin-right: 0.6875em;
  vertical-align: middle;
}
/*--------------------------------------------
  table responsive
--------------------------------------------*/
.c-tbl_responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 991.9px) {
  .c-tbl_responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: 0.2em;
    scrollbar-color: #1C1F7A #fafafa;
  }
  .c-tbl_responsive::-webkit-scrollbar {
    height: 0.2em;
  }
  .c-tbl_responsive::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 1rem;
  }
  .c-tbl_responsive::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #1C1F7A;
  }
  .c-tbl_responsive > table {
    margin-bottom: 0;
  }
  .c-tbl_responsive > table > thead > tr > th, .c-tbl_responsive > table > tbody > tr > th, .c-tbl_responsive > table > tfoot > tr > th, .c-tbl_responsive > table > thead > tr > td, .c-tbl_responsive > table > tbody > tr > td, .c-tbl_responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.c-tbl_pr {
  width: 90%;
  margin: 0 auto;
}
.c-tbl_pr tr {
  border-bottom: 2px solid #1C1F7A;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.65em 3.125em;
}
.c-tbl_pr th {
  width: 20.37%;
  font-weight: 500;
  color: #1C1F7A;
  text-align: left;
  vertical-align: top;
}
.c-tbl_pr td {
  width: 79.63%;
}
.c-tbl_pr.-md th {
  width: 25%;
}
.c-tbl_pr.-md td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-tbl_pr {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_pr {
    border-bottom: 1px solid #ccc;
  }
  .c-tbl_pr tr {
    border-bottom: none;
  }
  .c-tbl_pr th, .c-tbl_pr td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1em;
  }
  .c-tbl_pr th {
    background: #1C1F7A;
    color: #fff;
  }
  .c-tbl_pr td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .c-tbl_pr.-md th {
    width: 100%;
  }
  .c-tbl_pr.-md td {
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .c-tbl_scroll {
    overflow-x: auto;
  }
  .c-tbl_scroll > table th, .c-tbl_scroll > table td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
}

/*--------------------------------------------
  anchor
--------------------------------------------*/
.c-anc {
  text-decoration: underline;
}
.c-anc:hover {
  text-decoration: none;
}

.c-anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-anchor__item {
  width: calc((100% - 12rem) / 4);
}
.c-anchor__item a {
  display: block;
  color: #666666;
  font-weight: bold;
  line-height: 1;
  padding: 2.2rem 2rem;
  border: 1px solid #666;
  position: relative;
}
.c-anchor__item a:before {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/common/icon_chevron.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media (min-width: 992px) {
  .c-anchor__item a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1200px) {
  .c-anchor.-col3 .c-anchor__item {
    width: calc((100% - 8rem) / 3);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .c-anchor.-col3 .c-anchor__item {
    width: calc((100% - 4rem) / 3);
  }
  .c-anchor.-col3 a {
    padding: 2.2rem 1rem;
  }
  .c-anchor.-col3 a:before {
    right: 1rem;
  }
}
@media (max-width: 991.9px) {
  .c-anchor {
    flex-wrap: wrap;
  }
  .c-anchor__item {
    width: 48%;
  }
  .c-anchor__item:nth-child(n+3) {
    margin-top: 2rem;
  }
  .c-anchor__item a {
    padding: 2.2rem 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-anchor__item {
    width: 100%;
  }
  .c-anchor__item:nth-child(n+2) {
    margin-top: 2rem;
  }
}

/*--------------------------------------------
  anchor arrow
--------------------------------------------*/
.c-anc_arrow {
  position: relative;
  display: inline-block;
  padding: 1.5em 0;
  padding-right: 5.5em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}
.c-anc_arrow::before {
  content: "";
  transform: scale(1.5);
  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: 0.5em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #1C1F7A;
  border-radius: 50%;
  border: 1px solid #1C1F7A;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-anc_arrow::before {
    transition: all 0.4s 0s;
  }
}
.c-anc_arrow:hover {
  text-decoration: underline;
}
.c-anc_arrow:hover::before {
  background-color: #ffffff;
  color: #1C1F7A;
}
@media (max-width: 991.9px) {
  .c-anc_arrow {
    padding: 1.2em 0;
    padding-right: 4.5em;
  }
  .c-anc_arrow::before {
    transform: scale(1.2);
    width: 2.6em;
    height: 2.6em;
  }
}

/*--------------------------------------------
  column
--------------------------------------------*/
.c-col {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3em;
  margin-left: -3em;
}
.c-col__item {
  width: 50%;
  margin-top: 3em;
  padding-left: 3em;
}
.c-col.-gap_xs {
  margin-top: -1.2em;
}
.c-col.-gap_xs > .c-col__item {
  margin-top: 1.2em;
}
.c-col.-gutter_xs {
  margin-left: -1.2em;
}
.c-col.-gutter_xs > .c-col__item {
  padding-left: 1.2em;
}
.c-col.-space_thin {
  margin-top: -1px;
  margin-left: -1px;
}
.c-col.-space_thin > .c-col__item {
  margin-top: 1px;
  padding-left: 1px;
}
.c-col.-space_sm {
  margin-top: -2em;
  margin-left: -2em;
}
.c-col.-space_sm > .c-col__item {
  margin-top: 2em;
  padding-left: 2em;
}
@media (min-width: 768px) {
  .c-col.-col3 > .c-col__item {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .c-col.-half_img > .c-col__item {
    flex: 1;
    width: auto;
  }
  .c-col.-half_img > .c-col__item.-img {
    flex: 0 1 auto;
    width: calc(50% + 1.5em);
  }
}
@media (max-width: 991.9px) {
  .c-col {
    margin-top: -2em;
    margin-left: -2em;
  }
  .c-col__item {
    margin-top: 2em;
    padding-left: 2em;
  }
  .c-col.-gap_xs {
    margin-top: -1em;
  }
  .c-col.-gap_xs > .c-col__item {
    margin-top: 1em;
  }
  .c-col.-gutter_xs {
    margin-left: -1em;
  }
  .c-col.-gutter_xs > .c-col__item {
    padding-left: 1em;
  }
  .c-col.-space_sm {
    margin-top: -1.2em;
    margin-left: -1.2em;
  }
  .c-col.-space_sm > .c-col__item {
    margin-top: 1.2em;
    padding-left: 1.2em;
  }
  .c-col.-col_mqTb {
    flex-direction: column;
  }
  .c-col.-col_mqTb > .c-col__item {
    width: 100% !important;
  }
}
@media (max-width: 991.9px) and (min-width: 576px) {
  .c-col.-col2_mqSmXs > .c-col__item {
    width: 50%;
  }
}
@media (max-width: 767.9px) {
  .c-col__item {
    width: 100%;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: 1px solid #b7b7b7;
}
.c-card_news__link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 3.8rem 0;
}
.c-card_news__link:before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem;
  background: url(../img/common/icon_arrow_circle.svg) no-repeat center/contain;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    color: #1C1F7A;
  }
  .c-card_news__link:hover .c-card_news__term {
    background: #1C1F7A;
    color: #fff;
    border-color: #1C1F7A;
  }
}
.c-card_news__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  margin-right: 2.5rem;
}
.c-card_news__term {
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #979797;
  line-height: 1;
  min-width: 9.2rem;
  padding: 7px 0;
  margin-right: 3.5rem;
  display: inline-block;
  transition: 0.4s;
}
.c-card_news__ttl {
  width: calc(100% - 25.4rem);
}
@media (max-width: 991.9px) {
  .c-card_news__date {
    margin-right: 1rem;
  }
  .c-card_news__link {
    flex-wrap: wrap;
    padding: 1em 0;
  }
  .c-card_news__ttl {
    width: 100%;
    margin-top: 0.5em;
  }
  .c-card_news__term {
    font-size: 1.4rem;
    min-width: 9rem;
  }
}
/*--------------------------------------------
  service
--------------------------------------------*/
.c-card_service {
  display: flex;
  justify-content: space-between;
}
.c-card_service__item {
  width: calc((100% - 11.2rem) / 3);
}
.c-card_service__ttl {
  text-align: center;
  line-height: 1;
  margin-top: 2.5rem;
}
.c-card_service__ttl .jp {
  font-size: 2.4rem;
  font-weight: 700;
}
.c-card_service__ttl .en {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1.2em;
}
.c-card_service__btn {
  margin-top: 3.5rem;
}
@media (max-width: 991.9px) {
  .c-card_service__item {
    width: calc((100% - 5.2rem) / 3);
  }
  .c-card_service__ttl .jp {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .c-card_service {
    display: block;
  }
  .c-card_service__item {
    width: 100%;
  }
  .c-card_service__item:not(:first-child) {
    margin-top: 5rem;
  }
  .c-card_service__ttl .jp {
    font-size: 2rem;
  }
  .c-card_service__img img {
    width: 100%;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-home {
  overflow: hidden;
}
.p-home__block {
  overflow: hidden;
}
.p-home_kv {
  position: relative;
}
.p-home_kv .c-ofi {
  padding-top: 38%;
}
.p-home_kv__inner {
  position: relative;
}
.p-home_kv__logo img {
  max-width: 117px;
}
.p-home_kv__cnt {
  position: absolute;
  left: 9vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.p-home_kv__catch .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2;
}
.p-home_kv__catch .jp {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 1.4rem;
}
.p-home_kv__btn {
  margin-top: 7.5rem;
}
.p-home_kv__btn a {
  display: block;
  max-width: 557px;
  background: #1C1F7A;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 3rem 1.7rem 3rem 4.6rem;
  border-radius: 6px;
  border: 1px solid #1C1F7A;
  position: relative;
}
@media (min-width: 992px) {
  .p-home_kv__btn a:hover {
    background: #fff;
    color: #1C1F7A;
  }
  .p-home_kv__btn a:hover .arrow {
    stroke: #1C1F7A;
  }
}
.p-home_kv__btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 3rem;
  height: 0.8rem;
  stroke: #fff;
}
.p-home_kv .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.p-home_kv .slick-dots li {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5rem;
  opacity: 0.7;
}
.p-home_kv .slick-dots li.slick-active button {
  background: #1C1F7A;
}
.p-home_kv .slick-dots button {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background: #E7F1F7;
}
@media (max-width: 991.9px) {
  .p-home_kv .c-ofi {
    padding-top: 60%;
  }
  .p-home_kv__catch .en {
    font-size: 4.5rem;
  }
  .p-home_kv__cnt {
    left: 5vw;
  }
  .p-home_kv__btn {
    margin-top: 3.5rem;
  }
  .p-home_kv__btn a {
    display: inline-block;
    max-width: 100%;
    padding: 2rem 5rem 2rem 2rem;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_kv .c-ofi {
    height: 70vh;
    padding-top: 0;
  }
  .p-home_kv__cnt {
    transform: none;
    top: 6.6rem;
    left: 0;
    padding: 0 5vw;
  }
  .p-home_kv__catch .en {
    font-size: 3rem;
  }
  .p-home_kv__catch .jp {
    font-size: 1.4rem;
  }
  .p-home_kv__btn a {
    font-size: 1.4rem;
  }
  .p-home_kv__btn .arrow {
    width: 2rem;
    height: 0.6rem;
  }
}
/*--------------------------------------------
  news
--------------------------------------------*/
.p-home_news__wrap {
  display: flex;
}
.p-home_news__ttlWrap {
  width: 37.7%;
}
.p-home_news__cnt {
  width: 62.3%;
}
.p-home_news__btn {
  margin-top: 12rem;
}
@media (max-width: 991.9px) {
  .p-home_news__wrap {
    display: block;
  }
  .p-home_news__ttlWrap {
    width: 100%;
  }
  .p-home_news__cnt {
    width: 100%;
  }
  .p-home_news__btn {
    margin-top: 5rem;
  }
  .p-home_news__btn a {
    margin: 0 auto;
  }
}
/*--------------------------------------------
  company
--------------------------------------------*/
.p-home_company__wrap {
  display: flex;
}
.p-home_company__img {
  width: 44.44%;
}
.p-home_company__cnt {
  width: 55.56%;
  padding-left: 9.4rem;
  padding-top: 10rem;
  padding-right: calc((100% - 1300px) / 2);
}
.p-home_company__txt {
  font-size: 4rem;
  font-size: 2vw;
  font-family: "Yuji Syuku", serif;
  line-height: 1.8;
  letter-spacing: -0.13em;
}
.p-home_company__btn {
  margin-top: 7rem;
}
@media (max-width: 1399.9px) {
  .p-home_company__txt {
    font-size: 2.5vw;
  }
  .p-home_company__cnt {
    padding-right: 5vw;
  }
}
@media (max-width: 991.9px) {
  .p-home_company__wrap {
    display: block;
  }
  .p-home_company__img {
    width: 100%;
    padding-right: 5vw;
  }
  .p-home_company__cnt {
    width: 100%;
    padding: 0 5vw;
    margin-top: 5rem;
  }
  .p-home_company__btn a {
    margin: 0 auto;
  }
  .p-home_company__txt {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_company__txt {
    font-size: 2rem;
  }
}
/*--------------------------------------------
  underlink
--------------------------------------------*/
.p-home_underlink {
  margin-top: 11rem;
  padding-top: 9rem;
  padding-bottom: 10rem;
  position: relative;
  background: #f8f8f8;
}
.p-home_underlink:before {
  content: "OUR SERVICE";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 0.75;
  position: absolute;
  left: calc((100% - 1300px) / 2);
  top: 0;
  transform: translateY(-100%);
  color: #ECECF3;
}
.p-home_underlink__wrap {
  display: flex;
}
.p-home_underlink__item:not(:first-child) {
  margin-top: 20rem;
}
.p-home_underlink__item.-solution .p-home_underlink__img {
  width: 45.5%;
}
.p-home_underlink__item.-solution .p-home_underlink__cnt {
  width: 54.5%;
  padding-right: 9.5rem;
  padding-left: calc((100% - 1300px) / 2);
}
.p-home_underlink__item.-service .p-home_underlink__img {
  width: 56.65%;
}
.p-home_underlink__item.-service .p-home_underlink__cnt {
  width: 43.35%;
  padding-left: 9.5rem;
  padding-right: calc((100% - 1300px) / 2);
}
.p-home_underlink__item.-service .p-home_underlink__wrap {
  flex-direction: row-reverse;
}
.p-home_underlink__txt + .p-home_underlink__txt {
  margin-top: 4rem;
}
.p-home_underlink__txt .ttl {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.p-home_underlink__txt .logo {
  margin-top: 2rem;
}
.p-home_underlink__btn {
  margin-top: 6rem;
}
.p-home_underlink__head {
  margin-bottom: 4.5rem;
}
.p-home_underlink__headInner {
  width: 60.2%;
}
.p-home_underlink__desc {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 1399.9px) {
  .p-home_underlink__item.-solution .p-home_underlink__cnt {
    padding-left: 5vw;
  }
  .p-home_underlink__item.-service .p-home_underlink__cnt {
    padding-right: 5vw;
  }
}
@media (max-width: 991.9px) {
  .p-home_underlink:before {
    font-size: 7.8rem;
    left: 0;
  }
  .p-home_underlink__wrap {
    display: block;
  }
  .p-home_underlink__item.-solution .p-home_underlink__cnt {
    width: 100%;
  }
  .p-home_underlink__item.-solution .p-home_underlink__img {
    width: 100%;
    padding-left: 5vw;
  }
  .p-home_underlink__item.-service .p-home_underlink__cnt {
    width: 100%;
  }
  .p-home_underlink__item.-service .p-home_underlink__img {
    width: 100%;
    padding-right: 5vw;
  }
  .p-home_underlink__item:not(:first-child) {
    margin-top: 8rem;
  }
  .p-home_underlink__cnt {
    padding: 0 5vw !important;
  }
  .p-home_underlink__btn a {
    margin: 0 auto;
  }
  .p-home_underlink__img {
    margin-top: 5rem;
  }
  .p-home_underlink__headInner {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-home_underlink {
    margin-top: 4.5em;
    padding: 4.5em 0;
  }
  .p-home_underlink:before {
    font-size: 4.8rem;
  }
  .p-home_underlink__desc {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
  recruit
--------------------------------------------*/
.p-home_recruit {
  background: url(../img/home/img_recruit.jpg) no-repeat center/cover;
  padding: 11rem 0;
}
.p-home_recruit__txt {
  max-width: 712px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.p-home_recruit__btn {
  margin-top: 8.5rem;
}
.p-home_recruit__btn a {
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .p-home_recruit {
    padding: 4.5em 0;
    background-image: url(../img/home/img_recruit_sp.jpg);
  }
  .p-home_recruit__btn a {
    background: #1C1F7A !important;
    border-color: #1C1F7A !important;
  }
}
/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404__head {
  margin-bottom: 5rem;
  text-align: center;
}
.p-404__body {
  text-align: center;
}
.p-404__ttl {
  font-size: 3rem;
}
@media (max-width: 575.9px) {
  .p-404 {
    text-align: left;
  }
  .p-404__ttl {
    font-size: 2.2rem;
  }
  .p-404__head {
    margin-bottom: 2rem;
  }
}

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

  CONTACT

============================================*/
.p-contact__sec:not(:first-child) {
  margin-top: 6.25em;
}
.p-contact__desc {
  text-align: center;
  margin-bottom: 4rem;
}
.p-contact__box {
  background: #f8f8f8;
  padding: 6rem;
}
.p-contact__form {
  max-width: 854px;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .p-contact__box {
    padding: 4rem 3rem;
  }
}
.p-contact_flow {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.p-contact_flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact_flow__item .circle {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
}
.p-contact_flow__item .circle:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #ababab;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-contact_flow__item .circle.-active {
  border-color: #1C1F7A;
}
.p-contact_flow__item .circle.-active:before {
  background: #1C1F7A;
}
.p-contact_flow__item .txt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}
.p-contact_flow__item:not(:first-child) {
  padding-left: 12.4rem;
  position: relative;
}
.p-contact_flow__item:not(:first-child):before {
  content: "";
  width: 10.1rem;
  height: 1px;
  background: #ababab;
  position: absolute;
  left: 0.7rem;
  top: 0.95em;
}
@media (max-width: 767.9px) {
  .p-contact_flow__item .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-contact_flow__item:not(:first-child) {
    padding-left: 7rem;
  }
  .p-contact_flow__item:not(:first-child):before {
    width: 5rem;
    left: 1rem;
  }
}

.p-contact_form {
  background: #F7F6F5;
  padding: 10rem 0;
}
.p-contact_form .c-ttl_pl {
  text-align: center;
}
.p-contact_form__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 10rem;
}
@media (max-width: 991.9px) {
  .p-contact_form {
    padding: 4.25em 0;
  }
  .p-contact_form__inner {
    padding: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-contact_form__inner {
    padding: 5rem 3rem;
  }
}

.p-contact_thanks {
  padding-top: 10rem;
}
.p-contact_thanks__ttl {
  font-size: 3rem;
  margin-bottom: 4rem;
}

.your_trigger_detail {
  display: none;
}
.your_trigger_detail.selected {
  display: block;
}

/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
/*============================================

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
.p-news__inner {
  max-width: 900px;
  margin: 0 auto;
}
/*-------------------------------
  NEWS > SINGLE
-------------------------------*/
.p-panel_article__head {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #DBDBDB;
}
.p-panel_article__info {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.p-panel_article__term {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #1C1F7A;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin-left: 1.5em;
  display: inline-block;
}
.p-panel_article__ttl {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 500;
}
.p-panel_article__btn {
  margin-top: 3.5em;
}
.p-panel_article__btn a {
  margin: 0 auto;
}
@media (max-width: 575.9px) {
  .p-panel_article__ttl {
    font-size: 1.4em;
  }
}

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

  COMPANY

============================================*/
/*-------------------------------
  COMPANY > COMMON
-------------------------------*/
.p-company {
  overflow: hidden;
}

.p-company_message__box {
  background: #f8f8f8;
  padding: 4rem 0;
}
.p-company_message__inner {
  max-width: 780px;
  margin: 0 auto;
}
.p-company_message__lead {
  font-family: "Yuji Syuku", serif;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: -0.13em;
  text-align: center;
  margin-bottom: 3.3rem;
  font-weight: 400;
}
.p-company_message__txt p + p {
  margin-top: 1em;
}
@media (max-width: 767.9px) {
  .p-company_message__lead {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.9px) {
  .p-company_message__lead {
    font-size: 2rem;
  }
}

.p-company_plofile {
  padding-top: 9rem;
}
.p-company_plofile__inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-company_plofile__tbl {
  border: 1px solid #D4D4D4;
  border-bottom: none;
}
.p-company_plofile__tbl tr {
  border-bottom: 1px solid #D4D4D4;
}
.p-company_plofile__tbl th {
  width: 32%;
  background: #F8F8F8;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.p-company_plofile__tbl td {
  width: 68%;
  line-height: 2;
}
.p-company_plofile__tbl th, .p-company_plofile__tbl td {
  padding: 3.6rem 4.5rem;
}
.p-company_plofile__tblItem + .p-company_plofile__tblItem {
  margin-top: 3rem;
}
.p-company_plofile__map {
  display: inline-block;
  color: #1C1F7A;
  font-size: 1.4rem;
  padding-left: 1.8rem;
  position: relative;
  border-bottom: 1px solid #1C1F7A;
}
.p-company_plofile__map:before {
  content: "";
  width: 1.2rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/company/icon_map.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .p-company_plofile__map:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767.9px) {
  .p-company_plofile__tbl th, .p-company_plofile__tbl td {
    display: block;
    width: 100%;
    padding: 1.5rem 2rem;
  }
  .p-company_plofile__tblItem + .p-company_plofile__tblItem {
    margin-top: 1rem;
  }
}
/*============================================

  SYSTEMSERVICE

============================================*/
@media (min-width: 992px) {
  .p-systemservice {
    padding-top: 11rem !important;
  }
}
.p-systemservice_anchor {
  margin-bottom: 8rem;
}
.p-systemservice_anchor__wrap {
  display: flex;
  justify-content: center;
}
.p-systemservice_anchor__item {
  font-size: 1.4rem;
  border-bottom: 1px solid #838383;
}
.p-systemservice_anchor__item:not(:first-child) {
  margin-left: 5rem;
}
.p-systemservice_anchor__item a {
  display: block;
  padding-right: 4.4rem;
  position: relative;
}
.p-systemservice_anchor__item a:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 30%;
}
@media (max-width: 991.9px) {
  .p-systemservice_anchor {
    margin-bottom: 5rem;
  }
  .p-systemservice_anchor__item:not(:first-child) {
    margin-left: 2rem;
  }
  .p-systemservice_anchor__item a {
    padding-right: 2em;
  }
}
@media (max-width: 575.9px) {
  .p-systemservice_anchor__wrap {
    flex-direction: column;
    align-items: center;
  }
  .p-systemservice_anchor__item {
    width: 80%;
  }
  .p-systemservice_anchor__item:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.p-systemservice_head {
  padding-top: 7.5rem;
  padding-bottom: 10rem;
  background: #f8f8f8;
  position: relative;
}
.p-systemservice_head:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 98px 170px 0 170px;
  border-color: #F8F8F8 transparent transparent transparent;
  position: absolute;
  bottom: -98px;
  left: 50%;
  transform: translateX(-50%);
}
.p-systemservice_head__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-systemservice_head__wrap {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}
.p-systemservice_head__item {
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  padding: 7rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 16.4rem) / 3);
}
.p-systemservice_head__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-systemservice_head__txt {
  margin-bottom: 2rem;
}
.p-systemservice_head__img {
  margin-top: auto;
}
.p-systemservice_head__icon {
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  background: #1C1F7A;
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  line-height: 5.7rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199.9px) {
  .p-systemservice_head__item {
    width: calc((100% - 8rem) / 3);
  }
}
@media (max-width: 991.9px) {
  .p-systemservice_head {
    padding: 4.5em 0;
  }
  .p-systemservice_head:before {
    border-width: 80px 140px 0 140px;
    bottom: -80px;
  }
  .p-systemservice_head__lead {
    text-align: left;
  }
  .p-systemservice_head__wrap {
    display: block;
  }
  .p-systemservice_head__item {
    width: 100%;
    padding: 5rem;
  }
  .p-systemservice_head__item:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 767.9px) {
  .p-systemservice_head:before {
    border-width: 60px 100px 0 100px;
    bottom: -60px;
  }
  .p-systemservice_head__lead {
    font-size: 1.8rem;
  }
  .p-systemservice_head__icon {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  .p-systemservice_head__item {
    padding: 4rem;
  }
  .p-systemservice_head__item:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (max-width: 575.9px) {
  .p-systemservice_head:before {
    border-width: 40px 80px 0 80px;
    bottom: -40px;
  }
}

.p-systemservice_point {
  padding-top: 15rem;
  padding-bottom: 12rem;
}
.p-systemservice_point__lead {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.p-systemservice_point__lead span {
  display: inline-block;
  border-bottom: 12px solid #FFFCAA;
}
.p-systemservice_point__item {
  padding-top: 14rem;
}
@media (min-width: 992px) {
  .p-systemservice_point__item:first-of-type {
    padding-top: 9rem;
  }
  .p-systemservice_point__item:first-of-type .p-systemservice_point__head {
    margin-bottom: 8rem;
  }
}
.p-systemservice_point__head {
  text-align: center;
  margin-bottom: 6rem;
}
.p-systemservice_point__num {
  display: inline-block;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 3.6rem;
}
.p-systemservice_point__num .inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 5px solid #E16B48;
  padding-bottom: 1.5rem;
}
.p-systemservice_point__num .point {
  font-size: 2.4rem;
  margin-right: 1.2rem;
}
.p-systemservice_point__num .num {
  font-size: 7rem;
}
.p-systemservice_point__ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 991.9px) {
  .p-systemservice_point {
    padding: 4.5em 0;
  }
  .p-systemservice_point__lead {
    font-size: 2.5rem;
  }
  .p-systemservice_point__item {
    padding-top: 8rem;
  }
  .p-systemservice_point__item:first-of-type {
    padding-top: 8rem;
  }
  .p-systemservice_point__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-systemservice_point__lead {
    font-size: 2.2rem;
  }
  .p-systemservice_point__head {
    margin-bottom: 5rem;
  }
  .p-systemservice_point__num .point {
    font-size: 2rem;
  }
  .p-systemservice_point__num .num {
    font-size: 5rem;
  }
}
@media (max-width: 575.9px) {
  .p-systemservice_point__lead {
    font-size: 2rem;
  }
}

.p-systemservice_plan {
  overflow: hidden;
}
.p-systemservice_plan__wrap {
  display: flex;
  margin: 0 -7rem;
}
.p-systemservice_plan__item {
  padding: 1rem 7rem 1.8rem 7rem;
}
.p-systemservice_plan__item:not(:first-child) {
  border-left: 1px solid #adadad;
}
.p-systemservice_plan__ttl {
  text-align: center;
  line-height: 1;
  color: #1C1F7A;
  font-size: 2.9rem;
  margin-bottom: 3rem;
}
.p-systemservice_plan__img {
  margin-bottom: 2.5rem;
}
.p-systemservice_plan__txt {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .p-systemservice_plan__wrap {
    margin: 0;
    display: block;
  }
  .p-systemservice_plan__item {
    width: 100%;
  }
  .p-systemservice_plan__item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #adadad;
    padding-top: 5rem;
    margin-top: 5rem;
  }
  .p-systemservice_plan__img {
    text-align: center;
  }
  .p-systemservice_plan__txt {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-systemservice_plan__ttl {
    font-size: 2.2rem;
  }
  .p-systemservice_plan__item {
    padding: 0;
  }
  .p-systemservice_plan__img {
    margin-bottom: 1rem;
  }
}
.p-systemservice_step__box {
  padding: 6.5rem;
  background: #F8F8F8;
}
.p-systemservice_step__ttl {
  text-align: center;
  color: #1C1F7A;
  font-size: 2.9rem;
  font-weight: 700;
}
.p-systemservice_step__wrap {
  max-width: 770px;
  margin: 0 auto;
}
.p-systemservice_step__item {
  display: flex;
}
.p-systemservice_step__item:not(:first-child) {
  padding-top: 8.7rem;
}
.p-systemservice_step__item:not(:first-child) .p-systemservice_step__number {
  position: relative;
}
.p-systemservice_step__item:not(:first-child) .p-systemservice_step__number:before {
  content: "";
  width: 1px;
  height: 5.5rem;
  background: #222;
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateY(-100%);
}
.p-systemservice_step__number {
  width: 12.6%;
  text-align: center;
}
.p-systemservice_step__num {
  font-weight: 700;
  color: #1C1F7A;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.p-systemservice_step__cnt {
  width: 87.4%;
  padding-left: 3.4rem;
}
.p-systemservice_step__cntTtl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1em;
}
.p-systemservice_step__cntTtl span {
  font-size: 2rem;
}
@media (max-width: 767.9px) {
  .p-systemservice_step__box {
    padding: 5rem 3rem;
  }
  .p-systemservice_step__number {
    width: 18%;
  }
  .p-systemservice_step__cnt {
    width: 82%;
    padding-left: 2.5rem;
  }
  .p-systemservice_step__cntTtl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-systemservice_step__item {
    display: block;
  }
  .p-systemservice_step__number {
    width: 100%;
  }
  .p-systemservice_step__cnt {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .p-systemservice_step__cntTtl {
    text-align: center;
  }
}

.p-systemservice_tec__item:not(:first-child) {
  margin-top: 6.7rem;
}
.p-systemservice_tec__ttl {
  font-size: 2.9rem;
  line-height: 1.17;
  font-weight: 700;
  color: #1C1F7A;
  border-left: 5px solid #1C1F7A;
  padding-left: 1.4rem;
  margin-bottom: 2rem;
}
.p-systemservice_tec__tbl {
  border: 1px solid #d4d4d4;
  border-bottom: none;
}
.p-systemservice_tec__tbl tr {
  border-bottom: 1px solid #d4d4d4;
}
.p-systemservice_tec__tbl th {
  width: 25.38%;
  background: #F8F8F8;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  padding: 2.2rem 0 2.2rem 4.5rem;
}
.p-systemservice_tec__tbl td {
  width: 74.62%;
  padding: 2.2rem 4.5rem;
}
@media (max-width: 1199.9px) {
  .p-systemservice_tec__tbl th {
    padding-left: 2.2rem;
  }
}
@media (max-width: 991.9px) {
  .p-systemservice_tec__ttl {
    font-size: 2.5rem;
  }
  .p-systemservice_tec__tbl th {
    width: 40%;
  }
  .p-systemservice_tec__tbl td {
    width: 60%;
  }
  .p-systemservice_tec__tbl th, .p-systemservice_tec__tbl td {
    padding: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-systemservice_tec__ttl {
    font-size: 2.2rem;
  }
  .p-systemservice_tec__tbl th, .p-systemservice_tec__tbl td {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
  }
}
/*============================================

  PRODUCT

============================================*/
.p-product_anchor {
  margin-bottom: 13rem;
}
.p-product_anchor__inner {
  display: flex;
  justify-content: space-between;
}
.p-product_anchor__item {
  width: calc((100% - 6.6rem) / 4);
}
.p-product_anchor__link {
  background: #fff;
  padding: 1.3rem 2rem 1.3rem 1.8rem;
  display: flex;
  align-items: center;
  color: #1C1F7A;
  font-weight: 700;
}
@media (min-width: 992px) {
  .p-product_anchor__link:hover {
    background: #1C1F7A;
    color: #fff;
  }
}
.p-product_anchor__icon {
  margin-right: 1.6rem;
}
.p-product_anchor__arrow {
  margin-left: auto;
}
@media (max-width: 991.9px) {
  .p-product_anchor {
    margin-bottom: 8rem;
  }
  .p-product_anchor__inner {
    flex-wrap: wrap;
  }
  .p-product_anchor__item {
    width: calc((100% - 2.2rem) / 2);
  }
  .p-product_anchor__item:nth-child(n+3) {
    margin-top: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-product_anchor__item {
    width: 100%;
  }
  .p-product_anchor__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.p-product_head {
  text-align: center;
  margin-bottom: 10rem;
}
.p-product_head__ttl {
  line-height: 1;
  color: #1C1F7A;
  margin-bottom: 3.6rem;
  font-size: 4.8rem;
}
.p-product_head__desc {
  max-width: 624px;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .p-product_head {
    margin-bottom: 7.5rem;
  }
  .p-product_head__ttl {
    font-size: 3.5rem;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 767.9px) {
  .p-product_head {
    margin-bottom: 5rem;
  }
  .p-product_head__ttl {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-product_head__ttl {
    font-size: 2.5rem;
  }
}

.p-product_body__item {
  padding-top: 5rem;
  position: relative;
  z-index: 10;
}
.p-product_body__item:not(:first-child) {
  margin-top: 14rem;
}
.p-product_body__item:before {
  content: "";
  width: 40.35%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat center top/100% auto;
  z-index: -1;
}
.p-product_body__item:nth-child(1):before {
  background-image: url(../img/fluorin_resin/bg_product01.png);
}
.p-product_body__item:nth-child(2):before {
  background-image: url(../img/fluorin_resin/bg_product02.png);
}
.p-product_body__item:nth-child(3):before {
  background-image: url(../img/fluorin_resin/bg_product03.png);
}
.p-product_body__item:nth-child(4):before {
  background-image: url(../img/fluorin_resin/bg_product04.png);
}
.p-product_body__item:nth-child(5):before {
  background-image: url(../img/fluorin_resin/bg_product05.png);
}
.p-product_body__item:nth-child(6):before {
  background-image: url(../img/fluorin_resin/bg_product06.png);
}
.p-product_body__item:nth-child(7):before {
  background-image: url(../img/fluorin_resin/bg_product07.png);
}
.p-product_body__item:nth-child(8):before {
  background-image: url(../img/fluorin_resin/bg_product08.png);
}
.p-product_body__item:nth-child(9):before {
  background-image: url(../img/fluorin_resin/bg_product09.png);
}
.p-product_body__item:nth-child(10):before {
  background-image: url(../img/fluorin_resin/bg_product10.png);
}
.p-product_body__item.-hose:nth-child(1):before {
  background-image: url(../img/hose/bg_product01.png);
}
.p-product_body__item.-hose:nth-child(2):before {
  background-image: url(../img/hose/bg_product02.png);
}
.p-product_body__item.-hose:nth-child(3):before {
  background-image: url(../img/hose/bg_product03.png);
}
.p-product_body__item.-hose:nth-child(4):before {
  background-image: url(../img/hose/bg_product04.png);
}
.p-product_body__item.-hose:nth-child(5):before {
  background-image: url(../img/hose/bg_product05.png);
}
.p-product_body__item.-hose:nth-child(6):before {
  background-image: url(../img/hose/bg_product06.png);
}
.p-product_body__item.-hose:nth-child(7):before {
  background-image: url(../img/hose/bg_product07.png);
}
.p-product_body__item.-hose:nth-child(8):before {
  background-image: url(../img/hose/bg_product08.png);
}
.p-product_body__item.-hose:nth-child(9):before {
  background-image: url(../img/hose/bg_product09.png);
}
.p-product_body__item.-hose:nth-child(10):before {
  background-image: url(../img/hose/bg_product10.png);
}
.p-product_body__item.-sayaka:nth-child(1):before {
  background-image: url(../img/sayaka/bg_product01.png);
}
.p-product_body__head {
  display: flex;
}
.p-product_body__img {
  width: 43.85%;
}
.p-product_body__cnt {
  width: 56.15%;
  padding-left: 5.5rem;
}
.p-product_body__ttl {
  font-size: 3.2rem;
  margin-bottom: 3.4rem;
}
.p-product_body__txt p + p {
  margin-top: 1em;
}
.p-product_body__col {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-product_body__box {
  width: calc((100% - 3.8rem) / 2);
  background: #222222;
  color: #fff;
  padding: 4rem 5rem;
}
.p-product_body__boxTtl {
  font-weight: 500;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.p-product_body__listWrap {
  display: flex;
}
.p-product_body__list li {
  padding-left: 2.8rem;
  position: relative;
}
.p-product_body__list li:before {
  content: "";
  width: 1.125em;
  height: 1.125em;
  position: absolute;
  left: 0;
  top: 0.4em;
  background: url(../img/fluorin_resin/icon_check.svg) no-repeat center/contain;
}
.p-product_body__list li:not(:first-child) {
  margin-top: 1rem;
}
.p-product_body__list + .p-product_body__list {
  margin-left: 7rem;
}
.p-product_body__tblWrap {
  margin-top: 2rem;
}
.p-product_body__tbl {
  border: 1px solid #c9c9c9;
  border-bottom: none;
  border-right: none;
}
.p-product_body__tbl tr {
  border-bottom: 1px solid #c9c9c9;
}
.p-product_body__tbl tr:first-child th {
  text-align: center;
}
.p-product_body__tbl th {
  text-align: left;
  font-weight: 400;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}
.p-product_body__tbl th, .p-product_body__tbl td {
  border-right: 1px solid #c9c9c9;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}
.p-product_body__subCnt {
  margin-top: 4rem;
}
.p-product_body__subCnt .ttl {
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.p-product_body__info {
  margin-top: 4rem;
  width: calc((100% - 10rem) / 2);
  line-height: 2;
}
.p-product_body__info:nth-child(n+3) {
  margin-top: 7rem;
}
.p-product_body__infoTableWrap {
  margin-top: 2rem;
  overflow: auto;
}
.p-product_body__infoTable {
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.p-product_body__infoTable tr {
  border-bottom: 1px solid #c9c9c9;
}
.p-product_body__infoTable th, .p-product_body__infoTable td {
  border-right: 1px solid #c9c9c9;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem;
}
.p-product_body__infoTtl {
  font-size: 2rem;
  line-height: 1.4;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 0.7rem;
  margin-bottom: 1em;
}
.p-product_body__infoCol {
  display: flex;
}
.p-product_body__infoCol .txt {
  width: 66.83%;
  padding-right: 2.2rem;
}
.p-product_body__infoCol .img {
  width: 33.17%;
}
.p-product_body__infoBox {
  margin-top: 2rem;
  background: #E6E6E6;
  padding: 3.4rem 2.8rem;
}
.p-product_body__infoBox ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-product_body__infoBox ul li:not(:first-child) {
  margin-top: 1rem;
}
.p-product_body__infoList li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-product_body__note {
  font-size: 1.4rem;
}
@media (min-width: 1400px) {
  .p-product_body__tbl td.material {
    padding-right: 3.3rem;
    padding-left: 3.3rem;
  }
  .p-product_body__tbl td.temp {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media (max-width: 991.9px) {
  .p-product_body__head {
    display: block;
  }
  .p-product_body__item {
    padding-top: 3rem;
  }
  .p-product_body__item:before {
    width: 60%;
  }
  .p-product_body__item:not(:first-child) {
    margin-top: 7.5rem;
  }
  .p-product_body__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-product_body__img img {
    width: 100%;
  }
  .p-product_body__cnt {
    width: 100%;
    padding-left: 0;
  }
  .p-product_body__ttl {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .p-product_body__col {
    display: block;
  }
  .p-product_body__box {
    width: 100%;
  }
  .p-product_body__box:not(:first-child) {
    margin-top: 2rem;
  }
  .p-product_body__boxTtl {
    font-size: 2.3rem;
    margin-bottom: 1em;
  }
  .p-product_body__list + .p-product_body__list {
    margin-left: 3.5rem;
  }
  .p-product_body__info {
    width: 100%;
  }
  .p-product_body__info:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-product_body__box {
    padding: 3rem;
  }
  .p-product_body__boxTtl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-product_body__ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .p-product_body__listWrap {
    display: block;
  }
  .p-product_body__list li:not(:first-child) {
    margin-top: 0.5em;
  }
  .p-product_body__list + .p-product_body__list {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .p-product_body__boxTtl {
    font-size: 1.8rem;
  }
  .p-product_body__tblWrap {
    overflow: auto;
  }
  .p-product_body__tbl th, .p-product_body__tbl td {
    white-space: nowrap;
  }
  .p-product_body__infoTable th,
  .p-product_body__infoTable td {
    white-space: nowrap;
  }
  .p-product_body__infoCol {
    display: block;
  }
  .p-product_body__infoCol .img {
    width: 100%;
    margin-top: 2rem;
  }
  .p-product_body__infoCol .img img {
    width: 100%;
  }
  .p-product_body__infoCol .txt {
    padding-right: 0;
    width: 100%;
  }
}

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

  CASE

============================================*/
/*-------------------------------
  RECRUIT > CASE
-------------------------------*/
.p-case__inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-case_anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 12rem;
}
.p-case_anchor__item:not(:first-child) {
  margin-left: 3.8rem;
}
.p-case_anchor__link {
  border: 3px solid #109394;
  border-radius: 3rem;
  display: block;
  color: #109394;
  text-align: center;
  width: 21rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0;
  overflow: hidden;
}
.p-case_anchor__link:before {
  content: "▼";
  color: #109394;
  font-size: 1rem;
  transform: translateY(-50%);
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transition: 0.4s;
}
.p-case_anchor__link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #109394;
  transform: scale(0, 1);
  transition: 0.4s;
  z-index: -1;
  transform-origin: left top;
}
@media (min-width: 992px) {
  .p-case_anchor__link:hover {
    color: #fff;
  }
  .p-case_anchor__link:hover:before {
    color: #fff;
  }
  .p-case_anchor__link:hover:after {
    transform: scale(1, 1);
  }
}
@media (max-width: 991.9px) {
  .p-case_anchor {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_anchor {
    justify-content: space-between;
  }
  .p-case_anchor__item {
    width: 48%;
  }
  .p-case_anchor__item:not(:first-child) {
    margin-left: 0;
  }
  .p-case_anchor__link {
    width: 100%;
    border-width: 2px;
  }
}

.p-case_construction__wrap {
  margin-top: 7rem;
}
.p-case_construction__item {
  display: flex;
}
.p-case_construction__item:nth-child(odd) .p-case_construction__cnt {
  padding-right: 4rem;
}
.p-case_construction__item:nth-child(odd) .p-case_construction__img {
  padding-left: 3rem;
}
.p-case_construction__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-case_construction__item:nth-child(even) .p-case_construction__cnt {
  padding-left: 4rem;
}
.p-case_construction__item:nth-child(even) .p-case_construction__img {
  padding-right: 3rem;
}
.p-case_construction__item:not(:first-child) {
  margin-top: 10rem;
}
.p-case_construction__cnt {
  width: 50%;
}
.p-case_construction__ttl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-case_construction__ttl span {
  display: inline-block;
  border-bottom: 4px solid #FEF49D;
}
.p-case_construction__lead {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.p-case_construction__img {
  width: 50%;
}
.p-case_construction__imgInner {
  position: relative;
}
.p-case_construction__imgInner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #DAEDF9;
  border-radius: 3.2rem;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  z-index: -1;
}
.p-case_construction__icons {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.p-case_construction__icon {
  background: #DAEDF9;
  width: 12rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-case_construction__icon:not(:first-child) {
  margin-left: 1.4rem;
}
@media (min-width: 768px) {
  .p-case_construction__item:nth-child(even) .p-case_construction__imgInner:before {
    right: inherit;
    left: -2rem;
  }
}
@media (max-width: 991.9px) {
  .p-case_construction__item {
    display: flex;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__cnt {
    padding-right: 2rem;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__img {
    padding-left: 1.5rem;
  }
  .p-case_construction__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__cnt {
    padding-left: 2rem;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__img {
    padding-right: 1.5rem;
  }
  .p-case_construction__item:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_construction__item {
    display: block;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__cnt {
    padding-right: 0;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__img {
    padding-left: 0;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__cnt {
    padding-left: 0;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__img {
    padding-right: 0;
  }
  .p-case_construction__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-case_construction__cnt {
    width: 100%;
  }
  .p-case_construction__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-case_construction__img img {
    width: 100%;
  }
  .p-case_construction__imgInner {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .p-case_construction__imgInner:before {
    right: 0;
    bottom: 0;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .p-case_construction__ttl {
    font-size: 2.2rem;
  }
  .p-case_construction__icon {
    width: 8rem;
    padding: 1rem;
  }
}
.p-case_works {
  padding-top: 14rem;
}
.p-case_works__cat {
  max-width: 500px;
  margin: 0 auto 7.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-case_works__catItem {
  margin: 0 0.75rem 1.5rem;
}
.p-case_works__catItem.-active span {
  background: #109394;
  color: #fff;
}
.p-case_works__catItem.-active span:before {
  color: #fff;
}
.p-case_works__catItem span {
  display: block;
  padding: 0.7rem 3.5rem 0.7rem 1.2rem;
  border-radius: 3rem;
  border: 1px solid #109394;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  position: relative;
  color: #109394;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
}
.p-case_works__catItem span:before {
  content: "▼";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  color: #109394;
  transition: 0.4s;
}
.p-case_works__catItem span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #109394;
  transition: 0.4s;
  transform: scale(0, 1);
  z-index: -1;
  transform-origin: left top;
}
@media (min-width: 992px) {
  .p-case_works__catItem:hover span {
    color: #fff;
  }
  .p-case_works__catItem:hover span:before {
    color: #fff;
  }
  .p-case_works__catItem:hover span:after {
    transform: scale(1, 1);
  }
}
.p-case_works__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-case_works__item {
  width: calc((100% - 8rem) / 2);
  margin-bottom: 8rem;
}
.p-case_works__item.-hide {
  display: none;
}
.p-case_works__item.-active {
  display: block;
}
.p-case_works__info {
  display: flex;
  flex-wrap: wrap;
}
.p-case_works__info dt {
  font-weight: 700;
  border-bottom: 1px solid #109394;
  width: 27.5%;
  padding: 1.15rem 1.5rem;
}
.p-case_works__info dt:last-of-type {
  border-bottom: none;
}
.p-case_works__info dd {
  border-bottom: 1px solid #dcdcdc;
  width: 72.5%;
  padding: 1.15rem 1.5rem;
}
.p-case_works__info dd:last-of-type {
  border-bottom: none;
}
.p-case_works__img {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-case_works__img .c-ofi {
  padding-top: 63.41%;
}
.p-case_works__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #109394;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 1.2rem 0 0 0;
  padding: 9px 14px;
  font-weight: 700;
}
@media (max-width: 991.9px) {
  .p-case_works {
    padding-top: 7.5rem;
  }
  .p-case_works__cat {
    max-width: 80%;
    margin-bottom: 5rem;
  }
  .p-case_works__item {
    width: calc((100% - 4rem) / 2);
  }
  .p-case_works__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_works__cat {
    max-width: 90%;
  }
  .p-case_works__info {
    display: block;
    margin-top: 0.5rem;
  }
  .p-case_works__info dt, .p-case_works__info dd {
    width: 100%;
  }
  .p-case_works__info dt {
    border-bottom: none;
    padding-bottom: 0;
    color: #109394;
  }
}
@media (max-width: 575.9px) {
  .p-case_works__cat {
    max-width: 100%;
  }
  .p-case_works__cnt {
    display: block;
  }
  .p-case_works__item {
    width: 100%;
  }
  .p-case_works__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-case_detail {
  max-width: 955px;
  margin: 0 auto;
}
.p-case_detail__imgMainWrap {
  position: relative;
}
.p-case_detail__imgMain {
  position: relative;
  overflow: hidden;
}
.p-case_detail__imgMainItem {
  border-radius: 1.2rem;
  overflow: hidden;
  height: auto;
}
.p-case_detail__imgMainItem .c-ofi {
  padding-top: 63.46%;
}
.p-case_detail__imgMainItem img {
  width: 100%;
}
.p-case_detail__imgThumb {
  margin-top: 5.3rem;
}
.p-case_detail__imgThumb a {
  display: block;
}
.p-case_detail__imgThumb .slick-track {
  margin: 0 !important;
}
.p-case_detail__imgThumb .slick-arrow {
  width: 3rem;
  height: 3rem;
  background: #1C1F7A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  transition: 0.4s;
  z-index: 10;
}
.p-case_detail__imgThumb .slick-arrow:before {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/icon_arrow_slick.svg) no-repeat center/contain;
}
.p-case_detail__imgThumb .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-case_detail__imgThumb .slick-prev {
  left: -1rem;
}
.p-case_detail__imgThumb .slick-next {
  right: -1rem;
}
.p-case_detail__imgThumb .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-case_detail__imgThumbItem {
  border-radius: 1.2rem;
  overflow: hidden;
  margin: 0 2.8rem;
  position: relative;
  height: auto;
}
.p-case_detail__imgThumbItem .c-ofi {
  padding-top: 65.53%;
}
.p-case_detail__cat {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #109394;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  padding: 1.7rem 3rem;
  border-radius: 1.2rem 0 1.2rem 0;
  font-weight: 700;
}
.p-case_detail__cnt {
  margin-top: 6rem;
}
.p-case_detail__cnt dl {
  display: flex;
  flex-wrap: wrap;
}
.p-case_detail__cnt dl dt, .p-case_detail__cnt dl dd {
  padding-top: 3.4rem;
  padding-bottom: 5.8rem;
}
.p-case_detail__cnt dl dt {
  font-weight: 700;
  border-bottom: 1px solid #109394;
  width: 27.54%;
  padding-left: 4.2rem;
}
.p-case_detail__cnt dl dd {
  border-bottom: 1px solid #dcdcdc;
  width: 72.46%;
  padding-left: 7.5rem;
}
.p-case_detail__desc {
  margin-top: 1em;
}
.p-case_detail__btn {
  margin-top: 5rem;
}
@media (max-width: 991.9px) {
  .p-case_detail__imgThumb {
    margin-top: 3rem;
  }
  .p-case_detail__imgThumbItem {
    margin: 0 1rem;
  }
  .p-case_detail__cat {
    font-size: 2.5rem;
  }
  .p-case_detail__cnt {
    margin-top: 2rem;
  }
  .p-case_detail__cnt dl dt, .p-case_detail__cnt dl dd {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-case_detail__cnt dl dt {
    padding-left: 2rem;
  }
  .p-case_detail__cnt dl dd {
    padding-left: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_detail__cat {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-case_detail__imgThumb {
    margin-top: 1rem;
  }
  .p-case_detail__imgThumbItem {
    margin: 0 0.5rem;
  }
  .p-case_detail__cat {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

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

  ESD/SDGs

============================================*/
/*-------------------------------
  ESD/SDGs > COMMON
-------------------------------*/
.p-esg_about__box {
  background: #E7F1F7;
  padding: 8.5rem 11.25rem;
  display: flex;
  justify-content: space-between;
}
.p-esg_about__item {
  width: calc((100% - 13.5rem) / 2);
}
.p-esg_about__ttl {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 4.5rem;
}
.p-esg_about__img {
  margin-top: 5.8rem;
  text-align: center;
}
.p-esg_about__illust {
  margin-top: 10rem;
  text-align: center;
}
@media (max-width: 991.9px) {
  .p-esg_about__box {
    padding: 6rem 5rem;
    display: block;
  }
  .p-esg_about__item {
    width: 100%;
  }
  .p-esg_about__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-esg_about__ttl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
  .p-esg_about__img {
    margin-top: 3rem;
  }
  .p-esg_about__illust {
    margin-top: 5rem;
  }
}
@media (max-width: 575.9px) {
  .p-esg_about__box {
    padding: 4rem 3rem;
  }
  .p-esg_about__ttl {
    font-size: 2rem;
  }
}

.p-esg_body {
  padding-top: 22rem;
}
.p-esg_body__item {
  position: relative;
  padding: 10rem 0 9rem;
}
.p-esg_body__item:not(:first-child) {
  margin-top: 17rem;
}
.p-esg_body__item:before {
  content: "";
  width: 90%;
  height: 100%;
  background: #E7F1F7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-esg_body__deco {
  position: absolute;
  top: -7rem;
  right: 0;
  width: 55.1%;
}
.p-esg_body__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 8.5rem;
  position: relative;
  z-index: 10;
}
.p-esg_body__ttl .jp {
  font-size: 4.8rem;
}
.p-esg_body__ttl .en {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  padding-left: 3.4rem;
  position: relative;
  margin-left: 2rem;
}
.p-esg_body__ttl .en:before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: #222222;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-esg_body__col {
  display: flex;
  justify-content: space-between;
}
.p-esg_body__colItem {
  width: calc((100% - 14rem) / 2);
}
.p-esg_body__itemTtl {
  font-size: 2.4rem;
  border-bottom: 1px solid #ababab;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.p-esg_body__imgs {
  display: flex;
}
.p-esg_body__img {
  width: 34.48%;
  max-width: 200px;
}
.p-esg_body__img:not(:first-child) {
  margin-left: 8px;
}
.p-esg_body__txt {
  margin-top: 2rem;
  line-height: 2;
}
@media (max-width: 991.9px) {
  .p-esg_body {
    padding-top: 15rem;
  }
  .p-esg_body__item:not(:first-child) {
    margin-top: 10rem;
  }
  .p-esg_body__col {
    display: block;
  }
  .p-esg_body__ttl {
    margin-bottom: 4rem;
  }
  .p-esg_body__ttl .jp {
    font-size: 3.5rem;
  }
  .p-esg_body__ttl .en {
    font-size: 2rem;
    margin-left: 1rem;
    padding-left: 2.4rem;
  }
  .p-esg_body__ttl .en:before {
    width: 1.6rem;
  }
  .p-esg_body__colItem {
    width: 85%;
  }
  .p-esg_body__colItem:not(:first-child) {
    margin-top: 5rem;
  }
  .p-esg_body__deco {
    width: 70%;
  }
  .p-esg_body__itemTtl {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-esg_body__deco {
    width: 90%;
  }
  .p-esg_body__ttl {
    margin-bottom: 4rem;
  }
  .p-esg_body__ttl .jp {
    font-size: 3rem;
  }
  .p-esg_body__ttl .en {
    font-size: 1.8rem;
    margin-left: 1rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 575.9px) {
  .p-esg_body__item {
    padding: 4.5em 0;
  }
  .p-esg_body__ttl .jp {
    font-size: 2.5rem;
  }
}

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

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacy__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-privacy__lead {
  margin-bottom: 5rem;
}
.p-privacy__cnt {
  max-width: 950px;
  margin: 0 auto;
}
.p-privacy__item:not(:first-child) {
  margin-top: 8rem;
}
.p-privacy__list > li:not(:first-child) {
  margin-top: 1em;
}
.p-privacy__ttl {
  font-size: 1.25em;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0.9em;
  font-weight: 500;
  padding-bottom: 0.2rem;
}
.p-privacy__tbl {
  border: 1px solid #d4d4d4;
  border-bottom: none;
}
.p-privacy__tbl tr {
  border-bottom: 1px solid #d4d4d4;
}
.p-privacy__tbl th {
  width: 25.5%;
  background: #f8f8f8;
  font-weight: 500;
  text-align: left;
  padding: 1em 1.5em;
  vertical-align: top;
}
.p-privacy__tbl td {
  width: 74.5%;
  padding: 1em 2em;
}
.p-privacy__data tr:last-child th {
  padding-bottom: 0;
}
.p-privacy__data tr:last-child td {
  padding-bottom: 0;
}
.p-privacy__data th {
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  padding-bottom: 0.5rem;
}
.p-privacy__data td {
  padding-bottom: 0.5em;
}
.p-privacy__data.-overview th {
  width: 6em;
}
.p-privacy__data.-overview td {
  width: calc(100% - 6em);
}
.p-privacy__data.-manage th {
  width: 11em;
}
.p-privacy__data.-manage td {
  width: calc(100% - 11em);
}
.p-privacy__tblData {
  line-height: 2.2;
}
.p-privacy__box {
  padding: 4rem 5rem;
  background: #f8f8f8;
}
.p-privacy__box.-sm {
  padding: 3.5rem;
}
.p-privacy__box.-short {
  max-width: 608px;
  padding: 3.5rem;
}
.p-privacy__btn a {
  display: inline-block;
  background: #1C1F7A;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  color: #fff;
  font-weight: 700;
  border: 1px solid #1C1F7A;
}
@media (min-width: 992px) {
  .p-privacy__btn a:hover {
    background: #fff;
    color: #1C1F7A;
  }
}
.p-privacy__ga {
  margin-top: 2em;
}
.p-privacy__ga a {
  word-break: break-all;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-privacy__ga a:hover {
    opacity: 0.7;
  }
}
.p-privacy_mark {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5rem;
}
.p-privacy_mark__logo {
  margin-right: 1.5rem;
}
.p-privacy_mark__txt {
  line-height: 1.8;
}
.p-privacy_contact__box {
  max-width: 700px;
  margin: 4.8rem auto 0;
  padding: 5.8rem 13.5rem;
  background: #F8F8F8;
  line-height: 1.8;
}
.p-privacy_contact__ttl {
  font-size: 1.25em;
  margin-bottom: 1rem;
}
@media (max-width: 991.9px) {
  .p-privacy_contact__box {
    padding: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-privacy__box {
    padding: 3rem;
  }
  .p-privacy__box.-short {
    padding: 3rem;
  }
  .p-privacy__box.-sm {
    padding: 3rem;
  }
  .p-privacy__tbl th, .p-privacy__tbl td {
    width: 100%;
    display: block;
  }
  .p-privacy_contact__box {
    padding: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacy__item > dt {
    font-size: 1.8rem;
  }
}

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

  SITEMAP

============================================*/
/*-------------------------------
    SITEMAP > COMMON
-------------------------------*/
.p-sitemap__inner {
  max-width: 840px;
  margin: 0 auto;
}
.p-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sitemap__item {
  width: calc((100% - 8rem) / 2);
  border-bottom: 1px solid #dcdcdc;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
}
.p-sitemap__item span {
  display: block;
  color: #1C1F7A;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1em;
}
.p-sitemap__item a {
  display: block;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .p-sitemap__item a:hover {
    opacity: 0.7;
  }
}
.p-sitemap__item:nth-child(-n+2) a {
  padding-top: 0;
}
.p-sitemap__item:nth-child(n+3) {
  margin-top: 4rem;
}
.p-sitemap__item:before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #1C1F7A;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow_cta.svg) no-repeat center/8px 14px;
  background-color: #1C1F7A;
}
@media (max-width: 991.9px) {
  .p-sitemap__item {
    font-size: 2rem;
  }
  .p-sitemap__item a {
    padding: 2rem 0;
  }
}
@media (max-width: 767.9px) {
  .p-sitemap__item {
    width: 100%;
  }
  .p-sitemap__item:nth-child(-n+2) a {
    padding-top: 1.5rem;
  }
  .p-sitemap__item:first-child a {
    padding-top: 0;
  }
  .p-sitemap__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 575.9px) {
  .p-sitemap__item {
    font-size: 1.8rem;
  }
  .p-sitemap__item a {
    padding: 1.5rem 0;
  }
  .p-sitemap__item:before {
    width: 2.8rem;
    height: 2.8rem;
  }
}

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

  FACILITY

============================================*/
.p-facility {
  padding-bottom: 24rem !important;
}
.p-facility__item {
  padding-top: 11rem;
  position: relative;
}
.p-facility__item .c-inner {
  max-width: calc(1540px + 10vw);
}
.p-facility__item:before {
  content: "";
  width: 72.8%;
  height: 53.6rem;
  background: #E7F1F7;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-facility__item:nth-child(2) {
  margin-top: 27rem;
}
.p-facility__item:nth-child(3) {
  margin-top: 16rem;
}
.p-facility__item:nth-child(odd):before {
  right: 0;
}
.p-facility__item:nth-child(odd) .p-facility__img {
  left: 0;
}
.p-facility__item:nth-child(odd) .p-facility__cnt {
  width: 50%;
  margin-left: auto;
}
.p-facility__item:nth-child(odd) .p-facility__ttl:before {
  transform: translateX(-102%);
}
.p-facility__item:nth-child(even):before {
  left: 0;
}
.p-facility__item:nth-child(even) .p-facility__img {
  right: 0;
}
.p-facility__item:nth-child(even) .p-facility__cnt {
  width: 52%;
}
.p-facility__item:nth-child(even) .p-facility__ttl span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-right: 1.5rem;
}
.p-facility__item:nth-child(even) .p-facility__ttl:before {
  width: 100vw;
}
.p-facility__img {
  width: 62.05%;
  position: absolute;
  top: 11rem;
  z-index: -1;
}
.p-facility__cnt {
  margin-top: 8.4rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 7rem 12rem;
  overflow: hidden;
}
.p-facility__ttl {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1em;
}
.p-facility__ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-facility__txt p {
  line-height: 2.2;
}
.p-facility__txt p + p {
  margin-top: 1em;
}
@media (max-width: 1199.9px) {
  .p-facility__item:nth-child(odd) .p-facility__cnt {
    width: 70%;
  }
  .p-facility__item:nth-child(even) .p-facility__cnt {
    width: 70%;
  }
  .p-facility__item:nth-child(2) {
    margin-top: 14rem;
  }
  .p-facility__item:nth-child(3) {
    margin-top: 14rem;
  }
}
@media (max-width: 991.9px) {
  .p-facility {
    padding-bottom: 4.5em !important;
  }
  .p-facility__item {
    padding-top: 7.5rem;
  }
  .p-facility__item:before {
    height: 90%;
  }
  .p-facility__item:nth-child(odd) .p-facility__cnt {
    width: 100%;
  }
  .p-facility__item:nth-child(even) .p-facility__cnt {
    width: 100%;
  }
  .p-facility__item:nth-child(2) {
    margin-top: 7.5rem;
  }
  .p-facility__item:nth-child(3) {
    margin-top: 7.5rem;
  }
  .p-facility__img {
    top: 7.5rem;
    width: 75%;
  }
  .p-facility__cnt {
    margin-top: 15rem;
    padding: 5rem;
  }
  .p-facility__ttl {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-facility__item:nth-child(2) {
    margin-top: 3em;
    padding-top: 3em;
  }
  .p-facility__item:nth-child(3) {
    margin-top: 3em;
    padding-top: 3em;
  }
  .p-facility__img {
    width: 100%;
    top: 3em;
  }
  .p-facility__cnt {
    padding: 3rem;
  }
  .p-facility__ttl {
    font-size: 2rem;
  }
}

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

  RECRUIT

============================================*/
.p-recruit {
  overflow: hidden;
}

.p-recruit_message {
  position: relative;
}
.p-recruit_message__inner {
  position: relative;
  padding-bottom: 26.4rem;
}
.p-recruit_message__img {
  position: absolute;
}
.p-recruit_message__img.-img01 {
  width: 19.04%;
  left: 5rem;
  top: 7.2rem;
}
.p-recruit_message__img.-img02 {
  width: 29.64%;
  position: absolute;
  right: 5rem;
  bottom: 7.8rem;
}
.p-recruit_message__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.5rem;
}
.p-recruit_message__txt {
  line-height: 2.2;
  text-align: center;
}
.p-recruit_message__txt p + p {
  margin-top: 1.5em;
}
.p-recruit_message__deco {
  position: absolute;
  z-index: -1;
}
.p-recruit_message__deco.-deco01 {
  width: 19%;
  right: -6rem;
  bottom: 5.5rem;
}
.p-recruit_message__deco.-deco02 {
  left: -4.8rem;
  bottom: -4.8rem;
  width: 18.45%;
  z-index: 10;
}
@media (max-width: 991.9px) {
  .p-recruit_message__img.-img01 {
    left: 3rem;
    top: 2rem;
  }
  .p-recruit_message__deco.-deco01 {
    width: 27%;
  }
  .p-recruit_message__deco.-deco02 {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_message__img.-img01 {
    top: inherit;
    bottom: 10rem;
    width: 26%;
  }
  .p-recruit_message__img.-img02 {
    bottom: 4.8rem;
    width: 40%;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_message__img.-img01 {
    bottom: 12rem;
    width: 36%;
  }
  .p-recruit_message__img.-img02 {
    bottom: 2rem;
    width: 52%;
    right: 2rem;
  }
  .p-recruit_message__deco.-deco01 {
    bottom: 20rem;
    width: 35%;
  }
  .p-recruit_message__deco.-deco02 {
    width: 33%;
  }
}

.p-recruit_personality {
  padding-top: 14rem;
  padding-bottom: 17rem;
}
.p-recruit_personality__item {
  display: flex;
  align-items: center;
}
.p-recruit_personality__item:nth-child(odd) .p-recruit_personality__cnt {
  padding-left: 8.8rem;
}
.p-recruit_personality__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-recruit_personality__item:nth-child(even) .p-recruit_personality__cnt {
  padding-right: 8.8rem;
}
.p-recruit_personality__item:not(:first-child) {
  margin-top: 12rem;
}
.p-recruit_personality__img {
  width: 50.09%;
}
.p-recruit_personality__cnt {
  width: 49.91%;
}
.p-recruit_personality__num {
  margin-bottom: 0.5rem;
}
.p-recruit_personality__num img {
  max-width: 31px;
}
.p-recruit_personality__ttl {
  font-size: 2rem;
  margin-bottom: 2.3rem;
}
.p-recruit_personality__list {
  line-height: 2.2;
}
.p-recruit_personality__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
}
.p-recruit_personality__deco {
  position: absolute;
  z-index: -1;
}
.p-recruit_personality__deco.-deco01 {
  width: 21%;
  right: -17rem;
  top: 100rem;
}
.p-recruit_personality__deco.-deco02 {
  width: 20.05%;
  left: -17rem;
  bottom: 83rem;
}
.p-recruit_personality__lead {
  margin-top: 9.2rem;
}
@media (max-width: 991.9px) {
  .p-recruit_personality {
    padding: 10rem 0;
  }
  .p-recruit_personality__item:nth-child(odd) .p-recruit_personality__cnt {
    padding-left: 4rem;
  }
  .p-recruit_personality__item:nth-child(even) .p-recruit_personality__cnt {
    padding-right: 4rem;
  }
  .p-recruit_personality__item:not(:first-child) {
    margin-top: 8rem;
  }
}
.p-recruit_personality__lead {
  font-size: 1.8rem;
  margin-top: 7rem;
}
@media (max-width: 767.9px) {
  .p-recruit_personality {
    padding: 4.5em 0;
  }
  .p-recruit_personality__item {
    display: block;
  }
  .p-recruit_personality__item:nth-child(odd) .p-recruit_personality__cnt {
    padding-left: 0;
  }
  .p-recruit_personality__item:nth-child(even) .p-recruit_personality__cnt {
    padding-right: 0;
  }
  .p-recruit_personality__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-recruit_personality__img {
    width: 100%;
  }
  .p-recruit_personality__cnt {
    width: 100%;
    margin-top: 2rem;
  }
  .p-recruit_personality__ttl {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .p-recruit_personality__lead {
    font-size: 1.6rem;
    margin-top: 6rem;
  }
  .p-recruit_personality__deco.-deco01 {
    width: 30%;
    top: 107rem;
    right: -3rem;
  }
  .p-recruit_personality__deco.-deco02 {
    width: 25%;
    left: -2rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_personality__deco.-deco01 {
    top: 99rem;
  }
  .p-recruit_personality__deco.-deco02 {
    bottom: 90rem;
  }
}

.p-recruit_requirement {
  padding-top: 12rem;
  position: relative;
}
.p-recruit_requirement__tbl tr {
  border-bottom: 1px solid #B0B0B0;
}
.p-recruit_requirement__tbl th {
  width: 24.54%;
  text-align: left;
  font-weight: 700;
  vertical-align: top;
}
.p-recruit_requirement__tbl td {
  width: 75.46%;
}
.p-recruit_requirement__tbl th, .p-recruit_requirement__tbl td {
  padding: 3.5rem 0;
}
.p-recruit_requirement__note {
  font-size: 1.2rem;
}
.p-recruit_requirement__deco {
  position: absolute;
  width: 20.35%;
  right: -6.3rem;
  top: 60rem;
  z-index: -1;
}
@media (max-width: 991.9px) {
  .p-recruit_requirement {
    padding-top: 10rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_requirement {
    padding-top: 4.5em;
  }
  .p-recruit_requirement__tbl th, .p-recruit_requirement__tbl td {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
  .p-recruit_requirement__tbl th {
    padding-bottom: 0;
  }
  .p-recruit_requirement__tbl td {
    padding-top: 0.5em;
  }
  .p-recruit_requirement__deco {
    width: 35%;
    right: -4rem;
  }
}
/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.5rem 0 0;
}
.p-kv_under__inner.-noimg {
  padding-top: 24rem;
}
.p-kv_under__ttl {
  line-height: 0.8;
  padding-bottom: 2.5rem;
  position: relative;
}
.p-kv_under__ttl .en {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 700;
}
.p-kv_under__ttl:before {
  content: "";
  width: 10rem;
  height: 5px;
  background: #E16B48;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-kv_under__img {
  width: 37%;
}
.p-kv_under__jp {
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 1199.9px) {
  .p-kv_under__ttl .en {
    font-size: 7rem;
  }
}
@media (max-width: 991.9px) {
  .p-kv_under__inner {
    padding-top: 2rem;
  }
  .p-kv_under__inner.-noimg {
    padding-top: 5rem;
  }
  .p-kv_under__ttl .en {
    font-size: 4.5rem;
  }
  .p-kv_under__jp {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under__inner {
    flex-direction: column-reverse;
  }
  .p-kv_under__inner.-noimg {
    padding-top: 2rem;
  }
  .p-kv_under__ttl {
    margin-top: 2rem;
  }
  .p-kv_under__ttl .en {
    font-size: 4rem;
  }
  .p-kv_under__ttl:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-kv_under__jp {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 1em;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under__ttl .en {
    font-size: 3rem;
    line-height: 1.3;
  }
}

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

.u-underline {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .u-underline:hover {
    text-decoration: none;
  }
}

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

.u-main {
  color: #1C1F7A;
}

.u-sub {
  color: #109394;
}

.u-point {
  color: #E16B48;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #111111;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #dc0000;
}

.u-pink {
  color: #FF99FF;
}

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

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

.u-blue {
  color: #2E75B5;
}

.u-sky {
  color: #01B0F1;
}

.u-green {
  color: #92D14F;
}

.u-yellow {
  color: #ffff00;
}

.u-orange {
  color: #ff8000;
}

.u-brown {
  color: #99331f;
}

.u-bg_main {
  background-color: #1C1F7A;
}

.u-bg_sub {
  background-color: #109394;
}

.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 p + p {
  margin-top: 1em;
}
.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 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  border-top: 1px solid #c4c8d7;
  position: relative;
  padding-top: 2.5rem;
  margin: 2em 0;
}
.wp-editor h2:before {
  content: "";
  width: 14rem;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #1C1F7A;
}
.wp-editor h3 {
  color: #1C1F7A;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #c4c8d7;
}
.wp-editor h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin: 1.5em 0 1em;
}
.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]) {
  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.6em;
}
.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 {
  padding-left: 1.5625em;
  position: relative;
}
.wp-editor ul:not([class]) > li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.5em;
  background: #1C1F7A;
  border-radius: 50%;
}
.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(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 2rem;
}
.wp-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pager__item {
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  background: #fff;
  color: #109394;
  border: 1px solid #109394;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .wp-pager__item > a:hover {
    background: #109394;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #109394;
}
.wp-pager__item.-extend {
  margin: 0;
  display: none;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #1C1F7A;
  border: none;
}
.wp-pager__item.-last {
  display: none;
}
.wp-pager__item.-last > a:before {
  content: "";
  display: inline-block;
  transform: scale(0.75);
  width: 20px;
  height: 15px;
  background: url(../img/common/icon_pager.svg) no-repeat center/contain;
}
@media (max-width: 575.9px) {
  .wp-pager__item.-extend {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */