@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: 0.05em;
}

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

*,
*:before,
*:after {
  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;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

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

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

a {
  backface-visibility: hidden;
  transition: 0.2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  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: 1.3rem;
  line-height: 1.16;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
.c_ttl > i {
  font-size: 2.9rem;
  letter-spacing: 0.09em;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .c_ttl > i {
    font-size: 2.6rem;
  }
}
.c_ttl.top,
.c_ttl3.top {
  padding-top: 13rem;
}

.c_ttl2 {
  text-align: center;
  width: 33rem;
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  margin: 0 auto 4rem;
  line-height: 4.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 2.2rem;
  }
}
.c_ttl2:before, .c_ttl2:after {
  content: "";
  background: url(../img/quote_left02.svg) no-repeat 50%/contain;
  width: 3.6rem;
  height: 4.7rem;
  position: absolute;
  bottom: 0;
  margin-left: -2.5em;
}
.c_ttl2:after {
  background-image: url(../img/quote_right02.svg);
  margin-left: 1em;
}


.c_ttl3 {
  text-align: center;
  margin-bottom: 3rem;
}
.c_ttl3 > span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  margin-left: 0.3em;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .c_ttl3 > span {
    font-size: 1.2rem;
  }
}
.c_ttl3.b {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .c_ttl3.b {
    margin-bottom: 4rem;
  }
}
.c_ttl3.b i {
  padding-bottom: 0.6em;
}
.c_ttl3 > i {
  display: block;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.7em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c_ttl3 > i {
    font-size: 2.8rem;
  }
}
.c_ttl3 > i:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: solid 1px #231815;
  width: 0;
}
.c_ttl3.show > i:before {
  width: 1.2em;
  transition: width 0.4s ease-out;
  transition-delay: 1s;
}




.evt_ttl.animated span i {
  animation: fadeInText 0.7s 0s ease-out both;
}
.evt_ttl.animated span i:nth-child(1) {
  animation-delay: 0.05s;
}
.evt_ttl.animated span i:nth-child(2) {
  animation-delay: 0.1s;
}
.evt_ttl.animated span i:nth-child(3) {
  animation-delay: 0.15s;
}
.evt_ttl.animated span i:nth-child(4) {
  animation-delay: 0.2s;
}
.evt_ttl.animated span i:nth-child(5) {
  animation-delay: 0.25s;
}
.evt_ttl.animated span i:nth-child(6) {
  animation-delay: 0.3s;
}
.evt_ttl.animated span i:nth-child(7) {
  animation-delay: 0.35s;
}
.evt_ttl.animated span i:nth-child(8) {
  animation-delay: 0.4s;
}
.evt_ttl.animated span i:nth-child(9) {
  animation-delay: 0.45s;
}
.evt_ttl.animated span i:nth-child(10) {
  animation-delay: 0.5s;
}
.evt_ttl.animated span i:nth-child(11) {
  animation-delay: 0.55s;
}
.evt_ttl.animated span i:nth-child(12) {
  animation-delay: 0.6s;
}
.evt_ttl.animated span i:nth-child(13) {
  animation-delay: 0.65s;
}
.evt_ttl.animated span i:nth-child(14) {
  animation-delay: 0.7s;
}
.evt_ttl.animated span i:nth-child(15) {
  animation-delay: 0.75s;
}
.evt_ttl.animated span i:nth-child(16) {
  animation-delay: 0.8s;
}
.evt_ttl.animated span i:nth-child(17) {
  animation-delay: 0.85s;
}
.evt_ttl.animated span i:nth-child(18) {
  animation-delay: 0.9s;
}
.evt_ttl.animated span i:nth-child(19) {
  animation-delay: 0.95s;
}
.evt_ttl.animated span i:nth-child(20) {
  animation-delay: 1s;
}
.evt_ttl.animated span i:nth-child(21) {
  animation-delay: 1.05s;
}
.evt_ttl.animated span i:nth-child(22) {
  animation-delay: 1.1s;
}
.evt_ttl.animated span i:nth-child(23) {
  animation-delay: 1.15s;
}
.evt_ttl.animated span i:nth-child(24) {
  animation-delay: 1.2s;
}
.evt_ttl.animated span i:nth-child(25) {
  animation-delay: 1.25s;
}
.evt_ttl.animated span i:nth-child(26) {
  animation-delay: 1.3s;
}
.evt_ttl.animated span i:nth-child(27) {
  animation-delay: 1.35s;
}
.evt_ttl.animated span i:nth-child(28) {
  animation-delay: 1.4s;
}
.evt_ttl.animated span i:nth-child(29) {
  animation-delay: 1.45s;
}
.evt_ttl.animated span i:nth-child(30) {
  animation-delay: 1.5s;
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(-0.4em, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0, 0, 0);
  }
}
.c_btn {
  margin-top: 3.5rem;
  text-align: center;
}

