@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.cl_white {
  color: #ffffff !important;
}

.bgcl_white {
  background-color: #ffffff !important;
}

.cl_black {
  color: #000000 !important;
}

.bgcl_black {
  background-color: #000000 !important;
}

.cl_dark {
  color: #333333 !important;
}

.bgcl_dark {
  background-color: #333333 !important;
}

.cl_gray {
  color: #dee0e5 !important;
}

.bgcl_gray {
  background-color: #dee0e5 !important;
}

.cl_gray_l {
  color: #eeeeee !important;
}

.bgcl_gray_l {
  background-color: #eeeeee !important;
}

.cl_gray_d {
  color: #616161 !important;
}

.bgcl_gray_d {
  background-color: #616161 !important;
}

.cl_red {
  color: #a20000 !important;
}

.bgcl_red {
  background-color: #a20000 !important;
}

.cl_kun_ebrown {
  color: #9b393d !important;
}

.bgcl_kun_ebrown {
  background-color: #9b393d !important;
}

.cl_kun_brown {
  color: #773c30 !important;
}

.bgcl_kun_brown {
  background-color: #773c30 !important;
}

.cl_kun_gold {
  color: #9a8061 !important;
}

.bgcl_kun_gold {
  background-color: #9a8061 !important;
}

.cl_kun_hp_red {
  color: #b01f28 !important;
}

.bgcl_kun_hp_red {
  background-color: #b01f28 !important;
}

.cl_kun_hp_gold {
  color: #916600 !important;
}

.bgcl_kun_hp_gold {
  background-color: #916600 !important;
}

.cl_kun_hp_beige {
  color: #dbc9aa !important;
}

.bgcl_kun_hp_beige {
  background-color: #dbc9aa !important;
}

.cl_kun_hp_beige_l {
  color: #f7f2e9 !important;
}

.bgcl_kun_hp_beige_l {
  background-color: #f7f2e9 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #ffffff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 60%;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 55%;
  }
}

@font-face {
  font-family: D-DIN-PRO-R;
  font-display: swap;
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-400-Regular.otf") format("opentype");
}
.ff_ddin {
  font-family: "D-DIN-PRO-R", sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: D-DIN-PRO-M;
  font-display: swap;
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-500-Medium.otf") format("opentype");
}
.ff_ddin_m {
  font-family: "D-DIN-PRO-M", sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: D-DIN-PRO-SB;
  font-display: swap;
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-600-SemiBold.otf") format("opentype");
}
.ff_ddin_b {
  font-family: "D-DIN-PRO-SB", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", "Yu Gothic", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff_zkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff_zkaku_m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff_zkaku_b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff_po {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 1.6rem !important;
  line-height: 1.8em;
  color: #000000;
  transition: 0.3s;
  text-underline-position: under;
  background-position: center top;
  line-break: strict;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #9b393d;
  transition: 0.3s;
}

.fw_t {
  font-weight: lighter;
}

.fw_m {
  font-weight: normal;
}

.fw_b {
  font-weight: bold;
}

.head_lll {
  font-size: 4.8rem;
}

.fs8 {
  font-size: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .fs8 {
    font-size: 0.76rem;
  }
}

.lh8 {
  line-height: 0.8em;
}
@media screen and (max-width: 767.98px) {
  .lh8 {
    line-height: 0.76em;
  }
}

.fs10 {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .fs10 {
    font-size: 0.95rem;
  }
}

.lh10 {
  line-height: 1em;
}
@media screen and (max-width: 767.98px) {
  .lh10 {
    line-height: 0.95em;
  }
}

.fs12, figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs12, figcaption {
    font-size: 1.14rem;
  }
}

.lh12 {
  line-height: 1.2em;
}
@media screen and (max-width: 767.98px) {
  .lh12 {
    line-height: 1.14em;
  }
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .fs14 {
    font-size: 1.33rem;
  }
}

.lh14, .head_ll,
.head_l,
.head_m,
.head_s,
.head_ss {
  line-height: 1.4em;
}
@media screen and (max-width: 767.98px) {
  .lh14, .head_ll,
  .head_l,
  .head_m,
  .head_s,
  .head_ss {
    line-height: 1.33em;
  }
}

.fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .fs16 {
    font-size: 1.52rem;
  }
}

.lh16, #kunion__history #history__main dl.topic_one dd.nest p.caption, figcaption {
  line-height: 1.6em;
}
@media screen and (max-width: 767.98px) {
  .lh16, #kunion__history #history__main dl.topic_one dd.nest p.caption, figcaption {
    line-height: 1.52em;
  }
}

.fs18, .btn_basic, .head_ss {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .fs18, .btn_basic, .head_ss {
    font-size: 1.71rem;
  }
}

.lh18 {
  line-height: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .lh18 {
    line-height: 1.71em;
  }
}

.fs20, .head_s {
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .fs20, .head_s {
    font-size: 1.9rem;
  }
}

.lh20, .kun_titleset h1,
.kun_titleset h2 {
  line-height: 2em;
}
@media screen and (max-width: 767.98px) {
  .lh20, .kun_titleset h1,
  .kun_titleset h2 {
    line-height: 1.9em;
  }
}

.fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs22 {
    font-size: 2.09rem;
  }
}

.lh22 {
  line-height: 2.2em;
}
@media screen and (max-width: 767.98px) {
  .lh22 {
    line-height: 2.09em;
  }
}

.fs24, .head_m {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .fs24, .head_m {
    font-size: 2.28rem;
  }
}

.lh24 {
  line-height: 2.4em;
}
@media screen and (max-width: 767.98px) {
  .lh24 {
    line-height: 2.28em;
  }
}

.fs26, #history__menu ul li a h4 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .fs26, #history__menu ul li a h4 {
    font-size: 2.47rem;
  }
}

.lh26 {
  line-height: 2.6em;
}
@media screen and (max-width: 767.98px) {
  .lh26 {
    line-height: 2.47em;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .fs28 {
    font-size: 2.66rem;
  }
}

.lh28 {
  line-height: 2.8em;
}
@media screen and (max-width: 767.98px) {
  .lh28 {
    line-height: 2.66em;
  }
}

.fs30, .head_l {
  font-size: 3rem;
}
@media screen and (max-width: 767.98px) {
  .fs30, .head_l {
    font-size: 2.85rem;
  }
}

.lh30 {
  line-height: 3em;
}
@media screen and (max-width: 767.98px) {
  .lh30 {
    line-height: 2.85em;
  }
}

.fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs32 {
    font-size: 3.04rem;
  }
}

