@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&display=swap");

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,
i,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
button,
input,
textarea,
select,
i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
  letter-spacing: .05em;
  background-color: unset;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #231815;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
  padding-bottom: 15rem;
  margin-bottom: -15rem;
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -4.8rem;
  }
}

.c_ttl {
  font-size: 2.5rem;
  line-height: 1.16;
  font-weight: bold;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
  }
}

.c_ttl span {
  display: block;
  line-height: inherit;
}

.c_btn {
  margin-top: 4.5rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c_btn {
    text-align: center;
    margin-top: 4rem;
  }
}

.c_btn a {
  text-align: left;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  width: 19.5rem;
  line-height: 2.2;
  padding: 0 1em;
  letter-spacing: .08em;
  background: #595757 url(../img_01/ico_arrow04.svg) no-repeat calc(100% - .8em) center/1.16em;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    width: 25rem;
    padding: .3em 1em;
  }
}

.c_btn a:hover {
  opacity: 1;
  background-position: calc(100% - .5em) center;
}

.c_btn2 {
  text-align: center;
}

.c_btn2 a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  width: 26em;
  max-width: 100%;
  line-height: 2.2;
  padding: 0 1em;
  letter-spacing: .08em;
  background: #595757 url(../img_01/ico_arrow04.svg) no-repeat calc(100% - .8em) center/0.91em;
}

@media screen and (max-width: 767px) {
  .c_btn2 a {
    font-size: 1.68rem;
    width: 100%;
    padding: .3em 1em;
  }
}

.c_btn2 a:hover {
  opacity: 1;
  background-position: calc(100% - .6em) 44%;
}

.c_btn3 {
  text-align: center;
}

.c_btn3 a {
  text-align: left;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  width: 26em;
  max-width: 100%;
  line-height: 2.2;
  padding: 0 1em;
  letter-spacing: .08em;
  background: #595757 url(../img_01/ico_arrow04.svg) no-repeat calc(100% - .8em) center/0.91em;
}

@media screen and (max-width: 767px) {
  .c_btn3 a {
    font-size: 1.68rem;
    width: 100%;
    padding: .3em 1em;
  }
}

.c_btn3 a:hover {
  opacity: 1;
  background-position: calc(100% - .6em) 44%;
}

.c_btn4 {
  text-align: center;
}

.c_btn4 a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  width: 50em;
  max-width: 100%;
  line-height: 2.2;
  padding: 0 1em;
  letter-spacing: .08em;
  background: #71a8cb url(../img_01/ico_arrow04.svg) no-repeat calc(100% - .8em) center/0.91em;
}

@media screen and (max-width: 767px) {
  .c_btn4 a {
    font-size: 1.68rem;
    width: 100%;
    padding: .3em 1em;
  }
}

.c_btn4 a:hover {
  opacity: 1;
  background-position: calc(100% - .6em) 44%;
}

.c_btn5 {
  text-align: center;
}

.c_btn5 a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  width: 26em;
  max-width: 100%;
  line-height: 2.2;
  padding: 0 1em;
  letter-spacing: .08em;
  background: #595757 url(../img_01/ico_arrow04.svg) no-repeat calc(100% - .8em) center/0.91em;
}

@media screen and (max-width: 767px) {
  .c_btn5 a {
    font-size: 1.68rem;
    width: 100%;
    padding: .3em 1em;
  }
}

.c_btn5 a:hover {
  opacity: 1;
  background-position: calc(100% - .6em) 44%;
}

.evt_sec {
  position: relative;
}

.evt_sec.show:before {
  width: 100%;
  transition: width .5s ease-in;
}

.evt_sec:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  color: #231815;
  background: #f7f7f7;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.evt_sec.bg_blue {
  background: none;
}

.evt_sec.bg_blue:before {
  color: #231815;
  background: #f7f7f7;
}

.evt_sec.bg_gray {
  background: none;
}

.evt_sec.bg_gray:before {
  color: #231815;
  background: #eeeeef;
}

#gototop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  transition: .2s;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  #gototop {
    width: 4.2rem;
    bottom: 1rem;
    right: 1rem;
  }
}

#gototop:hover {
  transform: translateY(-5px);
  transition: .2s;
}

.bg_gray {
  color: #231815;
  background: #eeeeef;
}

.bg_blue {
  color: #231815;
  background: #f7f7f7;
}

.bnr_area {
  position: relative;
  padding: 4rem 0 2.5rem;
  color: #231815;
  background-color: #d3d3d4;
}

@media screen and (max-width: 767px) {
  .bnr_area {
    padding: 3rem 0;
  }
}

.bnr_area .u_inner {
  position: relative;
  z-index: 5;
}

.bnr_area .ttl {
  position: relative;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: .01em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .bnr_area .ttl {
    font-size: 2.2rem;
    margin-bottom: .8em;
  }
}

@media screen and (min-width: 768px) {
  .bnr_area .row {
    display: flex;
    justify-content: space-between;
  }

  .bnr_area .row .item {
    width: 49%;
  }
}

.bnr_area .item {
  background: #fff;
  color: #231815;
}

@media screen and (max-width: 767px) {
  .bnr_area .item + .item{
    margin-top: 2rem;
  }
}

.bnr_area .item.b {
  position: relative;
  transition: .2s;
}

.bnr_area .item.b:hover {
  opacity: .7;
}

.bnr_area .item.b>a {
  position: absolute;
  inset: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .bnr_area .item.b {
    display: flex;
    gap: 3.5rem;
    align-items: center;
  }

  .bnr_area .item.b figure {
    /* width: 51.4rem; */
    width: 100%;
  }
  .bnr_area .item.b dl{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bnr_area dl {
    /* width: 25rem;
    margin: 2.5rem auto; */
    display: none;
  }
}

.bnr_area dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .bnr_area dt {
    font-size: 2rem;
  }
}

.bnr_area dd {
  font-size: 1.3rem;
  line-height: 1.33;
}

.bnr_area .c_btn {
  text-align: left;
}

.evt_ttl span {
  letter-spacing: inherit;
}

.evt_ttl span i {
  display: inline-block;
  min-width: .25em;
}

.evt_ttl.show span {
  letter-spacing: inherit;
}

.evt_ttl.show span i {
  animation: fadeInText 0.7s 0s ease-out both;
  letter-spacing: inherit;
}