.c_btn a, .c_btn button {
  text-align: left;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  width: 30rem;
  line-height: 2.2;
  padding: 0 1em;
  letter-spacing: 0.08em;
  background: #595757;
  position: relative;
  overflow: hidden;
}
.c_btn a:before, .c_btn button:before {
  content: "";
  position: absolute;
  width: 1.16em;
  background: url(../img/ico_arrow04.svg) no-repeat 50%/contain;
  height: 100%;
  right: 0.8em;
  animation: move 2s infinite ease;
}

@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(150%, -100%);
    opacity: 1;
  }
  21% {
    transform: translate(150%, -100%);
    opacity: 0;
  }
  29% {
    opacity: 0;
    transform: translate(-150%, 100%);
  }
  30% {
    transform: translate(-150%, 100%);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes arrow {
  from {
    opacity: 0;
    transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .c_btn a {
    font-size: 1.4rem;
    width: 25rem;
    padding: 0.3em 1em;
  }
}
.c_btn a:hover {
  opacity: 1;
  background-position: calc(100% - 0.5em) center;
}

#gototop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #gototop {
    width: 4.2rem;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
  }
}

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

.bnr_area {
  position: relative;
  padding: 4rem 0 2.5rem;
  background-color: #e0e1e1;
}
.bnr_area .u_inner {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .bnr_area .u_inner {
    width: 90rem;
  }
}
.bnr_area.topics {
  background: #c9caca;
}
.bnr_area .ttl {
  position: relative;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bnr_area .ttl {
    font-size: 2.2rem;
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .bnr_area .row {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    justify-content: center;/*１つのとき左寄せではなくセンタリング*/
  }
  .bnr_area .row .item {
    width: 50%;
  }
  .bnr_area .row .item img {
    width: 100%;
  }
}
.bnr_area .item {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .bnr_area .item {
    padding: 0.75rem;
  }
}
@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;
  }
}
@media screen and (max-width: 767px) {
  .bnr_area dl {
    width: 25rem;
    margin: 2.5rem auto;
  }
}
.bnr_area dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.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;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation: fadeInUp 0.5s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(3em, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

.mask {
  position: relative;
  overflow: hidden;
}
.mask::after {
  content: "";
  background: #dbe7ed;
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 100%;
  animation: mask 0.3s forwards ease-in;
}

@keyframes mask {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(1.1);
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ov_frame {
  position: relative;
}
.ov_frame span.a::before {
  content: "";
  position: absolute;
  inset: 0.5rem 0.5rem auto auto;
  z-index: 1;
  height: 3px;
}
.ov_frame span.a::after {
  content: "";
  position: absolute;
  inset: auto 0.5rem 0.5rem auto;
  z-index: 1;
  width: 3px;
}
.ov_frame span.b::before {
  content: "";
  position: absolute;
  inset: auto auto 0.5rem 0.5rem;
  z-index: 1;
  height: 3px;
}
.ov_frame span.b::after {
  content: "";
  position: absolute;
  inset: 0.5rem auto auto 0.5rem;
  z-index: 1;
  width: 3px;
}
.ov_frame:hover span.a::before, .ov_frame:hover span.b::before {
  animation: ov_frameX 0.3s forwards ease-out;
}
.ov_frame:hover span.a::after, .ov_frame:hover span.b::after {
  animation: ov_frameY 0.3s forwards ease-out;
}

@keyframes ov_frameX {
  0% {
    background: #727171;
    width: 0;
  }
  66% {
    background: #727171;
    width: calc(100% - 1rem);
  }
  100% {
    background: #5d83c3;
    width: calc(100% - 1rem);
  }
}
@keyframes ov_frameY {
  0% {
    background: #727171;
    height: 0;
  }
  66% {
    background: #727171;
    height: calc(100% - 1rem);
  }
  100% {
    background: #5d83c3;
    height: calc(100% - 1rem);
  }
}
/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

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

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  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 2rem;
  }
  .u_inner.b {
    margin: 0;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  background: #fff;
  height: 8rem;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
#header.scroll {
  opacity: 0;
}
#header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  background: linear-gradient(90deg, #00a7ea 0%, #1d2088 100%);
}
@media screen and (max-width: 767px) {
  #header:before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 6.1rem;
  }
}