.lh32 {
  line-height: 3.2em;
}
@media screen and (max-width: 767.98px) {
  .lh32 {
    line-height: 3.04em;
  }
}

.fs34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .fs34 {
    font-size: 3.23rem;
  }
}

.lh34 {
  line-height: 3.4em;
}
@media screen and (max-width: 767.98px) {
  .lh34 {
    line-height: 3.23em;
  }
}

.fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .fs36 {
    font-size: 3.42rem;
  }
}

.lh36 {
  line-height: 3.6em;
}
@media screen and (max-width: 767.98px) {
  .lh36 {
    line-height: 3.42em;
  }
}

.fs40, .head_ll {
  font-size: 4rem;
}
@media screen and (max-width: 767.98px) {
  .fs40, .head_ll {
    font-size: 3.8rem;
  }
}

.fs50 {
  font-size: 5rem;
}
@media screen and (max-width: 767.98px) {
  .fs50 {
    font-size: 4.75rem;
  }
}

.fs60 {
  font-size: 6rem;
}
@media screen and (max-width: 767.98px) {
  .fs60 {
    font-size: 5.7rem;
  }
}

.fs70 {
  font-size: 7rem;
}
@media screen and (max-width: 767.98px) {
  .fs70 {
    font-size: 6.65rem;
  }
}

.fs80 {
  font-size: 8rem;
}
@media screen and (max-width: 767.98px) {
  .fs80 {
    font-size: 7.6rem;
  }
}

.fs90 {
  font-size: 9rem;
}
@media screen and (max-width: 767.98px) {
  .fs90 {
    font-size: 8.55rem;
  }
}

.fs100 {
  font-size: 10rem;
}
@media screen and (max-width: 767.98px) {
  .fs100 {
    font-size: 9.5rem;
  }
}

.font_smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figcaption {
  padding-top: 1rem;
}

.rounded10 {
  border-radius: 1rem;
}

.rounded20 {
  border-radius: 2rem;
}

.rounded30, #kunion__history #history__main dl.topic_one dt.button div.inner, #kunion__history #history__pagenav .btn_basic2 {
  border-radius: 3rem;
}

.rounded50 {
  border-radius: 5rem;
}

.rounded_max {
  border-radius: 100vmax;
}

.scroll {
  overflow: scroll;
}

.scroll_x {
  overflow-x: scroll;
}

.scroll_y {
  overflow-y: scroll;
}

#top_control {
  z-index: 10 !important;
}

.text_justify, #kunion__history #history__main dl.topic_one dd.nest .text_area p, #kunion__interview__detail p {
  text-align: justify;
}

.text_indent, #kunion__history #history__main dl.topic_one dd.nest .text_area p, #kunion__interview__detail p {
  text-indent: 1em;
}

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

.letter20 {
  letter-spacing: 2em;
}

.letter10 {
  letter-spacing: 1em;
}

.letter5 {
  letter-spacing: 0.5em;
}

.letter3 {
  letter-spacing: 0.3em;
}

.letter2 {
  letter-spacing: 0.2em;
}

.letter1 {
  letter-spacing: 0.1em;
}

.multiply {
  mix-blend-mode: multiply;
}

.opacity_0 {
  opacity: 0;
}

.opacity_1 {
  opacity: 1;
}

.grid_5_1 {
  grid-template-columns: 5fr 1fr;
}

.grid_1_5 {
  grid-template-columns: 1fr 5fr;
}

.square {
  width: 100%;
  padding-top: 100%;
}

.text_shadow_10 {
  text-shadow: 1px 1px 10px #000;
}