.evt_ttl.show span i:nth-child(1) {
  animation-delay: 0.05s;
}

.evt_ttl.show span i:nth-child(2) {
  animation-delay: 0.1s;
}

.evt_ttl.show span i:nth-child(3) {
  animation-delay: 0.15s;
}

.evt_ttl.show span i:nth-child(4) {
  animation-delay: 0.2s;
}

.evt_ttl.show span i:nth-child(5) {
  animation-delay: 0.25s;
}

.evt_ttl.show span i:nth-child(6) {
  animation-delay: 0.3s;
}

.evt_ttl.show span i:nth-child(7) {
  animation-delay: 0.35s;
}

.evt_ttl.show span i:nth-child(8) {
  animation-delay: 0.4s;
}

.evt_ttl.show span i:nth-child(9) {
  animation-delay: 0.45s;
}

.evt_ttl.show span i:nth-child(10) {
  animation-delay: 0.5s;
}

.evt_ttl.show span i:nth-child(11) {
  animation-delay: 0.55s;
}

.evt_ttl.show span i:nth-child(12) {
  animation-delay: 0.6s;
}

.evt_ttl.show span i:nth-child(13) {
  animation-delay: 0.65s;
}

.evt_ttl.show span i:nth-child(14) {
  animation-delay: 0.7s;
}

.evt_ttl.show span i:nth-child(15) {
  animation-delay: 0.75s;
}

.evt_ttl.show span i:nth-child(16) {
  animation-delay: 0.8s;
}

.evt_ttl.show span i:nth-child(17) {
  animation-delay: 0.85s;
}

.evt_ttl.show span i:nth-child(18) {
  animation-delay: 0.9s;
}

.evt_ttl.show span i:nth-child(19) {
  animation-delay: 0.95s;
}

.evt_ttl.show span i:nth-child(20) {
  animation-delay: 1s;
}

.evt_ttl.show span i:nth-child(21) {
  animation-delay: 1.05s;
}

.evt_ttl.show span i:nth-child(22) {
  animation-delay: 1.1s;
}

.evt_ttl.show span i:nth-child(23) {
  animation-delay: 1.15s;
}

.evt_ttl.show span i:nth-child(24) {
  animation-delay: 1.2s;
}

.evt_ttl.show span i:nth-child(25) {
  animation-delay: 1.25s;
}

.evt_ttl.show span i:nth-child(26) {
  animation-delay: 1.3s;
}

.evt_ttl.show span i:nth-child(27) {
  animation-delay: 1.35s;
}

.evt_ttl.show span i:nth-child(28) {
  animation-delay: 1.4s;
}

.evt_ttl.show span i:nth-child(29) {
  animation-delay: 1.45s;
}

.evt_ttl.show span i:nth-child(30) {
  animation-delay: 1.5s;
}

.evt_ttl.show span i:nth-child(31) {
  animation-delay: 1.55s;
}

.evt_ttl.show span i:nth-child(32) {
  animation-delay: 1.6s;
}

.evt_ttl.show span i:nth-child(33) {
  animation-delay: 1.65s;
}

.evt_ttl.show span i:nth-child(34) {
  animation-delay: 1.7s;
}

.evt_ttl.show span i:nth-child(35) {
  animation-delay: 1.75s;
}

.evt_ttl.show span i:nth-child(36) {
  animation-delay: 1.8s;
}

.evt_ttl.show span i:nth-child(37) {
  animation-delay: 1.85s;
}

.evt_ttl.show span i:nth-child(38) {
  animation-delay: 1.9s;
}

.evt_ttl.show span i:nth-child(39) {
  animation-delay: 1.95s;
}

.evt_ttl.show span i:nth-child(40) {
  animation-delay: 2s;
}

.evt_ttl.show span i:nth-child(41) {
  animation-delay: 2.05s;
}

.evt_ttl.show span i:nth-child(42) {
  animation-delay: 2.1s;
}

.evt_ttl.show span i:nth-child(43) {
  animation-delay: 2.15s;
}

.evt_ttl.show span i:nth-child(44) {
  animation-delay: 2.2s;
}

.evt_ttl.show span i:nth-child(45) {
  animation-delay: 2.25s;
}

.evt_ttl.show span i:nth-child(46) {
  animation-delay: 2.3s;
}

.evt_ttl.show span i:nth-child(47) {
  animation-delay: 2.35s;
}

.evt_ttl.show span i:nth-child(48) {
  animation-delay: 2.4s;
}

.evt_ttl.show span i:nth-child(49) {
  animation-delay: 2.45s;
}

.evt_ttl.show span i:nth-child(50) {
  animation-delay: 2.50s;
}

.evt_ttl.show span.b i {
  animation: fadeInText 0.7s 0s ease-out both;
  letter-spacing: inherit;
}

.evt_ttl.show span.b i:nth-child(1) {
  animation-delay: 0.45s;
}

.evt_ttl.show span.b i:nth-child(2) {
  animation-delay: 0.5s;
}

.evt_ttl.show span.b i:nth-child(3) {
  animation-delay: 0.55s;
}

.evt_ttl.show span.b i:nth-child(4) {
  animation-delay: 0.6s;
}

.evt_ttl.show span.b i:nth-child(5) {
  animation-delay: 0.65s;
}

.evt_ttl.show span.b i:nth-child(6) {
  animation-delay: 0.7s;
}

.evt_ttl.show span.b i:nth-child(7) {
  animation-delay: 0.75s;
}

.evt_ttl.show span.b i:nth-child(8) {
  animation-delay: 0.8s;
}

.evt_ttl.show span.b i:nth-child(9) {
  animation-delay: 0.85s;
}

.evt_ttl.show span.b i:nth-child(10) {
  animation-delay: 0.9s;
}

.evt_ttl.show span.b i:nth-child(11) {
  animation-delay: 0.95s;
}

.evt_ttl.show span.b i:nth-child(12) {
  animation-delay: 1s;
}

.evt_ttl.show span.b i:nth-child(13) {
  animation-delay: 1.05s;
}

.evt_ttl.show span.b i:nth-child(14) {
  animation-delay: 1.1s;
}

.evt_ttl.show span.b i:nth-child(15) {
  animation-delay: 1.15s;
}