.h_logo {
  position: absolute;
  top: 2.5rem;
  left: 40px;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
	.h_logo{
		left: 20px;
	}
}
@media screen and (max-width: 767px) {
  .h_logo {
    top: 1rem;
  }
}
.h_logo img {
/* width: 20rem; */
	width: 25rem;/*202607*/
}

.h_nav {
  font-weight: 500;
	margin-right: 50px;
}

.h_nav a.blank {
	position: relative;
  padding-right: 2rem;
}
.h_nav a.blank::after {
  content: "";
  background: url(../img/ico_blank.svg) no-repeat center/cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	.h_nav .sub a.blank::after{
		right: 0;
	}
}

@media screen and (max-width: 1280px) {
	.h_nav{
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
  .h_nav a.blank::after {
		background: url(../img/ico_blank_w.svg) no-repeat center/cover;
  }
}

@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/ico_arrow03_w.svg) no-repeat right center/1.4rem;
  }
  .h_nav a[target=_blank] {
    background: url(../img/ico_blank_w.svg) no-repeat right center/1.4rem;
  }
  .h_nav .sub a {
    background: none;
    padding: 0 1em;
    height: 5rem;
    display: flex;
    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;
  }
}
@media screen and (min-width: 768px) {
  .h_nav {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-top: 2rem;
    gap: 2rem;
    font-weight: bold;
  }
  .h_nav li {
    font-size: 1.5rem;
  }
  .h_nav li.com a {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    border: solid 0.3px #231815;
    padding: 0 2.5em;
    line-height: 2.4;
    position: relative;
    top: 0.8rem;
    border-radius: 0.2em;
  }
  .h_nav li.com a:before {
    content: none;
  }
  .h_nav li.mail a {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    background: linear-gradient(90deg, #229CD8 0%, #1D2A73 100%);
    padding: 0 2.5em;
    line-height: 2.6;
    position: relative;
    top: 0.8rem;
    border-radius: 0.2em;
    color: #fff;
  }
  .h_nav li.mail a:hover:before {
    content: none;
  }
  .h_nav li.hvr a {
    overflow: hidden;
  }
  .h_nav li.hvr a span {
    position: relative;
    z-index: 1;
  }
  .h_nav li.hvr a::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms, width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
	  background: none;
  }
  .h_nav li.hvr a:hover::after {
    width: 15rem;
    height: 15rem;
    opacity: 1;
    transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .h_nav li.hvr.com a:hover {
    color: #fff;
  }
  .h_nav li.hvr.com a:hover::after {
    background: linear-gradient(90deg, #229CD8 0%, #1D2A73 100%);
  }
  .h_nav li.hvr.mail a:hover::after {
    background: #152474;
  }
  .h_nav li:hover a {
    opacity: 1;
  }
  .h_nav li:hover a:before {
    width: 100%;
  }
  .h_nav li:hover a.active:after {
    content: none;
  }
  .h_nav li a {
    display: block;
    letter-spacing: 0.12em;
    position: relative;
    line-height: 4.5rem;
  }
  .h_nav li a.active:after {
    content: "";
    width: 2em;
    border-bottom: solid 2px #040000;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .h_nav li a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    width: 0;
    transition: width 0.2s ease-in;
    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 0.2s ease-in;
    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: 6rem;
    transition-delay: 0s;
  }
  .h_nav li:hover .sub.com {
    height: 14rem;
  }
  .h_nav .sub {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 8rem;
    background: rgba(255, 255, 255, 0.9);
    height: 0;
    transition: height 0.2s ease-in;
    overflow: hidden;
    text-align: left;
    transition-delay: 0.2s;
    display: flex;
    align-items: center;
  }
  .h_nav .sub ul {
    width: 82rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .h_nav .sub li {
    font-size: 1.4rem;
    white-space: nowrap;
    margin-right: 4rem;
  }
  .h_nav .sub.corp_sub li {
    width: 11em;
    margin-bottom: 2em;
    margin-right: 0;
  }
  .h_nav .sub.corp_sub li:nth-child(5n+2) {
    width: 16em;
  }
  .h_nav .sub.corp_sub li:nth-child(5n+3) {
    width: 8em;
  }
  .h_nav .sub li a {
    line-height: 1.5;
    background: url(../img/ico_arrow02.svg) no-repeat left 0.4em/0.55rem;
    letter-spacing: 0;
    position: relative;
    padding-left: 1.1em;
  }
  .h_nav .sub li a:before {
    content: none !important;
  }
  .h_nav .sub li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}
@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 {
    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: 0.6rem;
    width: 2.9rem;
  }
  .h_menu span:nth-child(3) {
    bottom: 0;
    width: 2rem;
  }
  body.open .h_menu span {
    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;
    animation: c-act-menu-bar 0.8s forwards;
  }
  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;
  }
}
#footer {
  text-align: center;
  padding-top: 4rem;
  position: relative;
  z-index: 5;
  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 -2rem;
  }
  .f_nav li {
    font-size: 1rem;
    line-height: 1;
  }
}
.f_nav li:nth-child(1):before {
  content: "|";
  margin-right: 0.25em;
}