.text_shadow_5 {
  text-shadow: 1px 1px 5px #000;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 576px) {
  .br_maxsm {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .br_maxsm {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .br_minsm {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .br_minsm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br_maxmd {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .br_maxmd {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .br_minmd {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .br_minmd {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .br_maxlg {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .br_maxlg {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .br_minlg {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .br_minlg {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .br_maxxl {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .br_maxxl {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .br_minxl {
    display: block;
  }
}
@media screen and (max-width: 1199.98px) {
  .br_minxl {
    display: none;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .text_md_center {
    text-align: center;
  }
}
.p_50 {
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p_50 {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_50 {
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.px_50 {
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .px_50 {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_50 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.py_50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .py_50 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_50 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.pt_50 {
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .pt_50 {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_50 {
    padding-top: 3rem;
  }
}

.pb_50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .pb_50 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_50 {
    padding-bottom: 3rem;
  }
}

.mb_50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .mb_50 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_50 {
    margin-bottom: 3rem;
  }
}

.p_60 {
  padding-right: 6rem;
  padding-left: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p_60 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_60 {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

.px_60 {
  padding-right: 6rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767.98px) {
  .px_60 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_60 {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
}

.py_60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .py_60 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_60 {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

.pt_60 {
  padding-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .pt_60 {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_60 {
    padding-top: 3.6rem;
  }
}

.pb_60 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .pb_60 {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_60 {
    padding-bottom: 3.6rem;
  }
}

.mb_60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .mb_60 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_60 {
    margin-bottom: 3.6rem;
  }
}

.p_70 {
  padding-right: 7rem;
  padding-left: 7rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p_70 {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_70 {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

.px_70 {
  padding-right: 7rem;
  padding-left: 7rem;
}
@media screen and (max-width: 767.98px) {
  .px_70 {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_70 {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
}

.py_70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .py_70 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_70 {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

.pt_70 {
  padding-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .pt_70 {
    padding-top: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_70 {
    padding-top: 4.2rem;
  }
}

.pb_70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .pb_70 {
    padding-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_70 {
    padding-bottom: 4.2rem;
  }
}

.mb_70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .mb_70 {
    margin-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_70 {
    margin-bottom: 4.2rem;
  }
}

.p_80 {
  padding-right: 8rem;
  padding-left: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p_80 {
    padding-right: 6rem;
    padding-left: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_80 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

.px_80 {
  padding-right: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767.98px) {
  .px_80 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_80 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}

.py_80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .py_80 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_80 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

.pt_80 {
  padding-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .pt_80 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_80 {
    padding-top: 4.8rem;
  }
}

.pb_80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .pb_80 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_80 {
    padding-bottom: 4.8rem;
  }
}

.mb_80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .mb_80 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_80 {
    margin-bottom: 4.8rem;
  }
}

.p_90 {
  padding-right: 9rem;
  padding-left: 9rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .p_90 {
    padding-right: 6.75rem;
    padding-left: 6.75rem;
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_90 {
    padding-right: 5.4rem;
    padding-left: 5.4rem;
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }
}

.px_90 {
  padding-right: 9rem;
  padding-left: 9rem;
}
@media screen and (max-width: 767.98px) {
  .px_90 {
    padding-right: 6.75rem;
    padding-left: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_90 {
    padding-right: 5.4rem;
    padding-left: 5.4rem;
  }
}

.py_90 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .py_90 {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_90 {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }
}

.pt_90 {
  padding-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .pt_90 {
    padding-top: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_90 {
    padding-top: 5.4rem;
  }
}

.pb_90 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .pb_90 {
    padding-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_90 {
    padding-bottom: 5.4rem;
  }
}

.mb_90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .mb_90 {
    margin-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_90 {
    margin-bottom: 5.4rem;
  }
}

.p_100 {
  padding-right: 10rem;
  padding-left: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p_100 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_100 {
    padding-right: 6rem;
    padding-left: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.px_100 {
  padding-right: 10rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767.98px) {
  .px_100 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_100 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.py_100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .py_100 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_100 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.pt_100 {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .pt_100 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_100 {
    padding-top: 6rem;
  }
}

.pb_100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .pb_100 {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_100 {
    padding-bottom: 6rem;
  }
}

.mb_100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .mb_100 {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_100 {
    margin-bottom: 6rem;
  }
}

.p_120 {
  padding-right: 12rem;
  padding-left: 12rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p_120 {
    padding-right: 9rem;
    padding-left: 9rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_120 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.px_120 {
  padding-right: 12rem;
  padding-left: 12rem;
}
@media screen and (max-width: 767.98px) {
  .px_120 {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_120 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }
}

.py_120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .py_120 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_120 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.pt_120 {
  padding-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .pt_120 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_120 {
    padding-top: 7.2rem;
  }
}

.pb_120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .pb_120 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_120 {
    padding-bottom: 7.2rem;
  }
}

.mb_120 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .mb_120 {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_120 {
    margin-bottom: 7.2rem;
  }
}

.p_140 {
  padding-right: 14rem;
  padding-left: 14rem;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p_140 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_140 {
    padding-right: 8.4rem;
    padding-left: 8.4rem;
    padding-top: 8.4rem;
    padding-bottom: 8.4rem;
  }
}

.px_140 {
  padding-right: 14rem;
  padding-left: 14rem;
}
@media screen and (max-width: 767.98px) {
  .px_140 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_140 {
    padding-right: 8.4rem;
    padding-left: 8.4rem;
  }
}

.py_140 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .py_140 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_140 {
    padding-top: 8.4rem;
    padding-bottom: 8.4rem;
  }
}

.pt_140 {
  padding-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .pt_140 {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_140 {
    padding-top: 8.4rem;
  }
}

.pb_140 {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .pb_140 {
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_140 {
    padding-bottom: 8.4rem;
  }
}

.mb_140 {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .mb_140 {
    margin-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_140 {
    margin-bottom: 8.4rem;
  }
}

.p_150 {
  padding-right: 15rem;
  padding-left: 15rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .p_150 {
    padding-right: 11.25rem;
    padding-left: 11.25rem;
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_150 {
    padding-right: 9rem;
    padding-left: 9rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.px_150 {
  padding-right: 15rem;
  padding-left: 15rem;
}
@media screen and (max-width: 767.98px) {
  .px_150 {
    padding-right: 11.25rem;
    padding-left: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_150 {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}

.py_150 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .py_150 {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_150 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.pt_150 {
  padding-top: 15rem;
}
@media screen and (max-width: 767.98px) {
  .pt_150 {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_150 {
    padding-top: 9rem;
  }
}

.pb_150 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .pb_150 {
    padding-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_150 {
    padding-bottom: 9rem;
  }
}

.mb_150 {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .mb_150 {
    margin-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_150 {
    margin-bottom: 9rem;
  }
}

.p_160 {
  padding-right: 16rem;
  padding-left: 16rem;
  padding-top: 16rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p_160 {
    padding-right: 12rem;
    padding-left: 12rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p_160 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}

.px_160 {
  padding-right: 16rem;
  padding-left: 16rem;
}
@media screen and (max-width: 767.98px) {
  .px_160 {
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_160 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }
}

.py_160 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .py_160 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_160 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}

.pt_160 {
  padding-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .pt_160 {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_160 {
    padding-top: 9.6rem;
  }
}

.pb_160 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .pb_160 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_160 {
    padding-bottom: 9.6rem;
  }
}

.mb_160 {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .mb_160 {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_160 {
    margin-bottom: 9.6rem;
  }
}

.anchor_wrap {
  scroll-margin-top: 50rem;
}
@media screen and (max-width: 991.98px) {
  .anchor_wrap {
    padding-top: 82px;
    margin-top: -82px;
  }
}
@media screen and (max-width: 575.98px) {
  .anchor_wrap {
    padding-top: 62px;
    margin-top: -62px;
  }
}

.btn_basic {
  display: block;
  text-align: center;
  padding: 1.6rem;
  transition: 0.5s all;
  position: relative;
  border-radius: 100vmax;
  border: 1px solid #9b393d;
  color: #9b393d;
  background: #ffffff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 28rem;
}
@media screen and (min-width: 1200px) {
  .btn_basic {
    width: 90%;
  }
}

@media screen and (min-width: 992px) {
  .btn_basic::before {
    content: "";
    width: 3.9rem;
    height: 1px;
    background: #9b393d;
    position: absolute;
    left: 2.2rem;
    top: 50%;
    transition: 0.5s all;
  }
  .btn_basic::after {
    content: "";
    width: 1rem;
    height: 1px;
    transform: rotate(45deg);
    background: #9b393d;
    transform-origin: center;
    position: absolute;
    left: 5.2rem;
    top: 44%;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.5s all;
  }
}
.btn_basic:hover {
  background: #9b393d;
  color: #ffffff;
}
.btn_basic:hover::before {
  left: 3.2rem;
  background: #ffffff;
}
.btn_basic:hover::after {
  left: 6.2rem;
  background: #ffffff;
}

.btn_basic2 {
  display: block;
  text-align: center;
  padding: 1.8rem;
  transition: 0.5s all;
  position: relative;
  border-radius: 100vmax;
  color: #ffffff;
  background: #9b393d;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 34rem;
}
@media screen and (max-width: 767.98px) {
  .btn_basic2 {
    width: 90%;
  }
}

.btn_basic2::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100vmax;
  background: #ffffff;
  position: absolute;
  right: 2rem;
}

.btn_basic2::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #9b393d;
  border-right: 2px solid #9b393d;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  right: 3.4rem;
  top: 48%;
  transform: rotate(45deg) translateY(-80%);
}

.btn_basic2:hover {
  background: #b01f28;
  color: #ffffff;
}

.btn_basic_ico {
  display: block;
  text-align: center;
  padding: 1.8rem;
  transition: 0.5s all;
  position: relative;
  border-radius: 100vmax;
  color: #ffffff;
  background: #9b393d;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 34rem;
}
@media screen and (max-width: 767.98px) {
  .btn_basic_ico {
    width: 90%;
  }
}

.btn_basic_ico:hover {
  background: #b01f28;
  color: #ffffff;
}

.headline_filled {
  background-color: #9b393d;
  color: #9b393d;
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.headline_filled span {
  font-size: 85%;
}

.headline_horizonline_both {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}
.headline_horizonline_both::before {
  margin-right: 3rem;
}
@media screen and (max-width: 767.98px) {
  .headline_horizonline_both::before {
    margin-right: 1rem;
  }
}
.headline_horizonline_both::after {
  margin-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .headline_horizonline_both::after {
    margin-left: 1rem;
  }
}
.headline_horizonline_both::before, .headline_horizonline_both::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 2px;
  background: #9b393d;
}
@media screen and (max-width: 767.98px) {
  .headline_horizonline_both::before, .headline_horizonline_both::after {
    width: 3rem;
  }
}

.headline_verticalline_left {
  display: flex;
  align-items: center;
  color: #9b393d;
  position: relative;
}
.headline_verticalline_left::before {
  margin-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .headline_verticalline_left::before {
    margin-right: 1rem;
  }
}
.headline_verticalline_left::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 3rem;
  background: #9b393d;
}

.headline_horizonline_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #9b393d;
  text-align: center;
  position: relative;
}
.headline_horizonline_bottom::after {
  content: "";
  display: block;
  height: 4px;
  width: 4.5rem;
  background: #9b393d;
  margin-top: 1rem;
}

.headline_horizondotline_bottom {
  border-bottom: 5px dotted #9b393d;
  display: inline-block;
  padding-bottom: 1.6rem;
}

.headline_slash_icon::before {
  content: "／";
  display: inline-block;
  height: 100%;
  margin-right: 1rem;
}

.p_absolute_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p_absolute_center_x {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p_absolute_center_y {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flex_center, #kunion__history #history__main dl.topic_one dt.button div.inner i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.small_chip {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}
@media screen and (min-width: 992px) {
  .small_chip {
    margin: 0 2rem;
  }
}

img.object_fit_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  width: 100%;
}
@media screen and (min-width: 576px) {
  header {
    padding: 1rem 3rem 0 3rem;
    background: url("../images/common/pattern_corner_right.png") no-repeat top right;
    background-size: contain;
    height: 15rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  header {
    height: 13rem;
  }
}
@media screen and (max-width: 575.98px) {
  header {
    padding: 0 0 0 2rem;
  }
  header #header__nav .menu-trigger {
    background: #9b393d;
  }
}

@media screen and (min-width: 576px) {
  footer {
    background: url("../images/common/pattern_corner_left.png") no-repeat bottom left;
    background-size: contain;
    height: 15rem;
    color: #9b393d;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  footer {
    height: 13rem;
  }
}
@media screen and (max-width: 575.98px) {
  footer {
    background: #9b393d;
    color: #ffffff;
    padding: 3rem;
  }
  footer a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}

@media screen and (max-width: 1199.98px) {
  header#header #header__nav ul#menu__links {
    padding: 6rem;
  }
  header#header #header__nav ul#menu__links li {
    border-bottom: 1px solid #9b393d;
    padding: 1.5rem 0;
  }
  header#header #header__nav ul#menu__links li.social_links {
    border-bottom: none;
  }
  header#header #header__nav ul#menu__links li.social_links li {
    border-bottom: none;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 375.98px) {
  header#header #header__nav ul#menu__links {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  header#header #header__nav ul#menu__links li {
    text-align: center;
    padding-left: 1.5rem;
  }
  header#header #header__nav ul#menu__links li span:first-of-type {
    font-size: 1.4rem;
  }
  header#header #header__nav ul#menu__links li.social_links li a:hover {
    color: #f7f2e9;
  }
}
header#header #cp__logo img {
  width: 22rem;
}
@media screen and (min-width: 1200px) {
  header#header #cp__logo img {
    width: 26rem;
  }
}
@media screen and (min-width: 576px) {
  header#header #anniv__logo span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  header#header #anniv__logo span {
    font-size: 1.4rem;
  }
}

a.line_stretch {
  display: block;
  position: relative;
}
a.line_stretch:after {
  content: "";
  width: 0;
  height: 1px;
  background: #ffffff;
  transform-origin: left;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

a.line_stretch:hover {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  a.line_stretch:hover:after {
    width: 100%;
  }
}

a.line_stretch.stretch:after {
  width: 100%;
}

#menu__list a.line_stretch:after {
  background: #9b393d;
  transition: all 0.5s;
}

.hover_reverse_nb {
  background: #9b393d;
  color: #ffffff;
}
.hover_reverse_nb:hover {
  background: #9b393d;
  color: #ffffff;
}

.hover_reverse_wn {
  background: #ffffff;
  color: #9b393d;
  border: 1px solid #ffffff;
}
.hover_reverse_wn:hover {
  background: #9b393d;
  color: #ffffff;
}

@media screen and (max-width: 575.98px) {
  .menu-trigger {
    width: 20svw;
    padding: 1.8rem;
  }
}
@media screen and (min-width: 576px) {
  .menu-trigger {
    width: 8rem;
  }
}
.menu-trigger {
  max-width: 10rem;
  cursor: pointer;
  z-index: 100;
  flex-direction: column;
  position: relative;
  margin: 0;
}
.menu-trigger span {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: #ffffff;
  transition: all 0.5s;
}

@media screen and (max-width: 1199.98px) {
  .menu_board {
    z-index: 9;
    position: fixed;
    width: 60%;
    height: 100svh;
    overflow-y: scroll;
    right: 0;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    transform: translateX(85svw);
    padding-top: 100px;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .menu_board {
    width: 80%;
  }
}
@media screen and (max-width: 1199.98px) {
  .menu_board ul#menu__list > li > a {
    font-size: 1.85rem;
    padding: 1.6rem 2rem !important;
  }
  .menu_board ul#menu__list {
    max-height: calc(100svh - 100px);
    overflow-y: scroll;
    display: block !important;
  }
  .menu_board ul#menu__list li {
    text-align: left;
    margin-bottom: 0;
  }
  .menu_board ul#menu__list li a small {
    padding-left: 1rem;
  }
  .menu_board ul#menu__list li#nav__service,
  .menu_board ul#menu__list li#nav__company,
  .menu_board ul#menu__list li#nav__news {
    background: #eeeeee;
    border-top: 1px solid #9b393d;
    border-bottom: 1px solid #9b393d;
  }
  .menu_board ul#menu__list #nav__service__area,
  .menu_board ul#menu__list #nav__company__area {
    opacity: 0;
    height: 0;
    transition: all 0.4s ease;
  }
  .menu_board ul#menu__list #nav__service__area dl,
  .menu_board ul#menu__list #nav__company__area dl {
    display: inline;
  }
  .menu_board ul#menu__list #nav__service__area dt,
  .menu_board ul#menu__list #nav__company__area dt {
    display: none;
  }
  .menu_board ul#menu__list #nav__service__area.open,
  .menu_board ul#menu__list #nav__company__area.open {
    opacity: 1;
    height: auto;
  }
  .menu_board ul#menu__list #nav__service #nav__service__area {
    padding: 0 2rem;
  }
  .menu_board ul#menu__list #nav__service #nav__service__area dl dd a {
    padding: 1.3rem 0;
    border-bottom: 1px solid #dee0e5;
  }
  .menu_board ul#menu__list #nav__service #nav__service__area dl dd:last-child a {
    border-bottom: none;
  }
  .menu_board ul#menu__list #nav__company #nav__company__area {
    padding: 0 2rem;
  }
  .menu_board ul#menu__list #nav__company ul li a {
    padding: 1rem 0;
    border-bottom: 1px solid #dee0e5;
  }
  .menu_board ul#menu__list #nav__company dl dd:last-child ul li:last-child a {
    border-bottom: none;
  }
}
.menu-trigger.active span {
  background: #9b393d;
}
@media screen and (max-width: 575.98px) {
  .menu-trigger.active span {
    background: #ffffff;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-28deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(28deg);
}

@media screen and (max-width: 1199.98px) {
  .menu_board.open {
    opacity: 0.9 !important;
    transform: translateX(0);
  }
}

@media screen and (min-width: 992px) {
  #nav__service__area,
  #nav__company__area {
    border-top: 1px solid #9b393d;
    text-align: left;
    position: absolute;
    left: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    /* ←上を基点に伸びる */
    transition: all 0.4s ease;
    z-index: 20;
    width: 100svw;
    padding: 8rem 0;
  }
  #nav__service__area dl,
  #nav__company__area dl {
    display: grid;
    grid-template-columns: 16rem 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 6rem;
  }
  #nav__service__area dl dt,
  #nav__company__area dl dt {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  #nav__service__area dl dd,
  #nav__company__area dl dd {
    border-top: 1px solid #9b393d;
  }
  #nav__service__area dl a,
  #nav__company__area dl a {
    padding: 3rem 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  #nav__service:hover #nav__service__area {
    opacity: 1;
    max-height: 800px;
    /* 中身の高さに応じて調整 */
    transform: scaleY(1);
  }
}

@media screen and (min-width: 992px) {
  #nav__company:hover #nav__company__area {
    opacity: 1;
    max-height: 800px;
    /* 中身の高さに応じて調整 */
    transform: scaleY(1);
  }
}

#nav__service__area a.ico_arrow,
#nav__company__area a.ico_arrow {
  position: relative;
  display: block;
  transition: all 0.5s;
}
#nav__service__area a.ico_arrow::after,
#nav__company__area a.ico_arrow::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #9b393d;
  border-right: 2px solid #9b393d;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-80%);
  transition: all 0.5s;
}
#nav__service__area a.ico_arrow:hover,
#nav__company__area a.ico_arrow:hover {
  background: #9b393d;
}
#nav__service__area a.ico_arrow:hover::after,
#nav__company__area a.ico_arrow:hover::after {
  right: 1rem;
}

#nav__company__area dl {
  grid-template-columns: 20% repeat(3, 1fr) !important;
}
#nav__company__area dl a {
  padding: 0.5rem;
}

#common__mv {
  background: url("../images/ptn/ptn_abstruct_1-l.png") no-repeat top left, linear-gradient(160deg, #333333 0%, #ffffff 50%, #ffffff 100%);
  background-size: 80%, 100%;
  margin-top: 9rem;
}
#common__mv .row {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  #common__mv {
    margin-top: 7.5rem;
  }
  #common__mv .row {
    padding-top: 5rem;
  }
  #common__mv {
    background-size: contain;
  }
  #common__mv .mv_title .hgroup h1,
  #common__mv .mv_title .hgroup p {
    text-align: center;
  }
}
#common__mv .mv_img .mv_colorbar {
  bottom: 0;
  width: 60%;
  height: calc(6rem * 2);
}
@media screen and (max-width: 767.98px) {
  #common__mv .mv_img .mv_colorbar {
    height: calc(6rem * 1.5);
  }
}
@media screen and (max-width: 575.98px) {
  #common__mv .mv_img .mv_colorbar {
    height: calc(6rem * 1.2);
  }
}
#common__mv .mv_img .mv_colorbar {
  right: 0;
  z-index: 1;
}
#common__mv .breadcrumb {
  height: 6rem;
}
#common__mv .breadcrumb li {
  padding-top: 3rem;
}
#common__mv .box_alignment {
  height: calc(100% - 6rem);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.roundfadeUp {
  animation-name: roundfadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes roundfadeUp {
  from {
    opacity: 0;
    transform: translateY(7rem) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
  }
}
.bubblePop {
  animation-name: bubblePop;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes bubblePop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  85% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.slideFromLeft {
  animation-name: slideFromLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-10rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideFromRight {
  animation-name: slideFromRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(10rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.stretch {
  animation-name: stretchAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes stretchAnime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1);
  }
}
.single_fuwa_up,
.single_fuwa_up_r,
.fuwa_up,
.single_slideFromLeft,
.single_slideFromRight,
.multiple_fuwa_up > *,
.multiple_bubblePop > *,
.multiple_slideFromLeft > *,
.multiple_slideFromRight > * {
  opacity: 0;
}

.top__header__anm {
  animation-name: top__header__anm;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes top__header__anm {
  from {
    top: -9rem;
  }
  to {
    top: 0;
  }
}
#pageTop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 7.8rem;
  height: 7.8rem;
  border: 1px solid #ffffff;
  background: #9b393d;
  border-radius: 100vmax;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 575.98px) {
  #pageTop {
    width: 6.6rem;
    height: 6.6rem;
    right: 2rem;
    bottom: 12rem;
  }
}

#pageTop:hover {
  background: rgba(255, 255, 255, 0.25);
  background: #b01f28;
}

#pageTop .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: translate(-50%, -40%) rotate(45deg);
}