.evt_ttl.show span.b i:nth-child(16) {
  animation-delay: 1.2s;
}

.evt_ttl.show span.b i:nth-child(17) {
  animation-delay: 1.25s;
}

.evt_ttl.show span.b i:nth-child(18) {
  animation-delay: 1.3s;
}

.evt_ttl.show span.b i:nth-child(19) {
  animation-delay: 1.35s;
}

.evt_ttl.show span.b i:nth-child(20) {
  animation-delay: 1.4s;
}

.evt_ttl.show span.b i:nth-child(21) {
  animation-delay: 1.45s;
}

.evt_ttl.show span.b i:nth-child(22) {
  animation-delay: 1.5s;
}

.evt_ttl.show span.b i:nth-child(23) {
  animation-delay: 1.55s;
}

.evt_ttl.show span.b i:nth-child(24) {
  animation-delay: 1.6s;
}

.evt_ttl.show span.b i:nth-child(25) {
  animation-delay: 1.65s;
}

.evt_ttl.show span.b i:nth-child(26) {
  animation-delay: 1.7s;
}

.evt_ttl.show span.b i:nth-child(27) {
  animation-delay: 1.75s;
}

.evt_ttl.show span.b i:nth-child(28) {
  animation-delay: 1.8s;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translate3d(-0.4em, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
  }

  30% {
    opacity: .5;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 90rem;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .u_inner.w100 {
    width: 104rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: calc(100vw * 10 / 1140);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 375);
  }
}

.u_clearfix:after,
.u_clearfix>li:after {
  height: 0;
  visibility: hidden;
  /*content: ".";*/
  content: "";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix>li {
  zoom: 1;
}

*+html .u_clearfix,
*+html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }

  .u_tel {
    pointer-events: none;
    cursor: default;
  }

  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }

  .u_inner {
    width: auto;
    margin: 0 3rem;
  }

  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  color: #231815;
  background: #fff;
  height: 8rem;
}

#header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  color: #231815;
  background: linear-gradient(90deg, #00a7ea 0%, #1d2088 100%);
}

#header.top_header {
  background: transparent;
  transition: background .3s ease;
}
#header.top_header .h_nav > li > a {
  color: #fff;
}
#header.top_header .h_nav > li > a[target="_blank"]::after {
  background: url(../img_01/ico_blank_w.svg) no-repeat center / cover;
}
#header.top_header.header_bg {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #header.top_header.header_bg .h_nav > li > a {
    color: #000;
  }
}
#header.top_header.header_bg .h_nav > li > a[target="_blank"]::after {
  background: url(../img_01/ico_blank.svg) no-repeat center / cover;
}
#header.top_header:not(.header_bg):has(.h_nav > li:hover > .sub) {
  background: #fff;
}
#header.top_header:not(.header_bg):has(.h_nav > li:hover > .sub) .h_nav > li > a {
  color: #000;
}
#header.top_header:not(.header_bg):has(.h_nav > li:hover > .sub) .h_nav > li > a[target="_blank"]::after {
  background: url(../img_01/ico_blank.svg) no-repeat center / cover;
}
#header.top_header .h_logo img{
  display: none;
}
#header.top_header #toggle_menu .h_logo img{
  display: block;
}
#header.top_header.header_bg .h_logo img,
#header.top_header:not(.header_bg):has(.h_nav > li:hover > .sub) .h_logo img{
  display: block;
}
#header.top_header:not(.header_bg) .h_menu span{
  background: #fff;
}


@media screen and (max-width: 767px) {
  #header:before {
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6.1rem;
  }
}

.h_inner {
  padding: 0 50px 0 40px;
}

@media screen and (max-width: 1280px) {
  .h_inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    position: relative;
    height: 100%;
  }
}

.h_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

li.disabled a {
  color: #999;
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .h_logo {
    top: 3.1rem;
  }
}

.h_logo img {
  width: 24rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 17rem;
  }
}

.h_nav {
  font-weight: 500;
}

.h_nav>li>a[target="_blank"] {
  position: relative;
  padding-right: 1.6rem;
}

