@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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
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: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.5em;
  counter-reset: number 0;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
    padding-top: 5.81em;
  }
}
@media (max-width: 575.9px) {
  body {
    padding-top: 4.999em;
  }
}

* {
  overflow-wrap: break-word;
  word-break: break-all;
}

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

main,
picture {
  display: block;
}

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

table {
  width: 100%;
}

a {
  color: #333333;
  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: #333333;
}

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;
  appearance: button;
}

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

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

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

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

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

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  -webkit-transform: rotate(-45deg);
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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-top: 6rem;
  padding-bottom: 8rem;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}
.l-footer__info {
  padding-right: 5rem;
}
.l-footer__address {
  margin-top: 3rem;
}
.l-footer__docotr {
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .l-footer__docotr a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  margin-top: 10rem;
  text-align: right;
  font-family: "Open Sans", sans-serif;
}
.l-footer__navi {
  padding-top: 4rem;
}
.l-footer__navi nav {
  display: flex;
}
.l-footer__naviWrap:not(:first-child) {
  margin-left: 12rem;
}
.l-footer__navItem:not(:first-child) {
  margin-top: 4rem;
}
.l-footer__navItem a {
  display: block;
  line-height: 1;
}
@media (min-width: 992px) {
  .l-footer__navItem a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
  }
  .l-footer__info {
    padding-right: 0;
  }
  .l-footer__docotr {
    margin-top: 3rem;
    text-align: center;
  }
  .l-footer__navi {
    padding-top: 0;
  }
  .l-footer__copyright {
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .l-footer__logo {
    width: 70%;
    margin: 0 auto;
  }
  .l-footer__address {
    text-align: center;
  }
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  z-index: 105;
  white-space: nowrap;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 5vw;
}
.l-header.is-act {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.l-header.is-act .l-header__logo img {
  max-height: 60px;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.l-header__logo img {
  transition: 0.4s;
  max-height: 100px;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header_navi__inner {
  display: flex;
  align-items: center;
}
.l-header_navi__list {
  display: flex;
}
.l-header_navi__item:not(:first-child) {
  margin-left: 4rem;
}
.l-header_navi__link {
  font-weight: bold;
}
@media (min-width: 992px) {
  .l-header_navi__link:hover {
    opacity: 0.7;
  }
}
.l-header_navi__btn {
  margin-left: 5rem;
}
.l-header_navi__btn a {
  font-family: inherit;
  padding: 1em 0;
  text-align: center;
}
.l-header_navi .slideout-menu:before {
  display: none;
}
.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  background: #2D81B0;
  z-index: 115;
}
.l-header__hamburger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #ffffff;
  left: 20%;
  top: calc(50% - 1px);
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: #ffffff;
  transition: inherit;
}
.l-header__hamburger span:before {
  transform: translateY(-0.75em);
}
.l-header__hamburger span:after {
  transform: translateY(0.75em);
}
.slideout-open .l-header__hamburger {
  background: transparent;
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  background: #2D81B0;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  background: #2D81B0;
}
@media (max-width: 1399.9px) {
  .l-header_navi__item:not(:first-child) {
    margin-left: 3rem;
  }
}
@media (max-width: 1199.9px) {
  .l-header__logo {
    width: 30%;
    padding-right: 2rem;
  }
  .l-header_navi__item:not(:first-child) {
    margin-left: 2.5rem;
  }
}
@media (max-width: 991.9px) {
  .l-header__logo {
    width: 30%;
    padding-right: 0;
  }
  .l-header_navi__inner {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 6rem 4vw 5rem;
  }
  .l-header_navi__list {
    display: block;
    margin-right: 0;
  }
  .l-header_navi__item {
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
  }
  .l-header_navi__item:not(:first-child) {
    margin-left: 0;
  }
  .l-header_navi__item a {
    display: block;
    padding: 1em 0;
  }
  .l-header_navi__btn {
    margin-left: 0;
    margin-top: 2rem;
  }
  .l-header_navi__btn a {
    margin: 0 auto;
  }
}
@media (max-width: 575.9px) {
  .l-header__logo {
    width: 40%;
  }
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
    padding: 1em;
  }
  .l-header_navi__item a {
    font-size: 1.6rem;
  }
  .l-header_navi__tel .txt {
    font-size: 1.4rem;
  }
  .l-header_navi__tel .num a span {
    font-size: 2.8rem;
  }
  .l-header_navi__tel .num a svg {
    width: 2.3rem;
    height: 2.3rem;
  }
}

/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-container {
  overflow: hidden;
}

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

.l-main.-under {
  padding-top: 12rem;
}
@media (max-width: 991.9px) {
  .l-main.-under {
    padding-top: 6.25em;
  }
}
@media (max-width: 575.9px) {
  .l-main.-under {
    padding-top: 4.25em;
  }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
.l-breadcrumb {
  margin-top: 2rem;
}
/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list__item {
  position: relative;
  margin-right: 1rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
.l-breadcrumb_list__item + *::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #DDDDDD;
  display: inline-block;
  margin-right: 1rem;
}
.l-breadcrumb_list__item > a {
  display: block;
  color: #888888;
  font-weight: bold;
}
.l-breadcrumb_list__item > a:hover {
  text-decoration: underline;
}
.l-breadcrumb_list__item:first-child > a {
  color: #2D81B0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.l-breadcrumb_list__item:last-child {
  font-size: 1.5rem;
}
.l-breadcrumb_list__item:last-child > a {
  color: #888888;
  text-decoration: none;
  pointer-events: none;
}
/*--------------------------------------------
  loader
--------------------------------------------*/
.l-loader {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
.l-loader__logo {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: blur(15px);
  transition: 2s ease-in-out;
}
@media (max-width: 991.9px) {
  .l-loader__logo {
    width: 70%;
  }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}
.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}
@media (max-width: 991.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
  display: block;
  width: 21rem;
  max-width: 100%;
  padding: 1em 0;
  background-color: #2D81B0;
  border: 1px solid #2D81B0;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  border-radius: 10rem;
  text-align: center;
}
.c-btn.-en {
  font-family: "Open Sans", sans-serif;
}
.c-btn.-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 3rem;
}
.c-btn.-arrow svg {
  fill: #2D81B0;
}
.c-btn.-arrow .arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.c-btn.-white {
  background: #ffffff;
  color: #2D81B0;
  border-color: transparent;
}
.c-btn.-white.-arrow svg {
  fill: #ffffff;
}
.c-btn.-white.-arrow .arrow {
  background: #2D81B0;
}
.c-btn.-orange {
  background: #E88B12;
  border-color: #E88B12;
}
.c-btn.-orange svg {
  fill: #E88B12;
}
@media (min-width: 992px) {
  .c-btn:hover {
    color: #2D81B0;
    background: #fff;
  }
  .c-btn:hover.-arrow .arrow {
    background: #2D81B0;
  }
  .c-btn:hover.-arrow svg {
    fill: #ffffff;
  }
  .c-btn.-white:hover {
    color: #ffffff;
    background: #2D81B0;
  }
  .c-btn.-white:hover.-arrow .arrow {
    background: #ffffff;
  }
  .c-btn.-white:hover.-arrow svg {
    fill: #2D81B0;
  }
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #2D81B0;
  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: #2D81B0;
  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: #2D81B0;
}
@media (max-width: 991.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}

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

  FORM