.splide__track {
  overflow: visible !important;
}

html {
  overflow-x: hidden;
  position: relative;
}

body#kunion__top,
body#kunion__history,
body#kunion__interview {
  overflow-x: hidden;
}

#history__menu {
  margin: 0 auto;
}
#history__menu ul {
  display: flex;
  justify-content: space-between;
}
#history__menu ul li a {
  display: block;
  border: 3px solid #9b393d;
  background: #ffffff;
  padding: 4rem 0;
  text-align: center;
  box-shadow: 0 1rem 0 #9b393d;
}
#history__menu ul li a:hover {
  translate: 0 0.6rem;
  box-shadow: 0 0.4rem 0 #9b393d;
}
#history__menu ul li a h3 {
  margin-bottom: 1rem;
}
#history__menu ul li a h3::after {
  content: "";
  width: 6rem;
  height: 2px;
  display: block;
  margin: 0.6rem auto 0 auto;
  background: #9b393d;
  transform: rotate(-5deg);
}
@media screen and (min-width: 992px) {
  #history__menu {
    width: 960px;
  }
  #history__menu ul li a {
    border-radius: 15rem;
  }
}
@media screen and (max-width: 991.98px) {
  #history__menu {
    width: 100%;
  }
  #history__menu ul li a {
    border-radius: 8rem;
  }
}