.f_nav li:after {
  content: "|";
  margin: 0 0.1em 0 0.5em;
}

@media screen and (max-width: 767px) {
  .f_nav li:after {
    margin: 0 0 0 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .f_nav li:nth-child(4):before {
    content: "|";
    margin-right: 0.25em;
  }
  .f_nav li:nth-child(n+4) {
    position: relative;
    top: -0.5em;
  }
  .f_nav a[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../img/ico_link_b.svg) no-repeat 50%/contain;
    width: 0.75rem;
    height: 0.55rem;
    margin: 0 0.2em;
  }
}
.f_logo {
  background: url(../img/f_line.png) no-repeat center top/100% 2px;
  margin: 2rem 2rem 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;
}

.form_msg {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.3;
}

.blog_list {
  padding: 6rem 0;
}
.blog_list ul {
  border-bottom: solid 1px #bdd3eb;
}
.blog_list li {
  border-top: solid 1px #bdd3eb;
  font-size: 1.4rem;
  padding: 1em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog_list li strong {
    position: absolute;
    left: 1em;
  }
}
.blog_list li a {
  color: #014796;
  display: block;
}
.blog_list li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .blog_list li a {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .blog_list li a {
    margin-top: 0.3em;
  }
}

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

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

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

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

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

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


.c_contact_area{
	background: #dbe7ed;
	padding: 4rem 0;
}
.c_contact_area .ttl{
	padding-bottom: 4rem;
	font-size: 2.8rem;
	text-align: center;
}
.c_contact_area .btn{
	width: 40rem;
	margin: 0 auto 4rem;
}
.c_contact_area .btn a{
	background: linear-gradient(90deg, #229CD8 0%, #1D2A73 100%);
	color: #fff;
	display: block;
	padding: 1.4rem 0;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 50rem;
}
.c_contact_area .box{
	background: #fff;
	padding: 3rem 0;
	border: 2px solid #014796;
}
.c_contact_area .box p{
	color: #014796;
	font-size: 1.4rem;
	text-align: center;
}
.c_contact_area .box a{
	display: inline-block;
	margin: 0 1rem;
	font-size: 2em;
}
@media screen and (max-width: 767px){
	.c_contact_area .ttl{
		font-size: 2.1rem;
	}
	.c_contact_area .btn{
		width: 100%;
	}
	.c_contact_area .box a{
		display: block;
	}
}

.breadcrumb{
	padding: 1.5rem 0;
}
.breadcrumb .breadcrumbs{
	display: flex;
	font-size: 1.3rem;
	gap: 1.6rem;
}
.breadcrumb .breadcrumbs > span{
	color: #313131;
	position: relative;
	white-space: nowrap;
}
.breadcrumb .breadcrumbs > span a{
	color: #B4B4B4;
	transition: 0.3s ease;
}
.breadcrumb .breadcrumbs > span a:hover{
	color: #909090;
}
.breadcrumb .breadcrumbs > span:not(:last-child)::after{
	content: "";
	background: #DDDDDD;
	position: absolute;
	inset: 50% calc(-0.8rem - 2px) auto auto;
	translate: 0 0;
	width: 4px;
	height: 1px;
}
@media screen and (max-width: 767px){
	.breadcrumb .breadcrumbs{
		overflow: scroll;
	}
}

