@charset "UTF-8";
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

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

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

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

picture {
  display: block;
}

/*==Noto Sans JP==*/
/*Thin*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
/*Light*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/*Black*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  word-break: break-all;
}
html.-font-L {
  font-size: 70%;
}

body {
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
@media screen and (max-width: 1079px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 763px) {
  body {
    padding-top: 16vw;
  }
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 764px) {
  a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------------------------------
  c-breadcrumbs
----------------------------------------------------------------------------*/
.c-breadcrumbs {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 763px) {
  .c-breadcrumbs {
    display: none;
  }
}
.c-breadcrumbs__item:not(:last-child)::after {
  margin: 0 5px;
  content: ">";
}

/*----------------------------------------------------------------------------
	c-hero
----------------------------------------------------------------------------*/
.c-hero {
  position: relative;
}
@media screen and (min-width: 1401px) {
  .c-hero {
    aspect-ratio: 1400/240;
  }
}
@media screen and (max-width: 1400px) {
  .c-hero {
    height: 240px;
  }
}
@media screen and (max-width: 763px) {
  .c-hero {
    height: auto;
  }
}
.c-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 763px) {
  .c-hero__bg {
    position: static;
  }
}
.c-hero__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 87, 163, 0.45);
  content: "";
}
.c-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 763px) {
  .c-hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.c-hero__title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 763px) {
  .c-hero__title {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------------------------------------
	c-button
----------------------------------------------------------------------------*/
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 240px;
  min-height: 50px;
  padding: 0 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  background-color: #0F57A3;
  border: 2px solid #0F57A3;
}
@media screen and (min-width: 764px) {
  .c-button {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.c-button--arrow-left:before {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  margin-right: 0.5em;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background-color: #fff;
  z-index: 2;
}
.c-button--arrow-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  width: 11px;
  height: 13px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 763px) {
  .c-button--arrow-right:before {
    width: 8px;
    height: 10px;
  }
}
.c-button--arrow-bottom {
  padding-right: 3rem;
}
@media screen and (max-width: 763px) {
  .c-button--arrow-bottom {
    padding-right: 1.5rem;
  }
}
.c-button--arrow-bottom:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translate(-4rem, -50%);
          transform: translate(-4rem, -50%);
  width: 2.7rem;
  height: 1.8rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
@media screen and (max-width: 763px) {
  .c-button--arrow-bottom:before {
    -webkit-transform: translate(-1.5rem, -50%);
            transform: translate(-1.5rem, -50%);
    width: 1.4rem;
    height: 1rem;
  }
}
.c-button--white {
  color: #0F57A3;
  background-color: #fff;
}
.c-button--white::before {
  background-color: #0F57A3;
}

/*----------------------------------------------------------------------------
	c-lead
----------------------------------------------------------------------------*/
.c-lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 763px) {
  .c-lead {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------------------------------
  c-pageback
----------------------------------------------------------------------------*/
.c-pageback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

/*----------------------------------------------------------------------------
  c-googleSearch
----------------------------------------------------------------------------*/
.c-googleSearch .gsc-control-cse {
  padding: 0;
  height: 34px;
  background: none;
  border: none;
}
.c-googleSearch .gsc-control-cse * {
  padding: 0;
  margin: 0;
}
.c-googleSearch .gsc-search-box {
  margin: 0;
}
.c-googleSearch table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.c-googleSearch input.gsc-input {
  height: 34px !important;
}
@media screen and (max-width: 763px) {
  .c-googleSearch input.gsc-input {
    width: calc(100% - 85px) !important;
    font-size: 1.6rem;
  }
}
.c-googleSearch .gsib_a {
  padding: 0 9px;
}
@media screen and (max-width: 763px) {
  .c-googleSearch .gsc-input-box {
    padding: 0;
    border-radius: 0;
  }
}
.c-googleSearch .gsc-search-button {
  width: 88px;
  height: 34px;
  background: url(../images/common/icon_search.png) no-repeat center center/19px auto #0F57A3;
  border: none;
}
.c-googleSearch .gsc-search-button::before, .c-googleSearch .gsc-search-button::after, .c-googleSearch .gsc-search-button svg {
  display: none;
  visibility: hidden;
}
.c-googleSearch .gsc-search-button:hover, .c-googleSearch .gsc-search-button:focus {
  background: url(../images/common/icon_search.png) no-repeat center center/19px auto #0F57A3;
}

/*----------------------------------------------------------------------------
	c-pager
----------------------------------------------------------------------------*/
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.c-pager__link {
  position: relative;
  display: block;
  width: 450px;
  max-width: calc(50% - 20px);
  padding: 15px;
  color: #0F57A3;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0F57A3;
  border-radius: 4px;
}
@media screen and (max-width: 763px) {
  .c-pager__link {
    width: 12rem;
    padding: 10px;
    font-size: 0;
  }
}
.c-pager__link::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 15px;
  background-color: #0F57A3;
  z-index: 2;
}
.c-pager__link--prev::before {
  left: 0;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media screen and (max-width: 763px) {
  .c-pager__link--prev::after {
    font-size: 1.6rem;
    font-weight: 700;
    content: "前へ";
  }
}
.c-pager__link--next {
  margin-left: auto;
}
.c-pager__link--next::before {
  right: 0;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 763px) {
  .c-pager__link--next::after {
    font-size: 1.6rem;
    font-weight: 700;
    content: "次へ";
  }
}

/*----------------------------------------------------------------------------
	c-scrollhint
----------------------------------------------------------------------------*/
.c-scrollhint__tip {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 10px;
  background: rgba(15, 87, 163, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  white-space: nowrap;
  -webkit-animation: scroll-hint-animation 2s infinite ease;
          animation: scroll-hint-animation 2s infinite ease;
}
@media screen and (max-width: 763px) {
  .c-scrollhint__wrapper {
    overflow-y: scroll;
  }
  .c-scrollhint__wrapper .minwd500 {
    min-width: 500px;
  }
  .c-scrollhint__wrapper .minwd600 {
    min-width: 600px;
  }
  .c-scrollhint__wrapper .minwd700 {
    min-width: 700px;
  }
  .c-scrollhint__wrapper .minwd800 {
    min-width: 800px;
  }
  .c-scrollhint__wrapper .minwd900 {
    min-width: 900px;
  }
  .c-scrollhint__wrapper .minwd1000 {
    min-width: 1000px;
  }
}

@-webkit-keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/*----------------------------------------------------------------------------
	c-search
----------------------------------------------------------------------------*/
.c-search .gsc-selected-option-container {
  max-width: initial;
}
.c-search .gsc-control-cse {
  padding: 0;
}
.c-search .gs-result .gs-image,
.c-search .gs-result .gs-promotion-image {
  display: inline;
}

/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/*----------------------------------------------------------------------------
	.l-header
----------------------------------------------------------------------------*/
.l-header {
  background: #fff;
  height: 116px;
}
@media screen and (max-width: 1079px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 900;
  }
}
@media screen and (max-width: 763px) {
  .l-header {
    height: 16vw;
  }
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 20px 15px 0 15px;
  background: #fff;
  z-index: 900;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1079px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
}
@media screen and (max-width: 763px) {
  .l-header__inner {
    padding: 0 0 0 2.6666666667vw;
  }
}
.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .l-header__left {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1079px) {
  .l-header__left {
    height: auto;
    margin-right: 2.6666666667vw;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 310px;
  padding: 10px 0;
  margin-left: auto;
}
@media screen and (max-width: 1079px) {
  .l-header__right {
    display: none;
  }
}
.l-header__logo {
  width: 160px;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .l-header__logo {
    width: 140px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 763px) {
  .l-header__logo {
    width: 21.8666666667vw;
    margin: 0;
  }
}
.l-header__sitename {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  font-optical-sizing: auto;
}
@media screen and (max-width: 1079px) {
  .l-header__sitename {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 763px) {
  .l-header__sitename {
    font-size: 3.7333333333vw;
  }
}
.l-header-search {
  width: 100%;
  margin-bottom: 15px;
  height: 34px;
}
@media screen and (max-width: 1079px) {
  .l-header-search {
    margin-bottom: 15px;
  }
}
.l-header-search input.gsc-input {
  width: 196px !important;
}
.l-header-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-font__label {
  margin-right: 5px;
  font-size: 1.2rem;
}
.l-header-font__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.l-header-font__item {
  width: 41px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  background-color: #d9d9d9;
  cursor: pointer;
}
.l-header-font__item.is-current {
  color: #fff;
  background-color: #0F57A3;
}
.l-header-language {
  width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-language__select {
  width: 100%;
  height: 21px;
}
.l-header__hamburger {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 763px) {
  .l-header__hamburger {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    padding: 4vw 2.6666666667vw;
  }
}
.l-header__hamburger::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  width: 100%;
  color: #0F57A3;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  content: "MENU";
}
@media screen and (max-width: 763px) {
  .l-header__hamburger::after {
    bottom: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  height: 3px;
  border-radius: 10px;
  background: #0F57A3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 763px) {
  .l-header__hamburger span {
    height: 0.5333333333vw;
  }
}
.l-header__hamburger span:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (max-width: 763px) {
  .l-header__hamburger span:nth-child(1) {
    -webkit-transform: translateY(-1.3vw);
            transform: translateY(-1.3vw);
  }
}
.l-header__hamburger span:nth-child(2) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media screen and (max-width: 763px) {
  .l-header__hamburger span:nth-child(2) {
    -webkit-transform: translateY(1.3vw);
            transform: translateY(1.3vw);
  }
}
.l-header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.l-header__hamburger.is-open.is-open span:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.l-header__hamburger.is-open::after {
  content: "CLOSE";
}
.l-header-spnavi {
  width: 100%;
  display: block;
  position: fixed;
  top: -100%;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 899;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
@media screen and (min-width: 1080px) {
  .l-header-spnavi {
    display: none;
  }
}
.l-header-spnavi.is-open {
  opacity: 1;
  z-index: 899;
}
@media screen and (max-width: 1079px) {
  .l-header-spnavi.is-open {
    top: 100px;
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 763px) {
  .l-header-spnavi.is-open {
    top: 16vw;
    height: calc(100% - 16vw);
  }
}
.l-header-spnavi__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.is-fixed .l-header {
  z-index: 1001;
}

/*----------------------------------------------------------------------------
	.l-footer
----------------------------------------------------------------------------*/
.l-footer {
  border-top: 1px solid #ccc;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 1079px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo {
  width: 166px;
  margin-right: 30px;
}
@media screen and (max-width: 1079px) {
  .l-footer__logo {
    margin: 0;
  }
}
@media screen and (max-width: 763px) {
  .l-footer__logo {
    width: 115px;
  }
}
.l-footer__address {
  color: #333;
  margin-right: auto;
}
@media screen and (max-width: 1079px) {
  .l-footer__address {
    margin: 20px 0;
    text-align: center;
  }
}
.l-footer__navi {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1079px) {
  .l-footer__navi {
    font-size: 1.4rem;
  }
}
.l-footer__navi a {
  text-decoration: underline;
}
.l-footer__pagetop a {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46px;
  height: 46px;
  color: #0F57A3;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50%;
  background-color: #fff;
}
.l-footer__pagetop a::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  margin: 0 auto;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #0F57A3;
}
.l-footer__copyright {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #0F57A3;
}

/*----------------------------------------------------------------------------
	.l-glnavi
----------------------------------------------------------------------------*/
@media screen and (min-width: 1080px) {
  .l-glnavi {
    margin-bottom: 5px;
  }
  .l-glnavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1199px) {
  .l-glnavi__list {
    gap: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .l-glnavi__item {
    position: relative;
  }
  .l-glnavi__item a {
    padding: 10px 0;
  }
  .l-glnavi__item a:hover {
    opacity: 1;
  }
  .l-glnavi__item::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 5px;
    opacity: 0;
    pointer-events: none;
    content: "";
  }
  .l-glnavi__item:has(a.is-current)::after {
    opacity: 1;
    background-color: #0F57A3 !important;
  }
  .l-glnavi__item:has(a:hover)::after {
    background-color: #ccc;
  }
}
@media screen and (min-width: 1080px) and (min-width: 764px) {
  .l-glnavi__item::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-glnavi__item:has(a:hover)::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1079px) {
  .l-glnavi--pc {
    display: none;
  }
  .l-glnavi__item {
    color: #0F57A3;
    font-weight: 500;
    border-bottom: 1px solid #0F57A3;
  }
  .l-glnavi__item a {
    display: block;
    padding: 15px 20px;
    background: url(../images/common/icon_link.svg) no-repeat right 20px center/8px auto;
  }
}

@media screen and (max-width: 1199px) {
  .-font-L .l-glnavi__item {
    font-size: 1.3rem;
  }
}
/*----------------------------------------------------------------------------
  .l-contents
----------------------------------------------------------------------------*/
.l-contents {
  padding: 70px 0;
}
@media screen and (max-width: 763px) {
  .l-contents {
    padding: 30px 0 70px 0;
  }
}

@media screen and (min-width: 764px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media screen and (max-width: 763px) {
  .u-hide-sp {
    display: none !important;
  }
}

.u-inlineblock {
  display: inline-block;
}

.u-hover-opacity {
  cursor: pointer;
}
@media screen and (min-width: 764px) {
  .u-hover-opacity {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}