.concept-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-arrows button {
  color: #9b393d;
  background: none;
  border: 1px solid #9b393d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}

.concept-arrows button:hover {
  background: #9b393d;
  color: #fff;
}

#kunion__top header#header {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  #kunion__top #top__mv .container-lg,
  #kunion__top #top__history .container-lg,
  #kunion__top #top__timeline .container-lg {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__top #top__mv .container-lg,
  #kunion__top #top__history .container-lg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #kunion__top #top__interview .text_area,
  #kunion__top #top__timeline .text_area {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#top__mv {
  position: relative;
}
#top__mv::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
}
@media screen and (min-width: 992px) {
  #top__mv::after {
    bottom: 5%;
    right: 5%;
  }
}
@media screen and (max-width: 991.98px) {
  #top__mv::after {
    bottom: 24%;
    right: 5%;
  }
}
#top__mv::after {
  background: url("../images/common/ill_part_sankaku.png") no-repeat top left;
}
#top__mv #top__mv__inner {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, transparent 62%, transparent 100%);
}
#top__mv .text_area h1 {
  font-size: 6.3rem;
  line-height: 1.4em;
}
#top__mv .text_area h1 span:first-of-type {
  letter-spacing: 0.1em;
  padding: 0 1rem;
  display: block;
  margin-right: 1rem;
}
#top__mv .text_area h1 span:nth-of-type(2) {
  font-size: 5.2rem;
  letter-spacing: 0.1em;
}
#top__mv .text_area h1 span.t100 {
  display: inline;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #top__mv .img_area {
    padding-top: 16rem;
    padding-bottom: 8rem;
  }
  #top__mv .text_area {
    background: #ffffff;
    padding-top: 16rem;
    padding-bottom: 8rem;
    border-top-right-radius: 100vmax;
    border-bottom-right-radius: 100vmax;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 991.98px) {
  #top__mv #top__mv__inner {
    background: #ffffff;
    border-bottom-right-radius: 50svw;
  }
  #top__mv .img_area {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
  #top__mv .text_area {
    padding-top: 0;
    padding-bottom: 6rem;
    border-top-right-radius: 100vmax;
    border-bottom-right-radius: 100vmax;
    z-index: 1;
  }
  #top__mv .text_area h1 {
    font-size: 8svw;
  }
  #top__mv .text_area h1 span:nth-of-type(2) {
    font-size: 6.5svw;
  }
  #top__mv .text_area h1 span.t100 {
    padding-bottom: 1svw;
    margin-bottom: 1svw;
  }
}