============================================*/
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e6e6e6;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 25%;
  border-bottom: 1px solid #2D81B0;
  vertical-align: middle;
}
.c-form__sheet > tbody > tr > td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    padding: 1em;
  }
  .c-form__sheet > tbody > tr th {
    width: 28%;
  }
  .c-form__sheet > tbody > tr td {
    width: 72%;
  }
}
@media (max-width: 767.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > th {
    padding: 0;
  }
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 0 0;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  position: absolute;
  content: "*";
  right: 0;
  top: 0;
  font-size: 1.125em;
  color: #c11;
}
.c-form__row > .c-form__field {
  display: flex;
  align-items: center;
}
.c-form__row > .c-form__field .row_item {
  display: flex;
  align-items: center;
}
.c-form__row > .c-form__field .c-form__subttl {
  margin-right: 1em;
  margin-left: 0.5em;
  display: inline-block;
}
@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 > .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.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio, .c-form__field.-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}
.c-form__field.-radio > span, .c-form__field.-check > span {
  margin-bottom: 1em;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  border: solid 1px #ddd;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 80%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 767.9px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__selectWrap {
  position: relative;
  display: inline-block;
}
.c-form__selectWrap:before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #2D81B0;
  border-bottom: 0;
}
@media (max-width: 991.9px) {
  .c-form__selectWrap:before {
    display: none;
  }
}
.c-form__select {
  background: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
  width: auto;
  padding-right: 2em;
}
@media (max-width: 991.9px) {
  .c-form__select {
    padding-right: 1.25em;
  }
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2em;
  line-height: 1;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #2D81B0;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check {
  display: none;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
  border: solid 1px #ddd;
}
.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 #2D81B0;
  border-bottom: solid 3px #2D81B0;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__checkBox {
  text-align: center;
}
.c-form__btnwrap {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-form__btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
  transition: all 0.4s 0s;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "BIZ UDPGothic", Meiryo, sans-serif;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
@media (min-width: 992px) {
  .c-form__btn:hover {
    background: #fff;
    color: #2D81B0;
  }
  .c-form__btn.-back:hover {
    background: #fff;
    color: #aaa;
  }
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .c-form_privacy {
  display: none;
}
.c-form.-confirm .c-form__checkBox {
  display: none;
}
.c-form.-confirm .c-form__selectWrap:before {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 2.5em;
  line-height: 2.5;
}

.c-form_privacy {
  padding-top: 6.25em;
}
.c-form_privacy__box {
  border: solid 1px #ddd;
  padding: 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__list dt {
  margin-top: 1.5em;
  font-weight: bold;
}
.c-form_privacy__list dt:first-of-type {
  margin-top: 0;
}
.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 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 {
    margin-top: 4.25em;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2rem !important;
}

.mw_wp_form .horizontal-item:first-child {
  margin-left: 2rem;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl {
  line-height: 1;
}
.c-ttl__en {
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
}
.c-ttl__jp {
  margin-top: 1.5rem;
}
.c-ttl.-center {
  text-align: center;
}
.c-ttl.-white {
  color: #ffffff;
}
@media (max-width: 767.9px) {
  .c-ttl__en {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl__en {
    font-size: 2.6rem;
  }
}

@media (max-width: 767.9px) {
  .c-ttl_sup__en {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__en {
    font-size: 2.6rem;
  }
}

.c-ttl_pl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4rem;
  color: #2D81B0;
}
@media (max-width: 991.9px) {
  .c-ttl_pl {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .c-ttl_pl.-md {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_pl {
    font-size: 2.5rem;
  }
}

.c-ttl_desc {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-ttl_desc span {
  color: #E88B12;
}
@media (max-width: 575.9px) {
  .c-ttl_desc {
    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(1400px + 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: 6.25em;
    padding-bottom: 6.25em;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-boxpd {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

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

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------
  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;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-ofi__img.-top {
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.c-ofi__img.-left {
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.c-ofi__img.-right {
  object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}
.c-ofi__img.-bottom {
  object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}
.c-ofi__img.-contain {
  margin: auto;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

.c-totop {
  width: 30%;
  position: absolute;
  bottom: 3rem;
  right: 0;
}
.c-totop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .c-totop a:hover {
    opacity: 0.7;
  }
}
.c-totop__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.c-totop__circle {
  width: 5rem;
  height: 5rem;
  background: #2D81B0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-totop__circle svg {
  fill: #fff;
}
.c-totop__txt {
  color: #2D81B0;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .c-totop {
    bottom: inherit;
    top: 0;
  }
  .c-totop__circle {
    width: 4rem;
    height: 4rem;
  }
  .c-totop__txt {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-totop {
    bottom: inherit;
    top: 0;
  }
  .c-totop__circle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .c-totop__txt {
    font-size: 1.2rem;
  }
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_contact {
  margin-top: 6.25em;
  padding-bottom: 32.65rem;
  background: url(../img/common/illust_contact.png) no-repeat center bottom/auto;
}
.p-panel_contact__box {
  border-radius: 1rem;
}
.p-panel_contact__link {
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem;
  background: url(../img/common/bg_contact.png) no-repeat center/cover;
  position: relative;
  color: #ffffff;
}
.p-panel_contact__link:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: #000;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.p-panel_contact__link .c-ttl {
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-panel_contact__link:hover {
    color: #2D81B0;
  }
  .p-panel_contact__link:hover .p-panel_contact__arrow {
    border-color: #2D81B0;
  }
  .p-panel_contact__link:hover .p-panel_contact__arrow svg {
    fill: #2D81B0;
  }
  .p-panel_contact__link:hover .c-ttl.-white {
    color: #2D81B0;
  }
  .p-panel_contact__link:hover:before {
    opacity: 0;
  }
}
.p-panel_contact__cnt p {
  margin-top: 4rem;
}
.p-panel_contact__arrow {
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.p-panel_contact__arrow svg {
  fill: #ffffff;
  transition: 0.4s;
}
@media (max-width: 991.9px) {
  .p-panel_contact {
    padding-bottom: 25rem;
    margin-top: 4.25em;
  }
  .p-panel_contact__link {
    padding: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-panel_contact {
    padding-bottom: 15rem;
    background-size: 200% auto;
  }
  .p-panel_contact__arrow {
    width: 5rem;
    height: 5rem;
  }
  .p-panel_contact__link {
    padding: 4rem 3rem;
  }
  .p-panel_contact__cnt {
    width: calc(100% - 6rem);
  }
}
/*--------------------------------------------
  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;
  }
}

/*--------------------------------------------
  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;
    transform: translateY(10%);
  }
  .c-animation.-fadeup.scrolled {
    opacity: 1;
    transform: translateY(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: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2D81B0;
    z-index: 10;
    transition: all 0.4s ease-in-out;
  }
  .c-animation.-box.-round:before {
    border-radius: 10px;
  }
  .c-animation.-box.-white:before {
    background: #fff;
  }
  .c-animation.-box.scrolled:before {
    width: 0;
  }
  .c-animation.-rotate {
    transform: rotateY(90deg);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }
  .c-animation.-rotate.scrolled {
    transform: rotateY(0);
    opacity: 1;
  }
  .c-animation.-scroll {
    opacity: 0;
    transform: translateY(4rem);
    transition: all 0.7s linear;
  }
  .c-animation.-scroll.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .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;
  }
}
/*--------------------------------------------
  key
--------------------------------------------*/
.p-index_kv {
  position: relative;
}
.p-index_kv__catch {
  line-height: 1;
  color: #ffffff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-index_kv__catch .main {
  font-weight: bold;
  font-size: 6rem;
}
.p-index_kv__catch .sub {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-top: 4rem;
}
.p-index_kv__img.c-ofi {
  padding-top: 45%;
}
@media (max-width: 991.9px) {
  .p-index_kv__img.c-ofi {
    padding-top: 60%;
  }
  .p-index_kv__catch .main {
    font-size: 4rem;
  }
  .p-index_kv__catch .sub {
    margin-top: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_kv__catch .main {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_kv__catch .main {
    font-size: 2.2rem;
  }
  .p-index_kv__catch .sub {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  concept
--------------------------------------------*/
.p-index_concept__wrap {
  display: flex;
  justify-content: space-between;
}
.p-index_concept__img {
  width: calc(50% - 5rem);
  position: relative;
}
.p-index_concept__img .img {
  position: absolute;
}
.p-index_concept__img .img:nth-child(1) {
  top: 7.8rem;
  left: 0.8rem;
  z-index: 1;
}
.p-index_concept__img .img:nth-child(2) {
  top: 16rem;
  left: 22rem;
  z-index: 10;
}
.p-index_concept__img .img:nth-child(3) {
  right: 0;
  top: 0;
  z-index: 5;
}
.p-index_concept__txt {
  width: 50%;
  padding: 11rem 0 11rem 5rem;
}
.p-index_concept__ttl {
  margin-bottom: 5.5rem;
}
.p-index_concept__ttl .sub {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  color: #2D81B0;
  margin-bottom: 1.5rem;
}
.p-index_concept__ttl .main {
  line-height: 1.7;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 1199.9px) {
  .p-index_concept__img {
    width: 50%;
  }
  .p-index_concept__img .img {
    width: 35%;
  }
  .p-index_concept__img .img:nth-child(2) {
    left: 18rem;
  }
}
@media (max-width: 991.9px) {
  .p-index_concept__wrap {
    flex-direction: column-reverse;
  }
  .p-index_concept__img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .p-index_concept__img .img {
    position: static;
    width: auto;
  }
  .p-index_concept__img .img:nth-child(1) {
    margin-top: 4rem;
  }
  .p-index_concept__img .img:nth-child(2) {
    margin-top: 8rem;
  }
  .p-index_concept__txt {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.9px) {
  .p-index_concept__ttl {
    margin-bottom: 2rem;
  }
  .p-index_concept__ttl .main {
    font-size: 2rem;
  }
}
/*--------------------------------------------
  service
--------------------------------------------*/
.p-index_service__ttl {
  padding: 10rem 0 6rem;
  background: rgb(154, 211, 242);
  background: linear-gradient(133deg, rgb(154, 211, 242) 0%, rgb(45, 129, 176) 100%);
}
.p-index_service__wrap {
  display: flex;
  margin-top: 6rem;
}
.p-index_service__img {
  width: 50%;
  padding-right: 5rem;
}
.p-index_service__list {
  width: 50%;
}
.p-index_service__item {
  border-bottom: 1px solid #e3e3e3;
}
.p-index_service__item:first-child .p-index_service__link {
  padding-top: 0;
}
.p-index_service__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0 2rem;
}
.p-index_service__num {
  border: 1px solid #2D81B0;
  border-radius: 50%;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  color: #2D81B0;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  width: 6rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  transition: 0.4s;
}
.p-index_service__itemTtlWrap {
  display: flex;
  align-items: center;
}
.p-index_service__itemTtl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 3rem;
}
.p-index_service__url {
  line-height: 1;
}
.p-index_service__url dt {
  font-weight: bold;
}
.p-index_service__url dd {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-index_service__url dd a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-index_service__url dd a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-index_service__arrow {
  margin-left: auto;
}
.p-index_service__arrow a {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2D81B0;
  border: 1px solid #2D81B0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-index_service__arrow a:hover {
    background: #ffffff;
  }
  .p-index_service__arrow a:hover svg {
    fill: #2D81B0;
  }
}
.p-index_service__arrow svg {
  fill: #ffffff;
  transition: 0.4s;
}
.p-index_service__bnr {
  margin-top: 6.25em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1287px;
  background: #E88B12;
  border-radius: 1rem;
}
.p-index_service__bnrLink {
  display: flex;
  border: 3px solid #E88B12;
  border-radius: 1rem;
  overflow: hidden;
}
.p-index_service__bnrLink:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-index_service__bnrLink:hover:before {
    opacity: 0.4;
  }
}
.p-index_service__bnrL {
  width: 82.44%;
  display: flex;
  align-items: center;
  padding: 4rem 6rem;
  background: #ffffff;
}
.p-index_service__bnrIcon {
  margin-right: 4rem;
}
.p-index_service__bnrCnt .cnt_top {
  background: #E88B12;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 1rem 3rem;
  font-weight: bold;
  border-radius: 5px;
}
.p-index_service__bnrCnt .cnt_top_txt {
  color: #ffffff;
  margin-right: 1rem;
  font-size: 3rem;
}
.p-index_service__bnrCnt .cnt_top_bg {
  background: #ffffff;
  border-radius: 10rem;
  color: #E88B12;
  font-size: 2.4rem;
  padding: 1rem 2rem;
}
.p-index_service__bnrCnt .cnt_txt {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
.p-index_service__bnrCnt .cnt_txt span {
  display: inline-block;
  border-bottom: 1px solid #E88B12;
  color: #E88B12;
  line-height: 1;
}
.p-index_service__bnrR {
  width: 17.56%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.p-index_service__bnrR .btn_txt {
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin-right: 2rem;
}
.p-index_service__bnrR .btn_arrow {
  width: 4rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-index_service__bnrR .btn_arrow svg {
  fill: #E88B12;
}
@media (max-width: 1399.9px) {
  .p-index_service__itemTtlWrap {
    display: block;
  }
  .p-index_service__itemTtl {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .p-index_service__bnrL {
    justify-content: center;
    padding: 4rem 2rem;
  }
  .p-index_service__bnrR {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1199.9px) {
  .p-index_service__bnrIcon {
    margin-right: 3rem;
  }
  .p-index_service__bnrIcon img {
    max-width: 230px;
  }
}
@media (max-width: 991.9px) {
  .p-index_service__ttl {
    padding: 6rem 0;
  }
  .p-index_service__wrap {
    flex-direction: column-reverse;
  }
  .p-index_service__img {
    margin-top: 3rem;
    width: 100%;
    padding-right: 0;
  }
  .p-index_service__img img {
    width: 100%;
  }
  .p-index_service__list {
    width: 100%;
    padding-left: 0;
  }
  .p-index_service__bnrLink {
    display: block;
  }
  .p-index_service__bnrL {
    width: 100%;
    flex-direction: column;
    padding: 2rem;
  }
  .p-index_service__bnrIcon {
    margin-right: 0;
  }
  .p-index_service__bnrIcon img {
    width: auto;
  }
  .p-index_service__bnrR {
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_service__itemTtl {
    margin-bottom: 1rem;
  }
  .p-index_service__url dt {
    font-size: 1.3rem;
  }
  .p-index_service__url dd {
    font-size: 1.2rem;
  }
  .p-index_service__bnrCnt .cnt_top_txt {
    font-size: 2.2rem;
  }
  .p-index_service__bnrCnt .cnt_top_bg {
    font-size: 2rem;
  }
  .p-index_service__bnrCnt .cnt_txt {
    text-align: center;
  }
}
@media (max-width: 575.9px) {
  .p-index_service__ttl {
    padding: 4rem 0;
  }
  .p-index_service__num {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-index_service__itemTtl {
    font-size: 1.8rem;
  }
  .p-index_service__arrow a {
    width: 3rem;
    height: 3rem;
  }
  .p-index_service__bnrCnt .cnt_top {
    flex-direction: column;
    padding: 1rem;
  }
  .p-index_service__bnrCnt .cnt_top_txt {
    font-size: 1.6rem;
  }
  .p-index_service__bnrCnt .cnt_top_bg {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .p-index_service__bnrCnt .cnt_txt {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.p-index_news__wrap {
  display: flex;
}
.p-index_news__ttl {
  width: 30.7%;
  padding-top: 9rem;
  position: relative;
  padding-left: calc((100% - 1400px) / 2 - 5vw);
}
.p-index_news__ttl:before {
  content: "";
  background: rgb(149, 207, 239);
  background: linear-gradient(133deg, rgb(149, 207, 239) 0%, rgb(46, 130, 177) 100%);
  position: absolute;
  width: calc(100% + 15rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 2rem 0 0;
}
.p-index_news__ttlInner {
  padding-left: 5vw;
}
.p-index_news__cnt {
  margin-top: 7.5rem;
  width: 69.3%;
  padding: 8rem 0 8rem 8rem;
  padding-right: calc((100% - 1400px) / 2 - 5vw);
  position: relative;
}
.p-index_news__cnt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  border-radius: 2rem 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-index_news__cntInner {
  padding-right: 5vw;
}
@media (max-width: 991.9px) {
  .p-index_news {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .p-index_news__wrap {
    display: block;
  }
  .p-index_news__ttlInner {
    padding-left: 0;
  }
  .p-index_news__ttl {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding: 6rem 0;
  }
  .p-index_news__cnt {
    width: 100%;
    background: #f9f9f9;
    margin-top: 0;
    padding: 6rem 5vw;
  }
  .p-index_news__cnt:before {
    display: block;
  }
  .p-index_news__cntInner {
    padding: 0;
  }
  .p-index_news__btn .c-btn {
    margin: 0 auto;
  }
}
@media (max-width: 575.9px) {
  .p-index_news__ttl {
    padding: 4rem 0;
  }
}

/*--------------------------------------------
  underlink
--------------------------------------------*/
.p-index_underlink__wrap {
  display: flex;
  justify-content: space-between;
}
.p-index_underlink__item {
  width: calc((100% - 8rem) / 3);
}
@media (min-width: 992px) {
  .p-index_underlink__link:hover {
    opacity: 0.7;
  }
}
.p-index_underlink__ttl {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.p-index_underlink__ttl .main {
  color: #2D81B0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  margin-right: 2rem;
}
@media (max-width: 991.9px) {
  .p-index_underlink__wrap {
    display: block;
  }
  .p-index_underlink__item {
    width: 100%;
  }
  .p-index_underlink__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-index_underlink__img img {
    width: 100%;
  }
}
/*============================================

  404

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

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

  CONTACT

============================================*/
.p-contact {
  padding-top: 6.25em;
}
.p-contact_top {
  margin-bottom: 5rem;
}
.p-contact_top__tel {
  margin-top: 1rem;
}
.p-contact_top__num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D81B0;
}
.p-contact_top__num a {
  color: #2D81B0;
}
.p-contact_top__num .free {
  margin-right: 0.7em;
}
.p-contact_top__num .free svg {
  fill: #2D81B0;
  width: 5rem;
  height: auto;
  margin-top: 5px;
}
.p-contact_top__num .num_wrap {
  display: flex;
  align-items: center;
}
.p-contact_top__num .num {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: 5rem;
  margin-right: 2rem;
}
.p-contact_top__num .txt {
  font-weight: 500;
}
.p-contact_top__desc {
  text-align: center;
  margin-bottom: 1em;
}
.p-contact_top__note {
  margin-top: 2rem;
}
@media (max-width: 767.9px) {
  .p-contact_top__num {
    flex-direction: column;
  }
  .p-contact_top__num .free svg {
    width: 3rem;
  }
  .p-contact_top__num .num {
    font-size: 3rem;
  }
  .p-contact_top__desc {
    text-align: left;
  }
}

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

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
/*-------------------------------
  NEWS > SINGLE
-------------------------------*/
.p-panel_article__head {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}
.p-panel_article__info {
  margin-bottom: 1em;
}
.p-panel_article__ttl {
  font-size: 1.6em;
  line-height: 1.4;
}
.p-panel_article__btn {
  text-align: center;
  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;
  }
}

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

  PRIVACY POLICY

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

.p-service_sec__item:nth-child(odd) .p-service_sec__img:before {
  left: 10rem;
}
.p-service_sec__item:nth-child(even) .p-service_sec__wrap {
  flex-direction: row-reverse;
}
.p-service_sec__item:nth-child(even) .p-service_sec__cnt {
  padding-right: 0;
  padding-left: 10rem;
}
.p-service_sec__item:nth-child(even) .p-service_sec__img:before {
  right: 10rem;
}
.p-service_sec__item:not(:first-child) {
  margin-top: 15rem;
}
.p-service_sec__wrap {
  display: flex;
  align-items: flex-start;
}
.p-service_sec__cnt {
  width: 46.43%;
  padding-right: 10rem;
}
.p-service_sec__ttl {
  font-size: 3.2rem;
  line-height: 1;
  color: #2D81B0;
  padding: 6rem 0 1rem;
  position: relative;
  margin-bottom: 3rem;
}
.p-service_sec__ttl:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 14rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  color: #F3F3F3;
  z-index: -1;
  position: absolute;
  top: -2rem;
  font-weight: 600;
}
.p-service_sec__url {
  line-height: 1;
  margin-bottom: 3rem;
}
.p-service_sec__url dt {
  font-weight: bold;
}
.p-service_sec__url dd {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-service_sec__url dd a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-service_sec__url dd a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-service_sec__ttlSub {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4rem;
  font-weight: bold;
  padding: 1.6rem 3rem;
}
.p-service_sec__ttlSub.-bg01 {
  background: #FBF2F4;
}
.p-service_sec__ttlSub.-bg02 {
  background: #F9F9EE;
}
.p-service_sec__ttlSub.-bg03 {
  background: #F9F2EE;
}
.p-service_sec__ttlSub.-bg04 {
  background: #F4F2FB;
}
.p-service_sec__ttlSub.-bg05 {
  background: #F2F9FB;
}
.p-service_sec__ttlSub.-bg06 {
  background: #F3FBF2;
}
.p-service_sec__ttlSub.-bg07 {
  background: #FBFBF2;
}
.p-service_sec__ttlSub.-bg08 {
  background: #FBF2F8;
}
.p-service_sec__img {
  width: 53.57%;
  padding-bottom: 8rem;
  position: relative;
}
.p-service_sec__img:before {
  content: "";
  width: 100vw;
  height: 232px;
  background: rgb(154, 211, 242);
  background: linear-gradient(318deg, rgb(154, 211, 242) 0%, rgb(45, 129, 176) 100%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.p-service_sec__desc .item:not(:first-child) {
  margin-top: 1em;
}
.p-service_sec__desc .list {
  padding-left: 1em;
}
.p-service_sec__desc .list li {
  list-style-type: decimal;
}
@media (max-width: 1199.9px) {
  .p-service_sec__cnt {
    padding-right: 5rem;
  }
  .p-service_sec__item:nth-child(even) .p-service_sec__cnt {
    padding-left: 5rem;
  }
}
@media (max-width: 991.9px) {
  .p-service_sec__wrap {
    flex-direction: column;
  }
  .p-service_sec__item:not(:first-child) {
    margin-top: 6.25em;
  }
  .p-service_sec__item:nth-child(even) .p-service_sec__wrap {
    flex-direction: column;
  }
  .p-service_sec__item:nth-child(even) .p-service_sec__cnt {
    padding-left: 0;
  }
  .p-service_sec__cnt {
    width: 100%;
    padding-right: 0;
  }
  .p-service_sec__ttl {
    margin-bottom: 3rem;
    padding: 4rem 0 1rem;
  }
  .p-service_sec__ttlSub {
    margin-bottom: 3rem;
  }
  .p-service_sec__img {
    width: 100%;
    margin-top: 5rem;
  }
  .p-service_sec__img img {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-service_sec__ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .p-service_sec__ttl:before {
    font-size: 11rem;
  }
  .p-service_sec__ttlSub {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-service_sec__ttl {
    font-size: 2.2rem;
    padding: 3rem 0 1rem;
    margin-bottom: 1rem;
  }
  .p-service_sec__ttl:before {
    font-size: 8rem;
  }
  .p-service_sec__ttlSub {
    font-size: 1.6rem;
  }
  .p-service_sec__img {
    padding-bottom: 5vw;
  }
  .p-service_sec__img:before {
    height: 90%;
  }
  .p-service_sec__item:nth-child(even) .p-service_sec__img:before {
    right: 3rem;
  }
  .p-service_sec__item:nth-child(odd) .p-service_sec__img:before {
    left: 3rem;
  }
  .p-service_sec__item:not(:first-child) {
    margin-top: 4.25em;
  }
}

.p-service_bnr {
  margin-top: 12rem;
  padding: 6rem 0;
  background: #F9F9F9;
}
.p-service_bnr .p-index_service__bnr {
  margin-top: 0;
}
@media (max-width: 991.9px) {
  .p-service_bnr {
    margin-top: 6.25em;
  }
}
@media (max-width: 575.9px) {
  .p-service_bnr {
    margin-top: 4.25em;
  }
}

.p-company_overview__ttl {
  margin-bottom: 4.3rem;
}
.p-company_overview__table {
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.p-company_overview__table tr {
  border-bottom: 1px solid #E0E0E0;
}
.p-company_overview__table th {
  width: 25%;
  background: #FAFAFA;
  padding: 1.47em 1.875em;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #E0E0E0;
}
.p-company_overview__table td {
  width: 75%;
  padding: 1.47em 1.875em;
}
.p-company_overview__table td .list {
  line-height: 2.25;
}
@media (max-width: 767.9px) {
  .p-company_overview__table th {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: none;
  }
  .p-company_overview__table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}

.p-company_access {
  padding-top: 5em;
}
.p-company_access__desc {
  margin-bottom: 3.5rem;
}
.p-company_access__map {
  padding-top: 40%;
  position: relative;
}
.p-company_access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 575.9px) {
  .p-company_access__map {
    padding-top: 62.5%;
  }
}

.p-concept__ttl .en {
  color: #2D81B0;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.p-concept__ttl .jp {
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
}
.p-concept__imgWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
}
.p-concept__img {
  width: 29%;
}
.p-concept__img:nth-child(1) {
  margin-top: 7rem;
}
.p-concept__img:nth-child(3) {
  margin-top: -14rem;
}
.p-concept__cnt {
  margin-top: 7rem;
}
.p-concept__cntTtl {
  font-size: 2.4rem;
  line-height: 1.875;
  margin-bottom: 4.5rem;
}
.p-concept__cntTxt p + p {
  margin-top: 1rem;
}
@media (max-width: 991.9px) {
  .p-concept__ttl .en {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-concept__ttl .jp {
    font-size: 2.5rem;
  }
  .p-concept__imgWrap {
    margin-top: 8rem;
  }
  .p-concept__img:nth-child(1) {
    margin-top: 3rem;
  }
  .p-concept__img:nth-child(3) {
    margin-top: -3rem;
  }
  .p-concept__cntTtl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-concept__ttl .en {
    font-size: 1.4rem;
  }
  .p-concept__ttl .jp {
    font-size: 2.2rem;
  }
  .p-concept__img {
    width: 31%;
  }
  .p-concept__cnt {
    margin-top: 5rem;
  }
  .p-concept__cntTtl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.p-recruit_message__item {
  display: flex;
  align-items: center;
}
.p-recruit_message__item + .p-recruit_message__item {
  margin-top: 6.25em;
}
.p-recruit_message__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-recruit_message__item:nth-child(even) .p-recruit_message__cnt {
  padding-left: 0;
  padding-right: 5rem;
}
.p-recruit_message__img {
  width: 50%;
}
.p-recruit_message__cnt {
  width: 50%;
  padding-left: 5rem;
}
.p-recruit_message__ttl {
  font-weight: bold;
  margin-bottom: 3.8rem;
}
.p-recruit_message__ttl .sub {
  color: #2D81B0;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2.3rem;
}
.p-recruit_message__ttl .sub:before {
  content: "";
  display: inline-block;
  width: 0.56em;
  height: 0.56em;
  border-radius: 50%;
  background: #2D81B0;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.p-recruit_message__ttl .main {
  line-height: 1.63;
  font-size: 2.2rem;
}
.p-recruit_message__txt .indent {
  padding-left: 1rem;
}
.p-recruit_message__check {
  background: #f9f9f9;
  margin-top: 3.5rem;
  padding: 3.5rem 4rem;
  display: flex;
}
.p-recruit_message__check ul:not(:first-child) {
  margin-left: 4rem;
}
.p-recruit_message__check li {
  padding-left: 2.5rem;
  position: relative;
  font-weight: bold;
}
.p-recruit_message__check li:before {
  content: "";
  width: 2rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/recruit/icon_check.svg) no-repeat center/contain;
}
@media (max-width: 991.9px) {
  .p-recruit_message__item {
    flex-direction: column-reverse;
  }
  .p-recruit_message__item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .p-recruit_message__item:nth-child(even) .p-recruit_message__cnt {
    padding-right: 0;
  }
  .p-recruit_message__item + .p-recruit_message__item {
    margin-top: 4.25em;
  }
  .p-recruit_message__img {
    width: 100%;
    margin-top: 3.5rem;
    text-align: center;
  }
  .p-recruit_message__cnt {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_message__check {
    display: block;
  }
  .p-recruit_message__check ul:not(:first-child) {
    margin-left: 0;
  }
}

.p-recruit_requirement {
  padding-top: 6.25em;
}
.p-recruit_requirement__table {
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.p-recruit_requirement__table tr {
  border-bottom: 1px solid #E0E0E0;
}
.p-recruit_requirement__table th {
  width: 25%;
  background: #FAFAFA;
  padding: 1.47em 1.875em;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #E0E0E0;
}
.p-recruit_requirement__table td {
  width: 75%;
  padding: 1.47em 1.875em;
}
.p-recruit_requirement__table td .list {
  line-height: 2.25;
}
.p-recruit_requirement__btn {
  margin-top: 6rem;
}
.p-recruit_requirement__btn .c-btn {
  width: 34.6rem;
}
@media (max-width: 991.9px) {
  .p-recruit_requirement {
    padding-top: 4.25em;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_requirement__table th {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: none;
  }
  .p-recruit_requirement__table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  .p-recruit_requirement__btn .c-btn {
    max-width: 80%;
  }
}

/*--------------------------------------------
  works
--------------------------------------------*/
.p-works_top__inner {
  display: flex;
  align-items: center;
  padding: 0 5vw;
  margin-left: -5vw;
}
.p-works_top__top {
  position: relative;
}
.p-works_top__txt {
  width: 50%;
  margin-left: auto;
  padding-left: 3rem;
  padding-right: calc(50% - 700px);
}
.p-works_top__txt .ttl {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.p-works_top__txt .desc p:not(:first-child) {
  margin-top: 1em;
}
.p-works_top__txt .desc .marker {
  display: inline;
  background: linear-gradient(transparent 0%, #FCF4DC 0%);
  font-weight: bold;
}
.p-works_top__img {
  width: 50%;
  padding-right: 5rem;
}
@media (max-width: 991.9px) {
  .p-works_top__inner {
    display: block;
    padding: 0 5vw;
    margin-left: 0;
  }
  .p-works_top__img {
    width: 100%;
    padding: 0;
  }
  .p-works_top__txt {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
  }
  .p-works_top__txt .ttl {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-works_top__txt .ttl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-works_top__txt .ttl {
    font-size: 1.8rem;
  }
}

.p-works_example {
  margin-top: 12rem;
}
.p-works_example__ttl {
  background: #2D81B0;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10rem 0 6rem;
}
.p-works_example__ttl .main {
  font-size: 4rem;
}
.p-works_example__ttl .sub {
  font-size: 2.2rem;
  margin-top: 3rem;
}
.p-works_example__cnt {
  padding: 6rem 0 10rem;
  background: url(../img/works/bg_works01.jpg) no-repeat center/cover;
}
.p-works_example__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.p-works_example .cnt_wrap {
  background: #F3F3F3;
  padding: 6rem;
  display: flex;
  justify-content: space-between;
}
.p-works_example .cnt_item {
  background: #fff;
  width: 47.65%;
  padding: 4rem 6rem;
}
.p-works_example .cnt_item_ttl {
  background: #2D81B0;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0.6rem 1.5rem;
  display: inline-block;
  margin-bottom: 2.5rem;
}
.p-works_example .example_list_item {
  display: flex;
}
.p-works_example .example_list_item:last-child dd:before {
  height: 0.35em;
}
.p-works_example .example_list_item:first-child dd:before {
  top: 0.35em;
}
.p-works_example .example_list_item dt {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-right: 3rem;
  width: 9rem;
}
.p-works_example .example_list_item dd {
  position: relative;
  padding-left: 3.2rem;
  padding-bottom: 2rem;
  width: calc(100% - 9rem);
}
.p-works_example .example_list_item dd:before {
  content: "";
  background: #8899BB;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-works_example .example_list_item dd .dd_main {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-works_example .example_list_item dd .dd_main + p {
  margin-top: 0.5rem;
}
.p-works_example .example_list_item dd .circle {
  width: 1.28em;
  height: 1.28em;
  position: absolute;
  left: 0;
  top: 0.35em;
  transform: translateX(-48%);
  background: #fff;
}
.p-works_example .example_list_item dd .circle:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2D81B0;
}
.p-works_example .example_list_item dd .circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 47.8%;
  height: 47.8%;
  border-radius: 50%;
  background: #2D81B0;
}
@media (max-width: 1399.9px) {
  .p-works_example__inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 991.9px) {
  .p-works_example {
    margin-top: 7.5rem;
  }
  .p-works_example__ttl {
    padding: 6rem 5rem;
  }
  .p-works_example__ttl .main {
    font-size: 3rem;
  }
  .p-works_example__ttl .sub {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .p-works_example .cnt_wrap {
    display: block;
    padding: 4rem;
  }
  .p-works_example .cnt_item {
    width: 100%;
    padding: 3rem;
  }
  .p-works_example .cnt_item:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-works_example .cnt_wrap {
    padding: 4rem;
  }
  .p-works_example .cnt_item {
    padding: 3rem;
  }
  .p-works_example .example_list_item dt {
    font-size: 1.6rem;
  }
  .p-works_example .example_list_item dd .dd_main {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-works_example__cnt {
    padding-top: 4rem 0 7.5rem;
  }
  .p-works_example__inner {
    width: 100%;
  }
  .p-works_example .cnt_wrap {
    padding: 3rem;
  }
  .p-works_example .example_list_item dt {
    width: 4.5em;
    padding-right: 0;
  }
  .p-works_example .example_list_item dd {
    width: calc(100% - 4.5em);
    padding-left: 2.8rem;
  }
}

.p-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sitemap__item {
  width: 48%;
}
.p-sitemap__item:nth-child(n+3) {
  margin-top: 1.25em;
}
.p-sitemap__link {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-sitemap__link span {
  display: block;
  font-size: 1.75em;
}
.p-sitemap__link em {
  font-family: "Rubik", sans-serif;
  color: #2D81B0;
  font-size: 0.875em;
  margin-bottom: 0.75em;
  font-style: normal;
  transition: 0.4s;
  display: inline-block;
}
.p-sitemap__link em:before {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background: #2D81B0;
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .p-sitemap__link:hover {
    color: #2D81B0;
  }
  .p-sitemap__link:hover .p-sitemap__arrow {
    background: #ffffff;
  }
  .p-sitemap__link:hover .p-sitemap__arrow svg {
    fill: #2D81B0;
  }
}
.p-sitemap__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2D81B0;
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #2D81B0;
  transition: 0.4s;
}
.p-sitemap__arrow svg {
  fill: #fff;
  transition: 0.4s;
}
@media (max-width: 991.9px) {
  .p-sitemap__link span {
    font-size: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .p-sitemap__item {
    width: 100%;
    margin-right: 0;
  }
  .p-sitemap__item:nth-child(n+2) {
    margin-top: 1.25em;
  }
  .p-sitemap__link span {
    font-size: 1.25em;
  }
}

/*--------------------------------------------
  attempt
--------------------------------------------*/
.p-attempt_head__inner {
  max-width: 1086px;
  margin: 0 auto;
}
.p-attempt_head__img {
  margin-bottom: 9rem;
}
.p-attempt_head__ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 4.5rem;
  color: #2D81B0;
}
.p-attempt_head__desc p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-attempt_head__ttl {
    line-height: 1.4;
  }
}
@media (max-width: 767.9px) {
  .p-attempt_head__ttl {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
  .p-attempt_head__img {
    margin-bottom: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-attempt_head__ttl {
    font-size: 2.4rem;
  }
}

.p-attempt_society {
  background: #F9F9F9;
}
.p-attempt_society__list {
  border: 1px solid #E0E0E0;
}
.p-attempt_society__item {
  background: #fff;
  display: flex;
  padding: 4rem 6rem;
}
.p-attempt_society__item:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.p-attempt_society__icon {
  margin-right: 3rem;
}
.p-attempt_society__cnt {
  width: calc(100% - 14rem);
}
.p-attempt_society__ttl {
  font-size: 2rem;
  line-height: 1;
  padding-left: 2.6rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.p-attempt_society__ttl:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #2D81B0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.9px) {
  .p-attempt_society__item {
    padding: 4rem 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-attempt_society__item {
    display: block;
  }
  .p-attempt_society__icon {
    width: 100%;
    text-align: center;
  }
  .p-attempt_society__cnt {
    width: 100%;
    margin-top: 2rem;
  }
  .p-attempt_society__ttl {
    font-size: 1.8rem;
  }
}

.for_corporations {
  padding-top: 2rem;
}
@media (max-width: 991.9px) {
  .for_corporations {
    padding-top: 8vw;
  }
}

.p-corporations {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.p-corporations .c-inner {
  max-width: calc(1300px + 10vw);
}
.p-corporations__sec {
  padding: 12rem 0;
}
.p-corporations__ttl {
  font-size: 8rem;
  line-height: 1.36;
  font-weight: 900;
  position: relative;
  padding-bottom: 2.5rem;
  text-align: center;
  margin-bottom: 8rem;
}
.p-corporations__ttl:before {
  content: "";
  width: 8.5rem;
  height: 0.3rem;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-corporations__ttl.-white {
  color: #fff;
}
.p-corporations__ttl.-white:before {
  background: #fff;
}
.p-corporations__ttl .blue {
  color: #0041A8;
}
.p-corporations__ttl .yellow {
  color: #FFF100;
}
.p-corporations__btn a {
  display: block;
  border-radius: 1.8rem;
  max-width: 60rem;
  margin: 0 auto;
  background: #000;
  color: #FFF100;
  font-size: 3rem;
  padding: 2.5rem 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.p-corporations__btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 11px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
}
@media (min-width: 992px) {
  .p-corporations__btn a:hover {
    background: #FFF100;
    color: #000;
  }
}
@media (max-width: 991.9px) {
  .p-corporations__sec {
    padding: 5em 0;
  }
  .p-corporations__ttl {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-corporations__ttl {
    font-size: 4rem;
    font-weight: 700;
  }
  .p-corporations__btn a {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations__ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .p-corporations__btn a {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  .p-corporations__btn a:before {
    border-width: 8px 0 8px 9px;
    right: 1.5rem;
  }
}

.p-corporations_head__logo {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .p-corporations_head__logo a:hover {
    opacity: 0.7;
  }
}
.p-corporations_head__logo img {
  max-width: 250px;
}
.p-corporations_head__wrap {
  display: flex;
}
.p-corporations_head__cnt {
  width: 58.1%;
  padding-right: 2.8rem;
}
.p-corporations_head__box {
  background: #000;
  color: #FFF100;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 2.5rem 0;
  max-width: 685px;
  margin-bottom: 6rem;
  text-align: center;
}
.p-corporations_head__ttl {
  color: #0041A8;
  line-height: 1;
  font-weight: 900;
}
.p-corporations_head__ttl .bg {
  font-size: 17.6rem;
}
.p-corporations_head__ttl .md {
  font-size: 8.7rem;
  margin-top: 3rem;
}
.p-corporations_head__desc {
  font-size: 4rem;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 3.5rem;
}
.p-corporations_head__img {
  width: 41.9%;
}
@media (max-width: 1599.9px) {
  .p-corporations_head__ttl .bg {
    font-size: 16rem;
  }
  .p-corporations_head__ttl .md {
    font-size: 7.9rem;
  }
}
@media (max-width: 1399.9px) {
  .p-corporations_head__ttl .bg {
    font-size: 15rem;
  }
  .p-corporations_head__ttl .md {
    font-size: 7.4rem;
  }
  .p-corporations_head__desc {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_head__box {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .p-corporations_head__ttl .bg {
    font-size: 9rem;
  }
  .p-corporations_head__ttl .md {
    font-size: 4.5rem;
  }
  .p-corporations_head__desc {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_head__box {
    font-size: 3rem;
    padding: 2rem 0;
  }
  .p-corporations_head__cnt {
    width: 65%;
    padding-right: 2rem;
  }
  .p-corporations_head__img {
    width: 35%;
  }
  .p-corporations_head__ttl .bg {
    font-size: 7rem;
  }
  .p-corporations_head__ttl .md {
    font-size: 5.5rem;
    margin-top: 1.5rem;
  }
  .p-corporations_head__desc {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_head__wrap {
    align-items: center;
  }
  .p-corporations_head__box {
    font-size: 2.2rem;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
  }
  .p-corporations_head__ttl .bg {
    font-size: 5rem;
  }
  .p-corporations_head__ttl .md {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }
  .p-corporations_head__desc {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-corporations_kv {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 6rem;
}
.p-corporations_kv .c-inner {
  position: relative;
}
.p-corporations_kv:before {
  content: "";
  width: 100%;
  height: calc(100% - 18rem);
  background: #D9EEFA;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-corporations_kv:after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  border-bottom: 22rem solid #D9EEFA;
  border-left: 100vw solid transparent;
  z-index: -1;
}
.p-corporations_kv__ttl {
  font-size: 3.8rem;
  line-height: 1;
  border-radius: 3.2rem;
  background: #0041A8;
  color: #FFF100;
  max-width: 940px;
  margin: 0 auto 7rem;
  padding: 2rem 0;
  text-align: center;
  font-weight: bold;
}
.p-corporations_kv__img {
  position: absolute;
  right: calc(4.5rem + 5vw);
  top: -36rem;
}
@media (max-width: 1399.9px) {
  .p-corporations_kv__img img {
    height: 28vw;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_kv:after {
    border-bottom: 14rem solid #D9EEFA;
  }
  .p-corporations_kv:before {
    height: calc(100% - 10rem);
  }
  .p-corporations_kv__ttl {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .p-corporations_kv__img {
    right: 3rem;
    top: -30rem;
  }
  .p-corporations_kv__img img {
    height: 35vw;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_kv {
    padding-top: 6rem;
  }
  .p-corporations_kv:after {
    border-bottom: 8rem solid #D9EEFA;
    top: -3rem;
  }
  .p-corporations_kv:before {
    height: calc(100% - 5rem);
  }
  .p-corporations_kv__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_kv {
    padding-top: 3rem;
  }
  .p-corporations_kv:before {
    height: calc(100% - 2rem);
  }
  .p-corporations_kv:after {
    border-bottom: 5.2rem solid #D9EEFA;
  }
  .p-corporations_kv__ttl {
    line-height: 1.4;
    padding: 1.5rem 0;
    border-radius: 5rem;
  }
}

.p-corporations_contact {
  display: flex;
}
.p-corporations_contact__point {
  width: 50%;
  display: flex;
}
.p-corporations_contact__point .item:not(:first-child) {
  margin-left: 3rem;
}
.p-corporations_contact__point .item:first-child {
  position: relative;
  top: -3rem;
}
.p-corporations_contact__estimate {
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding-left: 3rem;
}
@media (min-width: 992px) {
  .p-corporations_contact__estimate .item a:hover {
    opacity: 0.7;
  }
}
.p-corporations_contact__estimate .item:not(:first-child) {
  margin-left: 3rem;
}
@media (max-width: 991.9px) {
  .p-corporations_contact {
    flex-direction: column;
    align-items: center;
  }
  .p-corporations_contact__estimate {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
    justify-content: center;
  }
  .p-corporations_contact__point {
    width: 100%;
    justify-content: center;
  }
  .p-corporations_contact__point .item:first-child {
    top: -2rem;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_contact__point .item:not(:first-child) {
    margin-left: 1rem;
  }
  .p-corporations_contact__estimate .item:not(:first-child) {
    margin-left: 1rem;
  }
}

.p-corporations_tel {
  background: #008FDB;
  padding: 7rem 0 4.5rem;
  position: relative;
}
.p-corporations_tel__ttl {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
}
.p-corporations_tel__ttl span {
  display: inline-block;
  padding: 2rem 5rem;
  background: #FFF100;
  border-radius: 2rem;
}
.p-corporations_tel__tel {
  background: #fff;
  border-radius: 2.5rem;
  display: flex;
  padding: 5.5rem 4.5rem 2.5rem 4.5rem;
  align-items: flex-end;
}
.p-corporations_tel__num {
  display: flex;
  align-items: flex-end;
  margin-right: 5rem;
}
.p-corporations_tel__num .icon {
  margin-right: 3rem;
}
.p-corporations_tel__txt {
  color: #fff;
  background: #0041A8;
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 1;
  padding: 2.5rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 1599.9px) {
  .p-corporations_tel__txt {
    font-size: 3.3rem;
  }
}
@media (max-width: 1399.9px) {
  .p-corporations_tel__tel {
    justify-content: center;
  }
  .p-corporations_tel__num .num img {
    height: 7vw;
  }
  .p-corporations_tel__num .icon img {
    height: 7vw;
  }
  .p-corporations_tel__txt {
    padding: 2.5rem;
    font-size: 3rem;
  }
}
@media (max-width: 1199.9px) {
  .p-corporations_tel__num .num img {
    height: 6vw;
  }
  .p-corporations_tel__num .icon img {
    height: 6vw;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_tel__tel {
    flex-direction: column;
    align-items: center;
  }
  .p-corporations_tel__num {
    margin-right: 0;
  }
  .p-corporations_tel__num .num img {
    height: auto;
  }
  .p-corporations_tel__num .icon img {
    height: auto;
  }
  .p-corporations_tel__txt {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }
  .p-corporations_tel__ttl {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_tel__ttl {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .p-corporations_tel__txt {
    padding: 2rem;
    font-size: 2.5rem;
  }
  .p-corporations_tel__num .icon {
    margin-right: 1rem;
  }
  .p-corporations_tel__tel {
    padding-top: 3.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_tel__tel {
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
    border-radius: 1.5rem;
  }
  .p-corporations_tel__ttl {
    font-size: 2.2rem;
    top: 4rem;
  }
  .p-corporations_tel__ttl span {
    padding: 1.5rem 3rem;
    border-radius: 1.5rem;
  }
  .p-corporations_tel__txt {
    font-size: 2rem;
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}

.p-corporations_recommend .c-inner {
  position: relative;
}
.p-corporations_recommend__target {
  max-width: 747px;
  margin: 0 auto 5rem;
  border: 3px solid #e60012;
  border-radius: 2rem;
  padding: 3rem 3rem 2rem;
  position: relative;
}
.p-corporations_recommend__target .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
}
.p-corporations_recommend__target .ttl .inner {
  display: inline-block;
  background: #fff;
  padding: 0 2rem;
}
.p-corporations_recommend__target .ttl .blue {
  color: #0041A8;
}
.p-corporations_recommend__target .txt {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-corporations_recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-corporations_recommend__item {
  width: calc((100% - 6rem) / 2);
  border-radius: 2rem;
  background: #E0F2FB;
  display: flex;
  align-items: center;
  padding: 1rem 2.5rem;
  font-size: 2.7rem;
  line-height: 1.55;
  font-weight: 700;
}
.p-corporations_recommend__item .icon {
  margin-right: 2.4rem;
}
.p-corporations_recommend__item .txt {
  width: calc(100% - 7.7rem);
}
.p-corporations_recommend__item:nth-child(n+3) {
  margin-top: 4rem;
}
.p-corporations_recommend__img {
  position: absolute;
  top: -9.4rem;
  right: 0;
}
@media (max-width: 1399.9px) {
  .p-corporations_recommend__item {
    font-size: 2.4rem;
  }
  .p-corporations_recommend__img img {
    height: 32vw;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_recommend__img {
    top: 0;
  }
  .p-corporations_recommend__list {
    display: block;
  }
  .p-corporations_recommend__item {
    width: 100%;
  }
  .p-corporations_recommend__item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_recommend__item {
    font-size: 2.2rem;
  }
  .p-corporations_recommend__item .icon {
    margin-right: 0.5em;
  }
  .p-corporations_recommend__item .icon img {
    height: 1.5em;
  }
  .p-corporations_recommend__item .txt {
    width: calc(100% - 2em);
  }
  .p-corporations_recommend__item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_recommend__item {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
  .p-corporations_recommend__target {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .p-corporations_recommend__target .ttl {
    font-size: 2.2rem;
  }
  .p-corporations_recommend__target .txt {
    font-size: 1.8rem;
  }
}

.p-corporations_reason {
  background: #008FDB;
}
.p-corporations_reason .c-inner {
  position: relative;
}
.p-corporations_reason .p-corporations__ttl {
  margin-bottom: 5.5rem;
}
.p-corporations_reason__badge {
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 6rem;
  color: #fff;
  font-weight: 700;
}
.p-corporations_reason__badge span {
  border: 4px solid #fff;
  padding: 1.6rem 5rem;
  display: inline-block;
}
.p-corporations_reason__item {
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  padding: 4.5rem 2rem 3rem 2rem;
}
.p-corporations_reason__item:not(:first-child) {
  margin-top: 5.5rem;
}
.p-corporations_reason__item dt {
  font-size: 5rem;
  line-height: 1;
  color: #0041A8;
  font-weight: 900;
  margin-bottom: 2rem;
}
.p-corporations_reason__item dd {
  font-size: 2.9rem;
  line-height: 1.3;
  font-weight: 500;
}
.p-corporations_reason__img {
  position: absolute;
  top: -12rem;
  right: 0;
}
@media (max-width: 1399.9px) {
  .p-corporations_reason__img img {
    height: 35vw;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_reason__badge {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .p-corporations_reason__badge span {
    padding: 1.5rem 3rem;
  }
  .p-corporations_reason__img {
    top: 5rem;
  }
  .p-corporations_reason__img img {
    height: 31vw;
  }
  .p-corporations_reason__item dt {
    font-size: 3.5rem;
  }
  .p-corporations_reason__item dd {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_reason__badge {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .p-corporations_reason__item {
    padding-top: 3rem;
  }
  .p-corporations_reason__item dt {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .p-corporations_reason__item dd {
    font-size: 2.2rem;
    text-align: left;
  }
  .p-corporations_reason__item:not(:first-child) {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_reason__badge {
    font-size: 2rem;
  }
  .p-corporations_reason__item dt {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .p-corporations_reason__item dd {
    font-size: 1.6rem;
  }
  .p-corporations_reason__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-corporations_flow__item {
  display: flex;
  align-items: center;
}
.p-corporations_flow__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-corporations_flow__item:nth-child(even) .p-corporations_flow__cnt {
  padding-right: 0;
  padding-left: 5rem;
}
.p-corporations_flow__item:not(:last-child) {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 10rem;
}
.p-corporations_flow__item:not(:last-child):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 63px 0 63px;
  border-color: #018FDB transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-corporations_flow__cnt {
  width: 50%;
  padding-right: 5rem;
}
.p-corporations_flow__cnt .step {
  text-align: center;
  margin-bottom: 3rem;
}
.p-corporations_flow__cnt .step span {
  display: inline-block;
  background: #0041A8;
  color: #FFF100;
  line-height: 1;
  font-size: 4.3rem;
  font-weight: 700;
  padding: 1.2rem 2.5rem;
  letter-spacing: 0.06em;
  border-radius: 1.2rem;
}
.p-corporations_flow__cnt .ttl {
  font-size: 6.3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 3.5rem;
  text-align: center;
}
.p-corporations_flow__cnt .txt {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-corporations_flow__img {
  width: 50%;
  text-align: center;
}
@media (max-width: 1399.9px) {
  .p-corporations_flow__cnt .ttl {
    font-size: 5rem;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_flow__item {
    display: block;
  }
  .p-corporations_flow__item:nth-child(even) .p-corporations_flow__cnt {
    padding-left: 0;
  }
  .p-corporations_flow__cnt {
    width: 100%;
    padding-right: 0;
  }
  .p-corporations_flow__cnt .step {
    margin-bottom: 2rem;
  }
  .p-corporations_flow__cnt .step span {
    font-size: 2.5rem;
  }
  .p-corporations_flow__cnt .ttl {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .p-corporations_flow__cnt .txt {
    font-size: 2.5rem;
  }
  .p-corporations_flow__img {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_flow__item:not(:last-child) {
    padding-bottom: 6rem;
    margin-bottom: 4rem;
  }
  .p-corporations_flow__item:not(:last-child):before {
    border-width: 30px 40px 0 40px;
  }
  .p-corporations_flow__cnt .ttl {
    font-size: 3.5rem;
    font-weight: 700;
  }
  .p-corporations_flow__cnt .txt {
    font-size: 2.2rem;
  }
  .p-corporations_flow__cnt .step span {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_flow__cnt .ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .p-corporations_flow__cnt .txt {
    font-size: 1.6rem;
  }
  .p-corporations_flow__cnt .step span {
    font-size: 2rem;
  }
}

.p-corporations_area {
  background: #F0F8FD;
}
.p-corporations_area__wrap {
  display: flex;
  align-items: center;
}
.p-corporations_area__img {
  width: 38.46%;
}
.p-corporations_area__list {
  width: 61.54%;
  padding-left: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-corporations_area__list li {
  width: calc((100% - 3rem) / 2);
  border-radius: 1.5rem;
  background: #0041A8;
  position: relative;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  padding: 2.2rem 0;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
}
.p-corporations_area__list li.light {
  background: #008FDB;
}
.p-corporations_area__list li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.5px 0 20.5px 17px;
  border-color: transparent transparent transparent #FFF100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.p-corporations_area__list li:nth-child(n+3) {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .p-corporations_area__list li:hover {
    background: #008FDB;
  }
}
.p-corporations_area__modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.p-corporations_area__modal.show {
  opacity: 1;
  visibility: visible;
}
.p-corporations_area__modalItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-corporations_area__modalItem .itemInner {
  background: #fff;
  z-index: 100;
  max-width: 800px;
  width: 85%;
  padding: 3rem;
  font-size: 2.2rem;
}
.p-corporations_area__modalItem .itemInner dt {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
.p-corporations_area__modalBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.p-corporations_area__modalClose {
  font-size: 2.2rem;
  line-height: 1;
  margin: 2rem auto 0;
  max-width: 200px;
  color: #fff;
  font-weight: 500;
  padding: 1.5rem;
  position: relative;
  background: #008FDB;
  cursor: pointer;
  text-align: center;
  border: 1px solid #2D81B0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-corporations_area__modalClose:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-corporations_area__wrap {
    display: block;
  }
  .p-corporations_area__img {
    width: 100%;
    text-align: center;
  }
  .p-corporations_area__list {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
  .p-corporations_area__list li {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-corporations_area__list li {
    font-size: 2.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_area__list li {
    font-size: 2rem;
    padding: 1.5rem 0;
    width: calc((100% - 1.5rem) / 2);
  }
  .p-corporations_area__list li:before {
    border-width: 8.5px 0 8.5px 8px;
  }
  .p-corporations_area__list li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
  .p-corporations_area__modalItem .itemInner {
    font-size: 1.6rem;
  }
  .p-corporations_area__modalItem .itemInner dt {
    font-size: 1.8rem;
  }
  .p-corporations_area__modalClose {
    font-size: 1.6rem;
    padding: 1rem;
    max-width: 80%;
  }
}

.p-corporations_voice {
  background: #008FDB;
}
.p-corporations_voice__wrap {
  display: flex;
}
.p-corporations_voice__item {
  width: calc((100% - 8rem) / 3);
  background: #fff;
  padding: 5rem 3.5rem 2rem 3.5rem;
}
.p-corporations_voice__item:not(:first-child) {
  margin-left: 4rem;
}
.p-corporations_voice__img {
  margin-bottom: 2rem;
}
.p-corporations_voice__desc {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
}
.p-corporations_voice__link {
  margin-top: 3rem;
  text-align: right;
}
.p-corporations_voice__link a {
  font-size: 2.2rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 1rem 5rem 1rem 2.5rem;
  position: relative;
  background: #008FDB;
}
.p-corporations_voice__link a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.p-corporations_voice__btn {
  margin-top: 11.5rem;
}
@media (max-width: 991.9px) {
  .p-corporations_voice__wrap {
    display: block;
  }
  .p-corporations_voice__item {
    width: 100%;
  }
  .p-corporations_voice__item:not(:first-child) {
    margin-left: 0;
    margin-top: 3rem;
  }
  .p-corporations_voice__img img {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_voice__item {
    padding: 3rem 2rem;
  }
  .p-corporations_voice__desc {
    font-size: 1.6rem;
  }
  .p-corporations_voice__link {
    margin-top: 1rem;
  }
  .p-corporations_voice__link a {
    font-size: 1.6rem;
    padding-right: 4rem;
  }
  .p-corporations_voice__link a:before {
    border-width: 6px 0 6px 8px;
  }
  .p-corporations_voice__btn {
    margin-top: 5rem;
  }
}

.p-corporations_faq__wrap {
  font-family: "Noto Sans JP", sans-serif;
}
.p-corporations_faq__item:not(:first-child) {
  margin-top: 4rem;
}
.p-corporations_faq__q {
  background: #008FDB;
  color: #fff;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  padding: 2.2rem 3rem;
  border-radius: 2rem;
}
.p-corporations_faq__q .icon {
  width: 6.7rem;
  height: 6.7rem;
  border-radius: 50%;
  background: #fff;
  color: #008FDB;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 6.7rem;
  text-align: center;
  margin-right: 3rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "BIZ UDPGothic", Meiryo, sans-serif;
}
.p-corporations_faq__q .txt {
  width: calc(100% - 9.7rem);
}
.p-corporations_faq__a {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.66;
  margin-top: 2rem;
  padding: 0 4rem;
}
.p-corporations_faq__btn {
  margin-top: 6.5rem;
}
@media (max-width: 767.9px) {
  .p-corporations_faq__q {
    padding: 2rem;
    font-size: 2.2rem;
  }
  .p-corporations_faq__q .icon {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2.5rem;
    margin-right: 1rem;
  }
  .p-corporations_faq__q .txt {
    width: calc(100% - 5rem);
  }
  .p-corporations_faq__a {
    font-size: 2rem;
    padding: 0 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-corporations_faq__item:not(:first-child) {
    margin-top: 3rem;
  }
  .p-corporations_faq__q {
    font-size: 1.8rem;
  }
  .p-corporations_faq__q .icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 2rem;
  }
  .p-corporations_faq__a {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .p-corporations_faq__btn {
    margin-top: 5rem;
  }
}

.p-corporations_foot {
  padding-top: 8rem;
  background: #D9EEFA;
}
.p-corporations_foot .p-corporations_contact {
  padding-bottom: 6rem;
}

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

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
  padding-top: 16.5rem;
  padding-bottom: 16.5rem;
  position: relative;
}
.p-kv_under:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}
.p-kv_under.-gradation {
  background: rgb(154, 211, 242);
  background: linear-gradient(318deg, rgb(154, 211, 242) 0%, rgb(45, 129, 176) 100%);
}
.p-kv_under.-service {
  background: url(../img/service/img_kv.png) no-repeat center/cover;
}
.p-kv_under.-company {
  background: url(../img/company/img_kv.png) no-repeat center/cover;
}
.p-kv_under.-recruit {
  background: url(../img/recruit/img_kv.jpg) no-repeat center/cover;
}
.p-kv_under.-contact {
  background: url(../img/contact/img_kv.jpg) no-repeat center/cover;
}
.p-kv_under.-concept {
  background: url(../img/concept/img_kv.jpg) no-repeat center/cover;
}
.p-kv_under.-attempt {
  background: url(../img/attempt/img_kv.jpg) no-repeat center/cover;
}
.p-kv_under__ttl {
  color: #ffffff;
  line-height: 1;
}
.p-kv_under__ttl .en {
  font-size: 3.6rem;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}
.p-kv_under__ttl .jp {
  font-weight: 700;
  margin-top: 1.8rem;
}
@media (max-width: 991.9px) {
  .p-kv_under {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .p-kv_under__ttl .en {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/*--------------------------------------------
  card
--------------------------------------------*/
/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: solid 1px #e3e3e3;
}
.c-card_news__item:first-child .c-card_news__link {
  padding-top: 0;
}
.c-card_news__link {
  display: flex;
  padding: 1.5em 0;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__date {
  margin-right: 2rem;
  min-width: 6em;
}
@media (max-width: 575.9px) {
  .c-card_news__link {
    display: block;
    padding: 1em 0;
  }
  .c-card_news__date {
    margin-right: 0;
    min-width: 100%;
  }
}

/*--------------------------------------------
  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 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

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

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

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

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

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

.u-w100p {
  width: 100%;
}

.u-h100p {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-of_hidden {
  overflow: hidden;
}

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

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

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

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

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

.u-main {
  color: #2D81B0;
}

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

.u-point {
  color: #E88B12;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #111111;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #c11;
}

.u-pink {
  color: #ff33bb;
}

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

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

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

.u-sky {
  color: #f0fcff;
}

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

.u-yellow {
  color: #ffff00;
}

.u-orange {
  color: #ff8000;
}

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

.u-bg_main {
  background-color: #2D81B0;
}

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

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

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

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

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

.u-bg_lorange {
  background-color: #ffd6ad;
}/*# sourceMappingURL=style.css.map */