.h_nav>li>a[target="_blank"]::after {
  content: '';
  background: url(../img_01/ico_blank.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
}

.h_nav .sub li a {
  position: relative;
}

.h_nav .sub li a[target="_blank"]::after {
  content: '';
  background: url(../img_01/ico_blank.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% 2rem auto auto;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
}

@media screen and (max-width: 767px) {
  .h_nav>li>a[target="_blank"] {
    background: none;
  }

  .h_nav>li>a[target="_blank"]::after {
    background: url(../img_01/ico_blank_w.svg) no-repeat center/cover;
    width: 1.5rem;
    height: 1.5rem;
  }

  .h_nav .sub li a[target="_blank"]::after {
    background: url(../img_01/ico_blank_w.svg) no-repeat center/cover;
    inset: 50% 0 auto auto;
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    font-size: 1.4rem;
  }

  .h_nav>li>a,
  .h_nav2 li a,
  .h_nav .sub ul {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .h_nav .sub a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .h_nav a {
    padding: 1.2em 0;
    display: block;
    background: url(../img_01/ico_arrow03_w.svg) no-repeat right center/1.4rem;
  }

  .h_nav .sub a {
    background: none;
    padding: 0 1em;
    height: 5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .h_nav .sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .h_nav .sub li {
    width: 49%;
    font-size: 1.3rem;
  }

  .h_nav a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url(../img_01/ico_link.svg) no-repeat 50%/contain;
    width: .95rem;
    height: .75rem;
    margin-left: .5em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-top: 2rem;
    gap: 1.5em;
  }

  .h_nav li {
    font-size: 1.5rem;
  }

  .h_nav li:hover a {
    opacity: 1;
  }

  .h_nav li:hover a:before {
    width: 100%;
  }

  .h_nav li a {
    display: block;
    letter-spacing: .04em;
    position: relative;
    line-height: 4.5rem;
  }

  .h_nav li a:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    width: 0;
    color: #231815;
    transition: width .2s ease-in;
    background: -moz-linear-gradient(0% 50% 0deg, #00a7ea 0%, #1d2088 100%);
    background: -webkit-linear-gradient(0deg, #00a7ea 0%, #1d2088 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #00a7ea), color-stop(1, #1d2088));
    background: -o-linear-gradient(0deg, #00a7ea 0%, #1d2088 100%);
    background: -ms-linear-gradient(0deg, #00a7ea 0%, #1d2088 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A7EA', endColorstr='#1D2088' ,GradientType=0)";
    background: linear-gradient(90deg, #00a7ea 0%, #1d2088 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A7EA', endColorstr='#1D2088', GradientType=1);
  }

  .h_nav li.current a::before,
  .h_nav .sub li.current a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    width: 100%;
    transition: width .2s ease-in;
    color: #231815;
    background: -moz-linear-gradient(0% 50% 0deg, #00a7ea 0%, #1d2088 100%);
    background: -webkit-linear-gradient(0deg, #00a7ea 0%, #1d2088 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #00a7ea), color-stop(1, #1d2088));
    background: -o-linear-gradient(0deg, #00a7ea 0%, #1d2088 100%);
    background: -ms-linear-gradient(0deg, #00a7ea 0%, #1d2088 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A7EA', endColorstr='#1D2088' ,GradientType=0)";
    background: linear-gradient(90deg, #00a7ea 0%, #1d2088 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A7EA', endColorstr='#1D2088', GradientType=1);
  }

  .h_nav .sub li.current a::after {
    bottom: -1rem;
  }

  .h_nav li:hover .sub {
    height: 14rem;
    transition-delay: 0s;
  }

  .h_nav li:hover .sub.biz {
    height: 9rem;
  }

  .h_nav .sub {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 8rem;
    color: #231815;
    background: rgba(255, 255, 255, 0.9);
    height: 0;
    transition: height .2s ease-in;
    overflow: hidden;
    text-align: left;
    transition-delay: .2s;
    display: flex;
    align-items: center;
  }

  .h_nav .sub ul {
    width: 84rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  .h_nav .sub li {
    font-size: 1.4rem;
    margin-bottom: 2em;
    width: 12em;
    white-space: nowrap;
  }
  
  .h_nav .sub.biz ul{
    gap: 4rem;
  }
  
  .h_nav .sub.biz li{
    width: auto;
  }

  .h_nav .sub li a {
    line-height: 1.5;
    background: url(../img_01/ico_arrow02.svg) no-repeat left center/0.55rem;
    padding-left: 1.1em;
    letter-spacing: 0;
    position: relative;
  }

  .h_nav .sub li a:before {
    content: none !important;
  }

  .h_nav .sub li a:hover {
    opacity: .7;
  }

  .h_nav .sub.com li:nth-child(5n + 1) {
    width: 11em;
  }

  .h_nav .sub.com li:nth-child(5n + 2) {
    width: 16em;
  }

  .h_nav .sub.com li:nth-child(5n + 3) {
    width: 11em;
  }

  .h_nav .sub.com li:nth-child(5n + 5) {
    width: 10em;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 1.5rem;
    top: 1.2rem;
    width: 3.7rem;
    height: 3.7rem;
    z-index: 67;
    cursor: pointer;
  }

  .h_menu .inner {
    position: relative;
    width: 2.9rem;
    height: 1.4rem;
  }

  .h_menu span {
    color: #231815;
    background: #313131;
    display: inline-block;
    position: absolute;
    left: 0;
    height: 1px;
    border-radius: 4px;
    transition: all 0.45s;
  }

  .h_menu span:nth-child(1) {
    top: 0;
    width: 2rem;
  }

  .h_menu span:nth-child(2) {
    top: .6rem;
    width: 2.9rem;
  }

  .h_menu span:nth-child(3) {
    bottom: 0;
    width: 2rem;
  }

  body.open .h_menu span {
    color: #231815;
    background: #fff;
  }

  body.open .h_menu span:nth-child(1) {
    width: 100%;
    transform: translateY(0.8rem) rotate(-28deg);
  }

  body.open .h_menu span:nth-child(2) {
    left: 50%;
    opacity: 0;
  }

  body.open .h_menu span:nth-child(3) {
    width: 100%;
    transform: translateY(-0.4rem) rotate(28deg);
  }

  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    z-index: 66;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background: #211816;
    color: #fff;
    padding: 9.5rem 1.6rem 4rem;
  }

  #toggle_menu .h_menu {
    position: absolute;
  }

  body.open {
    overflow-y: hidden;
  }
}


.breadcrumb {
  padding: 1.5rem 0;
}

.breadcrumb .u_inner {
  position: relative;
  width: min(100% - 6rem, 114rem);
  margin: 0 auto;
}

.breadcrumb ul {
  display: flex;
  font-size: 1.3rem;
  gap: 1.6rem;
}

.breadcrumb ul li {
  color: #313131;
  position: relative;
  white-space: nowrap;
  background-color: unset;
}

.breadcrumb ul li:not(:last-child)::after {
  content: "";
  color: #231815;
  background: #DDDDDD;
  position: absolute;
  inset: 50% calc(-0.8rem - 2px) auto auto;
  translate: 0 0;
  width: 4px;
  height: 1px;
}

.breadcrumb ul li a {
  color: #B4B4B4;
  transition: .3s ease;
  background-color: unset;
}

@media screen and (max-width: 767px) {
  .breadcrumb .u_inner {
    width: calc(100% - 6rem);
  }

  .breadcrumb ul {
    overflow: scroll;
  }
}


#footer {
  text-align: center;
  padding-top: 4rem;
  position: relative;
  z-index: 5;
  color: #231815;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-top: 3.5rem;
  }
}

.f_nav li {
  font-size: 1.2rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin: 0 -3rem;
  }

  .f_nav li {
    font-size: 1rem;
    line-height: 1;
  }
}

.f_nav li {
  position: relative;
  padding-right: .5rem;
}

.f_nav li:nth-child(1) {
  padding-left: .5rem;
}

.f_nav li:nth-child(1):before {
  content: '';
  color: #231815;
  background: #000;
  position: absolute;
  inset: 50% auto auto 0;
  translate: 0 -50%;
  width: 1px;
  height: 100%;
}

.f_nav li:after {
  content: '';
  color: #231815;
  background: #000;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  width: 1px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .f_nav li:after {
    margin: 0 0 0 .2em;
  }
}

@media screen and (max-width: 767px) {
  .f_nav li:nth-child(4):before {
    margin-right: .25em;
    content: '';
    background: #000;
    position: absolute;
    inset: 60% auto auto -0.5em;
    translate: 0 -50%;
    width: 1px;
    height: 100%;
  }

  .f_nav li:nth-child(n + 4) {
    position: relative;
    top: -.5em;
  }

  .f_nav a[target="_blank"]:after {
    content: '';
    display: inline-block;
    background: url(../img_01/ico_link_b.svg) no-repeat 50%/contain;
    width: .75rem;
    height: .55rem;
    margin: 0 .2em;
  }
}

.f_logo {
  background: url(../img_01/f_line.png) no-repeat center top/100% 2px;
  margin: 2rem 3rem 0;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .f_logo {
    width: calc(100% - 6rem);
    margin: 3.5rem auto 0;
    padding: 3.5rem 0;
  }
}

.f_logo img {
  width: 43rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 25.3rem;
  }
}

.f_copy {
  margin-top: 1rem;
  font-size: 1rem;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main2 :is(video, img){
  position: relative;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  max-width: none;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.top_main2 .slider_btn{
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 46px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
}
.top_main2 .slider_btn:hover{
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.8);
  transform: translateX(-50%) translateY(-2px);
}
.top_main2 .slider_btn:active{
  transform: translateX(-50%);
}
.top_main2 .slider_replay{
  display: none;
}

.top_company{
  padding: 8rem 0;
}
.top_company .info {
  padding-bottom: 8rem;
}
.top_company .info .c_ttl{
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.top_company .info .box{
  padding: 1.5rem 2rem;
  border: 1px solid #000;
}
.top_company .info .box p{
  line-height: 1.8;
  text-align: center;
  font-size: 1.2rem;
}
.top_company .info .box p a{
  color: #0066cc;
  text-decoration: underline;
}
.top_company .info .box p strong{
  font-size: 1.4em;
}
.top_company dl dt{
  margin-bottom: .7em;
  font-size: 2.1rem;
  font-weight: bold;
}
.top_company dl dd{
  font-size: 1.4rem;
  line-height: 2.3;
}
.top_company .row{
  display: flex;
  gap: 2rem;
  padding-top: 4rem;
}
.top_company .row li{
  width: min(100%, 20rem);
}
.top_company .c_btn{
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_company .info .box p{
    text-align: left;
  }
  .top_company dl dt{
    font-size: 2rem;
  }
  .top_company dl dd{
    line-height: 2;
  }
  .top_company .row{
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .top_company .row li{
    width: calc(50% - .6rem);
  }
}

.top_business{
  padding: 8rem 0;
}
.top_business .row{
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
.top_business .row + .row{
  margin-top: 8rem;
}
.top_business .row .img_content{
  width: 26rem;
}
.top_business .row .txt_content{
  flex: 1;
}
.top_business .row .txt_content dl dt{
  margin-bottom: .7em;
  font-size: 2.1rem;
  font-weight: bold;
}
.top_business .row .txt_content dl dd{
  font-size: 1.4rem;
  line-height: 2.3;
}
.top_business .row .txt_content .btns{
  display: flex;
  gap: 2rem;
}
.top_business .row .txt_content .btns .c_btn{
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top_business .row{
    flex-direction: column;
    gap: 3rem;
  }
  .top_business .row .img_content{
    width: 100%;
  }
  .top_business .row .txt_content dl dt{
    font-size: 2rem;
  }
  .top_business .row .txt_content dl dd{
    line-height: 2;
  }
  .top_business .row .txt_content .btns{
    flex-direction: column;
  }
}

.news_list li {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .news_list li {
    position: relative;
    padding-left: 14.5rem;
  }

  .news_list li small {
    position: absolute;
    left: 0;
  }

  .news_list li>i {
    position: absolute;
    left: 7.8em;
    top: .4em;
  }
}

.news_list li small {
  font-size: 1.3rem;
  display: inline-block;
}

.news_list li i {
  font-size: 1rem;
  display: inline-block;
  background: #556687;
  text-align: center;
  color: #fff;
  width: 6em;
  letter-spacing: .2em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .news_list li i {
    margin-left: 1em;
  }
}

.news_list li .pr {
  color: #231815;
  background: #66bf97;
}

.news_list li .bunjo {
  color: #231815;
  background: #00a7ea;
}

.news_list li .reform {
  color: #231815;
  background: #556687;
}

.news_list li .Kensetsu {
  color: #231815;
  background: #595757;
}

.news_list li .other {
  color: #231815;
  background: #7a6a56;
}

.news_list li .pdf {
  color: #231815;
  background: #898989;
  /* margin-left: 1.5em; */
}

@media screen and (max-width: 767px) {
  .news_list li a {
    display: block;
    margin-top: .5em;
  }
}

.top_news {
  padding: 5rem 0 10rem;
}

/* .top_news .c_ttl {
  font-size: 3.8rem;
} */

@media screen and (max-width: 767px) {
  .top_news {
    padding: 7rem 0;
  }

  /* .top_news .c_ttl {
    font-size: 2.2rem;
  } */
}

.top_news .u_inner {
  position: relative;
  z-index: 5;
}

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

.low {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 6.1rem;
  }
}

.low_ttl {
  text-align: center;
  padding-top: 8.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 11rem;
}




.low_ttl.--01 {
  text-align: center;
  padding-top: 12rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 6rem;
}

.low_ttl.b {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .low_ttl.c {
    margin-bottom: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .low_ttl {
    font-size: 1.4rem;
    padding-top: 6rem;
    margin-bottom: 6rem;
  }
}

.low_ttl>i {
  display: block;
  font-size: 2.73em;
  letter-spacing: .01em;
  position: relative;
  line-height: 1;
  padding-bottom: .4em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .low_ttl>i {
    font-size: 2.1em;
    letter-spacing: -.025em;
  }
}

.low_ttl>i::before {
  content: '';
  color: #231815;
  background: #000;
  position: absolute;
  inset: auto auto 0 50%;
  translate: -50% 0;
  width: 0;
  height: .2rem;
}

.low_ttl.show>i::before {
  transition: width .4s ease-out;
  transition-delay: 1s;
  width: 5rem;
}

.low_ttl.w {
  color: #fff;
  background-color: unset;
}


.com_info {
  padding-bottom: 12rem;
}

.com_info p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: .8em;
  position: relative;
  padding-right: 1em;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .com_info p {
    font-size: 1.3rem;
  }
}

.com_info p:after {
  content: '';
  position: absolute;
  background: url(../img_01/ico_arrow05.svg) no-repeat 50%/contain;
  width: .73em;
  height: 100%;
  margin-left: .3em;
  z-index: 2;
  top: 0;
}

.com_info a[target="_blank"] p:after {
  background: url(../img_01/ico_blank.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .com_info p.b:after {
    margin-left: 1em;
  }
}

.com_info figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .com_info figure {
    margin-bottom: 1.5rem;
  }
}

.com_info figure img {
  width: 100%;
}

.com_info figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #fff;
  /* background-color:rgb(255,255,255,1); */
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .com_info figcaption {
    font-size: 1.5rem;
  }
}

.com_info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 11rem;
}

@media screen and (max-width: 767px) {
  .com_info ul {
    gap: 2rem 1rem;
  }
}

.com_info li {
  width: calc(33.33% - 7.333rem);
}

@media screen and (max-width: 767px) {
  .com_info li {
    width: calc(50% - .5rem);
  }
}

.vision_header {
  padding-bottom: 4.5rem;
}


.vision_sec2 p{
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: .06em;
}
.vision_sec2 :is(.lead, .mirarth){
  padding: 6rem 0;
}
.vision_sec2 .lead h3{
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.vision_sec2 .lead .txt{
  padding-bottom: 4rem;
  text-align: center;
}
.vision_sec2 .lead ul{
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.vision_sec2 .lead ul li{
  width: min(100%, 20rem);
}
.vision_sec2 .mirarth .logo{
  width: 18rem;
  margin: 0 auto 6rem;
}
.vision_sec2 .mirarth .vision .item + .item{
  padding-top: 8rem;
}
.vision_sec2 .mirarth .vision .item .ttl{
  padding-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
.vision_sec2 .mirarth .vision .item .ttl span{
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.5rem;
}
.vision_sec2 .mirarth .vision .item .ttl span::after{
  content: '';
  background: linear-gradient(to right, #ff0000, #ff9900, #ffff00, #00cc66, #00ccff, #0066ff, #9900ff, #ff00ff);
  position: absolute;
  inset: auto auto 0 50%;
  translate: -50% 0;
  width: 23rem;
  height: 1px;
}
.vision_sec2 .mirarth .vision .item .txt{
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
.vision_sec2 .mirarth .vision .item .list li{
  background: #fff;
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15);
}
.vision_sec2 .mirarth .vision .item .list li + li{
  margin-top: 2.5rem;
}
.vision_sec2 .mirarth .vision .item .list li span{
  display: flex;
  align-items: center;
  width: 14rem;
  height: 6rem;
  margin-right: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  border-right: 1px solid #000;
}
.vision_sec2 .mirarth .vision .item .list li p{
  font-size: 1.3rem;
}
@media screen and (max-width: 767px){
  .vision_sec2 p{
    line-height: 2;
  }
  .vision_sec2 :is(.lead, .mirarth){
    padding: 4rem 0;
  }
  .vision_sec2 .lead ul{
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .vision_sec2 .lead ul li{
    width: calc(50% - .6rem);
  }
  .vision_sec2 .mirarth .vision .item .list li{
    flex-direction: column;
    padding: 1.4rem 2rem;
  }
  .vision_sec2 .mirarth .vision .item .list li span{
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    margin-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}


.vision_sec {
  color: #231815;
  background: linear-gradient(90deg, #00a7ea 0%, #1d2088 100%);
  position: relative;
  z-index: 1;
  padding: 11rem 0 14rem;
}

.vision_sec.evt {
  visibility: visible;
}

.vision_sec:after {
  content: '';
  position: absolute;
  color: #231815;
  background: #fff;
  width: 100%;
  height: 2rem;
  top: 0;
  transition: .5s linear;
}

.vision_sec.a:after {
  right: 0;
}

.vision_sec.a .line:before {
  right: 0;
}

.vision_sec.a .line:after {
  content: none;
}

.vision_sec.b:after {
  left: 0;
}

.vision_sec.b .line:before {
  left: 0;
}

.vision_sec.b .line:after {
  right: 0;
  bottom: 0;
}

.vision_sec.show:after {
  width: 0;
}

.vision_sec.show .line:before {
  height: 0;
}

.vision_sec.show .line:after {
  width: 0;
}

.vision_sec .line {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.vision_sec .line:before,
.vision_sec .line:after {
  content: '';
  position: absolute;
  color: #231815;
  background: #fff;
  transition: .5s linear;
}

.vision_sec .line:before {
  bottom: 0;
  width: 2rem;
  height: 100%;
  transition-delay: .5s;
}

@media screen and (max-width: 767px) {
  .vision_sec .line:before {
    width: 1rem;
  }
}

.vision_sec .line:after {
  right: 0;
  bottom: 0;
  height: 2rem;
  width: 100%;
  transition-delay: 1s;
}

@media screen and (max-width: 767px) {
  .vision_sec .line:after {
    height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .vision_sec {
    padding: 7rem 0 6rem;
  }
}

.vision_sec:before {
  content: '';
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: #fff;
  color: #231815;
  z-index: -1;
  top: 2rem;
}

@media screen and (max-width: 767px) {
  .vision_sec:before {
    top: 1rem;
    width: calc(100% - .7rem);
    height: calc(100% - .7rem);
  }
}

.vision_sec.b {
  color: #231815;
  background: linear-gradient(90deg, #1d2088 0%, #00a7ea 100%);
  padding: 11rem 0 16rem;
}

@media screen and (max-width: 767px) {
  .vision_sec.b {
    padding: 7rem 0;
  }
}

.vision_sec.b:before {
  height: calc(100% - 4rem);
  right: 0;
}

@media screen and (max-width: 767px) {
  .vision_sec.b:before {
    height: calc(100% - 2rem);
  }
}

.vision_sec .ttl {
  font-size: 2.7rem;
  letter-spacing: .05em;
  line-height: 1;
}

.vision_sec p {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .vision_sec p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.vision_sec .sub {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 2em 0 1.5em;
}

@media screen and (max-width: 767px) {
  .vision_sec ul {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .vision_sec .row {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }

  .vision_sec ul {
    width: 20rem;
  }

  .vision_sec .desc {
    width: 57rem;
  }

  .vision_sec li+li {
    margin-top: 5rem;
  }
}

.vision_circle {
  padding: 9rem 0 10rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .vision_circle {
    padding: 7rem 0;
  }
}

.vision_circle .ttl {
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 1.6em;
}

.vision_circle .ttl img {
  display: block;
  margin: 0 auto 1.6em;
  width: 28rem;
}

@media screen and (max-width: 767px) {
  .vision_circle .ttl img {
    width: 23rem;
  }
}

.vision_circle p {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: .06em;
  margin-top: 2.3em;
}

@media screen and (max-width: 767px) {
  .vision_circle p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }

  .vision_circle p br {
    display: none;
  }
}

.msg_body {
  padding-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .msg_body {
    padding-bottom: 7rem;
  }
}

.msg_body p {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .msg_body p {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .msg_body p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .msg_body p br {
    display: none;
  }
}

.msg_body .sign {
  text-align: right;
  line-height: 1.7;
  margin-right: 4rem;
}

.msg_body .sign em {
  font-size: 1.9rem;
}

.msg_body .sign br {
  display: block;
}

.msg_body figure {
  width: 20rem;
}

@media screen and (max-width: 767px) {
  .msg_body figure {
    width: 11rem;
  }

  .msg_body .sign {
    text-align: right;
    line-height: 1.7;
    margin-right: 0;
    font-size: 1.2rem;
  }


  .msg_body .sign em {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .msg_body {
    justify-content: space-between;
    align-items: flex-start;
    width: 55rem;
  }

  .msg_body .desc {
    width: 56rem;
  }
}

.profile_body {
  padding-bottom: 5rem;
}

.prf {
  display: flex;
  justify-content: center;
  /* 横方向の中央寄せ（.prf全体を中央に） */
  align-items: center;
  /* 垂直方向の中央揃え */
  margin-top: 6rem;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .profile_body {
    padding-bottom: 2rem;
  }

  .prf {
    display: flex;
    justify-content: center;
    /* 横方向の中央寄せ（.prf全体を中央に） */
    align-items: center;
    /* 垂直方向の中央揃え */
    margin-top: 6rem;
    gap: 2rem;
  }
}

.profile_body th {
  text-align: left;
  width: 11em;
}

@media screen and (max-width: 767px) {
  .profile_body th {
    font-weight: bold;
  }
}

.profile_body tr>* {
  font-size: 1.4rem;
  line-height: 1.6;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .profile_body tr>* {
    float: left;
    width: 100%;
  }
}

.profile_body td {
  padding-bottom: 2.3em;
}

.profile_body .c_btn {
  text-align: left;
  margin: 1rem 0 4rem;
}

.profile_body .pnfimg {
  width: 25rem;
  margin: 0 auto 5rem;
}

.profile_body .c_btn.--01 {
  text-align: center;
  margin: 1rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .profile_body {
    width: 72rem;
  }
}

.profile_body .map {
  margin: 4rem 0;
}

#googlemap {
  position: relative;
  padding-top: 71.1%;
}

.chart_img {
  padding-bottom: 10rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .chart_img {
    margin: 0 -1rem;
  }
}

.chart_img img {
  width: 65rem;
  mix-blend-mode: multiply;
}

.officer_list {
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .officer_list {
    display: grid;
    grid-template-columns: repeat(3, 14.5rem);
    justify-content: center;
    gap: 2rem 5em;
    margin: 0 auto;
  }

  .officer_list li {
    text-align: left;
  }

  .officer_list li small {
    display: block;
    font-size: 1.3rem;
  }
}

.officer_list li {
  font-size: 2.1rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .officer_list li {
    margin-top: 2rem;
    font-size: 2rem;
    text-align: center;
  }
}

.officer_list small {
  font-size: 1.25rem;
  display: block;
}

.history_body {
  padding-bottom: 16rem;
}

@media screen and (min-width: 768px) {
  .history_body {
    width: 70rem;
  }

  .history_body .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .history_body .ttl {
    width: 10rem;
    margin-top: -1rem;
  }

  .history_body ul {
    width: 60rem;
  }
}

@media screen and (max-width: 767px) {
  .history_body {
    padding-bottom: 6rem;
  }
}

.history_body .row {
  margin-top: 2rem;
}

.history_body .ttl {
  font-size: 3.5rem;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .history_body .ttl {
    margin-bottom: 1rem;
  }
}

.history_body li {
  font-size: 1.32rem;
  line-height: 1.6;
  position: relative;
  padding-left: 3.5em;
}

.history_body li i {
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0;
  font-size: 1.154em;
}

.group_body {
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .group_body {
    padding-bottom: 8rem;
    margin: 0 1.6rem;
  }
}

.group_body .lead {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .group_body .lead {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.group_body figure {
  text-align: center;
  margin: 7rem 0;
}

.group_body figure img {
  width: 53.1rem;
}

.group_body .ttl {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: solid 1px #231815;
  position: relative;
  padding-bottom: .6em;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .group_body .ttl {
    font-size: 1.333rem;
  }
}

@media screen and (max-width: 767px) {
  .group_body li+li {
    margin-top: 8rem;
  }
}

.group_body li p,
.group_body li dt,
.group_body li dd {
  font-size: 1.4rem;
  line-height: 1.612;
}

@media screen and (max-width: 767px) {

  .group_body li p,
  .group_body li dt,
  .group_body li dd {
    font-size: 1.25rem;
  }
}

.group_body li p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .group_body li p br {
    display: none;
  }
}

.group_body dt {
  position: absolute;
}

.group_body dd {
  margin-left: 6.5em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .group_body ul {
    display: flex;
    gap: 14rem 3rem;
    flex-wrap: wrap;
  }

  .group_body li {
    width: calc(50% - 1.5rem);
  }
}

@media screen and (min-width: 768px) {
  .group_body .c_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .group_body .c_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.group_body .c_btn a {
  font-size: 1.1rem;
  width: 9.4em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .group_body .c_btn a {
    font-size: 1rem;
    padding: .1em 1em;
  }
}

.inova_lead {
  text-align: center;
  padding-bottom: 4rem;
}

.inova_lead p {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .inova_lead p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.inova_lead .catch {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .inova_lead .catch {
    white-space: nowrap;
    font-size: 1.8rem;
  }
}

.inova_gd {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .inova_gd {
    padding: 6rem 0 5rem;
  }
}

.inova_gd .ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .06em;
  margin-bottom: 3.5rem;
}

.inova_gd .ttl img {
  display: block;
  margin: 0 auto 2em;
  width: 27.7rem;
}

@media screen and (max-width: 767px) {
  .inova_gd .ttl img {
    width: 24rem;
  }
}

.inova_gd figure {
  margin-bottom: 3.5rem;
}

.inova_gd p,
.inova_gd dd {
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 2;
}

.inova_gd dt {
  font-size: 1.5rem;
  letter-spacing: .06em;
  margin: 1em 0 1.4em;
}

.news_body {
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .news_body {
    padding-bottom: 6rem;
  }
}

.news_body .year {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 6rem;
  font-size: 2rem;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .news_body .year {
    margin-bottom: 8.5rem;
    width: 65rem;
  }
}

.news_body .year a {
  display: block;
}

.news_body .year a:hover,
.news_body .year a.active {
  opacity: 1;
  color: #00a0e9;
  background-color: unset;
}

.news_nav {
  text-align: center;
  margin-bottom: 4rem;
}

.news_nav li {
  display: inline-block;
}

.news_nav a {
  display: block;
}

.news_nav a:hover {
  opacity: 1;
}

.news_nav .category li {
  font-size: 1.2rem;
  letter-spacing: .2em;
  width: 8.3em;
}

.news_nav .category a {
  padding: .1em 0;
  border: solid 1px #727171;
}

.news_nav .category a:hover, .news_nav .category a.active {
  color: #fff;
  background: #727171;
}

.news_nav .category .pr {
  border: solid 1px #66bf97;
  color: #66bf97;
  background-color: unset;
}

.news_nav .category .pr:hover, .news_nav .category .pr.active {
  color: #231815;
  background: #66bf97;
}

.news_nav .category .bunjo {
  border: solid 1px #00a7ea;
  color: #00a7ea;
  background-color: unset;
}

.news_nav .category .bunjo:hover, .news_nav .category .bunjo.active {
  color: #231815;
  background: #00a7ea;
}

.news_nav .category .other {
  border: solid 1px #7a6a56;
  color: #7a6a56;
  background-color: unset;
}

.news_nav .category .other:hover, .news_nav .category .other.active {
  color: #231815;
  background: #7a6a56;
}

.news_nav .category .Kensetsu {
  border: solid 1px #595757;
  color: #595757;
  background-color: unset;
}

.news_nav .category .Kensetsu:hover, .news_nav .category .Kensetsu.active {
  color: #231815;
  background: #595757;
}

.news_nav .category .reform {
  border: solid 1px #556687;
  color: #556687;
  background-color: unset;
}

.news_nav .category .reform:hover, .news_nav .category .reform.active {
  color: #231815;
  background: #556687;
}

.news_body .news_list {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .news_body .news_list {
    width: 60rem;
    margin: 0 auto;
  }
}

.mask {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.mask.evt {
  visibility: visible;
}

.mask:before {
  content: '';
  color: #231815;
  background: #3476a6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.mask.show:before {
  height: 0;
}

.policy_body {
  padding-bottom: 10rem;
}

.policy_body dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.policy_body p,
.policy_body dd {
  font-size: 1.3rem;
  line-height: 2.3;
  margin-bottom: 2.5em;
}

.policy_body dd .pdf {
  margin-top: 1.5rem;
}

.policy_body dd .pdf img {
  width: 9.7em;
}

.policy_body .date {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .policy_body dt {
    font-size: 2rem;
  }

  .policy_body p,
  .policy_body dd {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {

  .sec_top.show .lead.evt dt:before,
  .sec_top.show .lead.evt dt:after,
  .sec_top.show .lead.evt dd:before,
  .sec_top.show .lead.evt dd:after {
    color: #231815;
    background: #f7f7f7;
  }

  .sec_top.show .lead.evt i:before,
  .sec_top.show .lead.evt i:after {
    color: #231815;
    background: #f7f7f7;
  }

  .sec_top .lead.evt.show i:before,
  .sec_top .lead.evt.show i:after {
    width: 0;
    transition: width .15s linear;
  }

  /* .sec_top .lead.evt.show dt:before,
  .sec_top .lead.evt.show dd:before {
    height: 0 !important;
    transition: height .3s linear .15s;
  }

  .sec_top .lead.evt.show dt:after,
  .sec_top .lead.evt.show dd:after {
    width: 0 !important;
    transition: width .15s linear .45s;
  }

  .sec_top .lead.evt dt:before,
  .sec_top .lead.evt dt:after,
  .sec_top .lead.evt dd:before,
  .sec_top .lead.evt dd:after {
    content: '';
    position: absolute;
    color: #231815;
    background: #fff;
    bottom: 0;
  }

  .sec_top .lead.evt dd:before,
  .sec_top .lead.evt dd:after {
    top: 0;
    bottom: auto;
  }

  .sec_top .lead.evt dt:before,
  .sec_top .lead.evt dd:before {
    height: 100%;
    width: 1.4rem;
  }

  .sec_top .lead.evt dt:after,
  .sec_top .lead.evt dd:after {
    width: 9rem;
    height: 1.4rem;
  }

  .sec_top .lead.evt i:before,
  .sec_top .lead.evt i:after {
    content: '';
    position: absolute;
    color: #231815;
    background: #fff;
    width: 9rem;
    height: 1.4rem;
    top: 0;
    z-index: 1;
  }

  .sec_top .lead.evt i:before {
    left: 0;
  }

  .sec_top .lead.evt i:after {
    right: 0;
  }

  .sec_top .lead.evt dt:before {
    height: 100%;
    width: 1.4rem;
    left: 0;
  }

  .sec_top .lead.evt dt:after {
    width: 9rem;
    height: 1.4rem;
    right: calc(100% - 9rem);
  }

  .sec_top .lead.evt dd:before,
  .sec_top .lead.evt dd:after {
    z-index: 1;
  }

  .sec_top .lead.evt dd:before {
    right: 0;
  }

  .sec_top .lead.evt dd:after {
    left: calc(100% - 9rem);
  } */
}

/*# sourceMappingURL=style.css.map */