#top__history {
  position: relative;
}
@media screen and (min-width: 992px) {
  #top__history {
    background: url("../images/common/ill_kane.png") no-repeat;
    background-position: 105% 0;
  }
  #top__history .text_area {
    background: url("../images/common/pattern_line_elegant_s.png") no-repeat top left, url("../images/common/ill_part_maru.png") no-repeat 100% 10%;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  #top__history {
    background: url("../images/common/ill_kane.png") no-repeat;
    background-position: 110% 0%;
    background-size: 50%;
    padding-top: 20svw;
    margin-top: -20svw;
  }
}

@media screen and (min-width: 992px) {
  #top__interview {
    margin-bottom: 8rem;
    background: url("../images/common/ill_part_sankaku.png") no-repeat;
    background-position: 10% 0;
  }
  #top__interview .container-lg {
    border-top-left-radius: 100vmax;
    border-bottom-left-radius: 100vmax;
    border-top: 3px solid #9b393d;
    border-bottom: 3px solid #9b393d;
    border-left: 3px solid #9b393d;
  }
}
@media screen and (max-width: 991.98px) {
  #top__interview {
    background: #ffffff;
  }
}

@media screen and (min-width: 992px) {
  #top__timeline {
    background: url("../images/common/ill_part_maru.png") no-repeat;
    background-position: 90% 0;
  }
  #top__timeline #top__timeline__inner {
    position: relative;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, transparent 50%, transparent 100%);
  }
  #top__timeline #top__timeline__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 3px;
    background: linear-gradient(to right, #9b393d 0%, #9b393d 80%, transparent 100%);
  }
  #top__timeline #top__timeline__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38%;
    height: 3px;
    background: linear-gradient(to right, #9b393d 0%, #9b393d 80%, transparent 100%);
  }
  #top__timeline .text_area {
    border-top-right-radius: 100vmax;
    border-bottom-right-radius: 100vmax;
    border-top: 3px solid #9b393d;
    border-bottom: 3px solid #9b393d;
    border-right: 3px solid #9b393d;
    padding-right: 6rem;
  }
  #top__timeline .img_area {
    margin-left: -5rem;
  }
  #top__timeline .img_area img {
    transform: rotate(3deg);
    border: 1px solid #9b393d;
    box-shadow: 1.2rem 0.8rem 0 #9b393d;
  }
}
@media screen and (max-width: 991.98px) {
  #top__timeline {
    background: #ffffff;
    padding-bottom: 10rem;
  }
  #top__timeline .img_area {
    text-align: center;
  }
  #top__timeline .img_area img {
    width: 75svw;
    border: 1px solid #9b393d;
    box-shadow: 1.2rem 0.8rem 0 #9b393d;
  }
}

@media screen and (min-width: 1400px) {
  #kunion__history .container-lg {
    max-width: 1140px;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__history #header__title__inner,
  #kunion__history #history__main,
  #kunion__history #history__pagenav,
  #kunion__history #history__nav {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__history #header__title__inner,
  #kunion__history #history__main,
  #kunion__history #history__pagenav,
  #kunion__history #history__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#kunion__history #header__title #header__title__inner {
  max-width: 1600px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#kunion__history #header__title #header__title__inner::before {
  z-index: 5;
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
}
@media screen and (min-width: 992px) {
  #kunion__history #header__title #header__title__inner::before {
    top: -5rem;
    right: 5rem;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__history #header__title #header__title__inner::before {
    bottom: -5rem;
    right: 5rem;
  }
}
#kunion__history #header__title #header__title__inner::before {
  background: url("../images/common/ill_part_maru.png") no-repeat top left;
}
@media screen and (min-width: 576px) {
  #kunion__history #header__title {
    background: url("../images/interview/bg_round_pc.png") no-repeat bottom center;
    background-size: cover;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__history #header__title {
    background: url("../images/interview/bg_round_pc.png") no-repeat bottom center;
    background-size: cover;
    padding: 8svw 0 10svw 0;
  }
}
@media screen and (min-width: 992px) {
  #kunion__history #header__title {
    position: relative;
  }
  #kunion__history #header__title .ill_kane {
    position: absolute;
    width: 28svw;
    bottom: -5rem;
    right: -1rem;
  }
  #kunion__history #header__title .img_area img {
    transform: rotate(-3deg);
    transform-origin: top;
    box-shadow: -2rem -1rem 0 #9b393d;
  }
  #kunion__history #header__title .subtitle_area p {
    width: 14rem;
  }
  #kunion__history #header__title .subtitle_area p span {
    line-height: 1em !important;
  }
}
@media screen and (min-width: 1400px) {
  #kunion__history #header__title .ill_kane {
    right: -5rem;
    width: 460px;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__history #header__title .img_area img {
    transform: rotate(3deg);
    text-align: top;
    transform-origin: top;
    box-shadow: 1.6rem -1rem 0 #9b393d;
  }
  #kunion__history #header__title .subtitle_area p {
    width: 12rem;
  }
  #kunion__history #header__title .subtitle_area p span {
    line-height: 1em !important;
  }
  #kunion__history #header__title .kun_titleset h2 {
    white-space: nowrap;
  }
}
#kunion__history #header__title .title_area {
  z-index: 1;
}
#kunion__history #header__title .subtitle_area {
  background: url("../images/common/pattern_papertexture.jpg") no-repeat center;
  background-size: cover;
  margin-top: -18rem;
  padding: 4rem;
}
#kunion__history #header__title .subtitle_area div {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  #kunion__history #header__title .subtitle_area {
    margin-top: -12rem;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__history #header__title .subtitle_area {
    margin-top: -12svw;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  #kunion__history #header__title .subtitle_area {
    margin-top: -10svw;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__history #header__title .subtitle_area {
    margin-top: 1svw;
  }
}
@media screen and (max-width: 375.98px) {
  #kunion__history #header__title .subtitle_area {
    margin-top: 5svw;
  }
}
@media screen and (min-width: 1200px) {
  #kunion__history #header__title .kun_titleset {
    padding-top: 5rem;
  }
}
#kunion__history #history__main dl.topic_one dt.button {
  cursor: pointer;
}
#kunion__history #history__main dl.topic_one dt.button h3 {
  max-width: 92%;
}
@media screen and (max-width: 575.98px) {
  #kunion__history #history__main dl.topic_one dt.button h3 {
    max-width: 85%;
  }
}
#kunion__history #history__main dl.topic_one dt.button div.inner i {
  width: 3rem;
  height: 3rem;
  border-radius: 100vmax;
  background: #9b393d;
  position: relative;
  transition: 0.3s;
}
#kunion__history #history__main dl.topic_one dt.button div.inner i::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
}
#kunion__history #history__main dl.topic_one dt.button.active div.inner {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#kunion__history #history__main dl.topic_one dt.button.active div.inner i {
  transform-origin: center;
  transform: rotate(180deg);
  transition: 0.3s;
}
#kunion__history #history__main dl.topic_one dd.nest {
  border: 3px solid #dbc9aa;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 4rem 6rem 4rem 6rem;
}
@media screen and (max-width: 575.98px) {
  #kunion__history #history__main dl.topic_one dd.nest {
    padding: 2rem 3rem 2rem 3rem;
  }
}
#kunion__history #history__main dl.topic_one dd.nest .float_area::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 576px) {
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area {
    width: 50%;
  }
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area img {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area_75 {
    width: 75%;
  }
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area_75 img {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area_35 {
    width: 35%;
  }
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area_35 img {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area_25 {
    width: 25%;
  }
  #kunion__history #history__main dl.topic_one dd.nest .float_area .img_area_25 img {
    width: 100%;
  }
}
#kunion__history #history__main dl.topic_one dd.nest .grid_area {
  display: grid;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 575.98px) {
  #kunion__history #history__main dl.topic_one dd.nest .grid_area {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
}
#kunion__history #history__main dl.topic_one dd.nest .grid_area.grid_ptn1 {
  grid-template-columns: 1.8fr 1.8fr 1fr;
}
@media screen and (max-width: 575.98px) {
  #kunion__history #history__main dl.topic_one dd.nest .grid_area.grid_ptn1 {
    grid-template-columns: 1fr;
  }
}
#kunion__history #history__main dl.topic_one dd.nest .grid_area.grid_ptn2 {
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 575.98px) {
  #kunion__history #history__main dl.topic_one dd.nest .grid_area.grid_ptn2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 576px) {
  #kunion__history #history__main dl.topic_one dd.nest .grid_area .img_area img {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__history #history__main dl.topic_one dd.nest .img_area,
  #kunion__history #history__main dl.topic_one dd.nest .img_area_75,
  #kunion__history #history__main dl.topic_one dd.nest .img_area_35,
  #kunion__history #history__main dl.topic_one dd.nest .img_area_25 {
    text-align: center;
  }
  #kunion__history #history__main dl.topic_one dd.nest .img_area img,
  #kunion__history #history__main dl.topic_one dd.nest .img_area_75 img,
  #kunion__history #history__main dl.topic_one dd.nest .img_area_35 img,
  #kunion__history #history__main dl.topic_one dd.nest .img_area_25 img {
    width: 80%;
  }
}
#kunion__history #history__main dl.topic_one dd.nest p.caption {
  text-indent: 0;
  padding-top: 2rem;
}
#kunion__history #history__main .column_area .topic_one dt.button div.inner i {
  background: #ffffff;
}
#kunion__history #history__main .column_area .topic_one dt.button div.inner i::after {
  border-top: 2px solid #9b393d;
  border-right: 2px solid #9b393d;
}
#kunion__history #history__main .column_area .topic_one dd.nest {
  border: 3px solid #9b393d;
}
#kunion__history #history__pagenav .btn_basic2 {
  max-width: 46rem;
  padding: 2rem 8rem;
}
@media screen and (max-width: 375.98px) {
  #kunion__history #history__pagenav .btn_basic2 {
    padding: 2rem 4rem;
  }
}
#kunion__history #history__pagenav .btn_basic2 {
  position: relative;
}
#kunion__history #history__pagenav .btn_basic2::before {
  display: none;
}
#kunion__history #history__pagenav .btn_basic2::after {
  width: 3rem;
  height: 3rem;
  transform-origin: center !important;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 991.98px) {
  #kunion__history #history__pagenav .btn_basic2 {
    width: 100%;
  }
}
#kunion__history #history__pagenav .pagenav_prev p,
#kunion__history #history__pagenav .pagenav_next p {
  width: 10rem;
}
#kunion__history #history__pagenav .pagenav_prev .btn_basic2::after {
  left: 2.5rem;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #ffffff !important;
  border-left: 2px solid #ffffff !important;
}
#kunion__history #history__pagenav .pagenav_next .btn_basic2::after {
  right: 2.5rem;
  border-top: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
}

@media screen and (max-width: 991.98px) {
  #kunion__interview #header__title__inner,
  #kunion__interview section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__interview #header__title__inner,
  #kunion__interview section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#kunion__interview #header__title {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #kunion__interview #header__title {
    background: url("../images/interview/bg_round_pc.png") no-repeat bottom center;
    background-size: cover;
    padding: 2rem 0 10rem 0;
  }
  #kunion__interview #header__title .read_area {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__interview #header__title {
    background: url("../images/interview/bg_round_pc.png") no-repeat bottom center;
    background-size: cover;
    padding: 8svw 0 10svw 0;
  }
  #kunion__interview #header__title .read_area {
    text-align: left;
  }
}
#kunion__interview #header__title #header__title__inner {
  max-width: 1600px;
}
#kunion__interview .subtitle_area {
  background: url("../images/common/pattern_papertexture.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #kunion__interview .subtitle_area {
    padding: 4rem;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__interview .subtitle_area {
    padding: 2.5rem;
  }
}
#kunion__interview .subtitle_area {
  position: relative;
}
#kunion__interview .subtitle_area::before {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  background: url("../images/common/ill_part_sankaku.png") no-repeat top left;
}
@media screen and (max-width: 575.98px) {
  #kunion__interview .subtitle_area::before {
    left: -1.5rem;
  }
}
#kunion__interview .subtitle_area::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
}
@media screen and (min-width: 576px) {
  #kunion__interview .subtitle_area::after {
    top: 10rem;
    left: 10rem;
  }
}
@media screen and (max-width: 575.98px) {
  #kunion__interview .subtitle_area::after {
    bottom: 0;
    right: -1.5rem;
  }
}
#kunion__interview .subtitle_area::after {
  background: url("../images/common/ill_part_maru.png") no-repeat top left;
}
@media screen and (max-width: 991.98px) {
  #kunion__interview #interview__main article {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  #kunion__interview #interview__main article .text_area {
    padding: 5rem 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__interview #interview__main article {
    padding: 5rem 0;
  }
  #kunion__interview #interview__main article .img_area {
    text-align: center;
  }
  #kunion__interview #interview__main article .img_area img {
    width: 75%;
    max-width: 30rem;
  }
  #kunion__interview #interview__main article .text_area {
    text-align: center;
  }
  #kunion__interview #interview__main article .text_area img {
    width: 8rem;
  }
}
@media screen and (min-width: 992px) {
  #kunion__interview #interview__main article:nth-of-type(even) {
    background: url("../images/interview/pattern_water_top.png") no-repeat top left;
  }
  #kunion__interview #interview__main article:nth-of-type(even) .img_area img {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__interview #interview__main article:nth-of-type(even) {
    background: url("../images/interview/pattern_water_bottom.png") no-repeat bottom right;
  }
}
@media screen and (min-width: 992px) {
  #kunion__interview #interview__main article:nth-of-type(odd) {
    background: url("../images/interview/pattern_water_bottom.png") no-repeat bottom right;
  }
  #kunion__interview #interview__main article:nth-of-type(odd) .img_area img {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  #kunion__interview #interview__main article:nth-of-type(odd) {
    background: url("../images/interview/pattern_water_top.png") no-repeat top left;
  }
}

#kunion__interview__detail {
  background: url("../images/interview/pattern_water_top.png") no-repeat top left, url("../images/interview/pattern_water_bottom.png") no-repeat bottom right;
}
#kunion__interview__detail article {
  margin: 8rem;
}
@media screen and (max-width: 575.98px) {
  #kunion__interview__detail article {
    margin: 3rem;
  }
}
#kunion__interview__detail p {
  text-align: left;
}/*# sourceMappingURL=style.css.map */