@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  right: 0;
  width: 100%;
  line-height: 1.8;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.active {
  position: fixed;
  overflow: hidden;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}
body.active:before {
  opacity: 1;
  visibility: visible;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

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

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	Google Web Font
----------------------------------------*/
/**
 * Roboto
 * regular, bold
 * font-family: 'Roboto', sans-serif;
 */
/**
 * Montserrat
 * regular, bold
 * font-family: 'Montserrat', sans-serif;
 */
/**
 * Noto Sans Jp
 * regular, bold
 * font-family: font-family:'Noto Sans JP',"Noto Sans Japanese";
 */
/*----------------------------------------
	fontSize
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
}

.u-wrapper-l {
  max-width: 1000px;
  margin: 0 auto;
}

.u-wrapper-m {
  max-width: 800px;
  margin: 0 auto;
}

.u-wrapper-s {
  max-width: 500px;
  margin: 0 auto;
}

.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

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

/*----------------------------------------
	m-breadcrumb
----------------------------------------*/
.m-breadcrumb {
  position: relative;
  background: #FAFAFA;
  padding: 10px 50px;
}
.m-breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.m-breadcrumb ol {
  max-width: 1200px;
  margin: 0 auto;
}
.m-breadcrumb li {
  position: relative;
  display: inline;
  font-size: 1.4rem;
  color: #243952;
  list-style: none;
  margin: 0 20px 0 0;
}
.m-breadcrumb li:after {
  content: ">";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  height: 20px;
  color: #7B7B7B;
  margin: auto;
}
.m-breadcrumb li:last-child:after {
  content: none;
}
.m-breadcrumb a {
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .m-breadcrumb {
    padding: 10px 15px;
  }
}
/*----------------------------------------
	m-mainvisual
----------------------------------------*/
.m-mainvisual {
  position: relative;
  height: 600px;
  background: #2f405a;
  width: 95%;
  margin: 15px auto;
}
.m-mainvisual__head {
  position: absolute;
  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;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-mainvisual__head span {
  display: block;
}
.m-mainvisual__head .ttl {
  max-width: 820px;
  margin: 0 0 50px;
}
.m-mainvisual__head .txt {
  max-width: 498px;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .m-mainvisual__head .ttl {
    max-width: 500px;
    margin: 0 0 30px;
  }
  .m-mainvisual__head .txt {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .m-mainvisual__head {
    padding: 0 0 20px;
  }
  .m-mainvisual__head .ttl {
    max-width: 250px;
    margin: 0 0 10px;
  }
  .m-mainvisual__head .txt {
    max-width: 230px;
  }
}
.p-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 80px;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../img/common/bg-mv.png) no-repeat center center/cover;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    top: 0;
    height: 100%;
  }
}
.p-mv .p-mv__inner_in p {
  position: absolute;
  top: 50%;
  right: 8%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 570px;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv__inner_in p {
    width: 80%;
    max-width: 320px;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.p-mv__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.p-mv__slider {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-mv__slider.slick-initialized {
  opacity: 1;
}
.p-mv__slide {
  width: 100%;
  position: relative;
}
.p-mv__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.p-mv__controllers {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv__controllers {
    bottom: 15px;
    left: 15px;
    gap: 15px;
  }
}
.p-mv__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-mv__buttons {
    gap: 5px;
  }
}
.p-mv__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  border: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    width: 32px;
    height: 32px;
  }
}
.p-mv__btn:hover {
  opacity: 0.8;
}
.p-mv__btn::before {
  content: "";
  display: block;
  border-style: solid;
}
.p-mv__btn--prev::before {
  border-width: 5px 6px 5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-mv__btn--prev::before {
    border-width: 4px 5px 4px 0;
  }
}
.p-mv__btn--next::before {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__btn--next::before {
    border-width: 4px 0 4px 5px;
  }
}
.p-mv__btn--pause::before {
  width: 10px;
  height: 10px;
  border: none;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__btn--pause::before {
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.p-mv__btn--pause.is-paused::before {
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-mv__btn--pause.is-paused::before {
    border-width: 4px 0 4px 6px;
  }
}
.p-mv__progress {
  width: 150px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__progress {
    width: 100px;
  }
}
.p-mv__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
}
.p-mv .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-mv .slick-dots {
    bottom: -25px;
  }
}
.p-mv .slick-dots li {
  margin: 0 5px;
}
.p-mv .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.p-mv .slick-dots li button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
}
.p-mv .slick-dots li.slick-active button::before {
  background: #000;
}
.p-mv__banner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 280px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 3;
}
.p-mv__banner:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.p-mv__banner img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .p-mv__banner {
    width: 80%;
    max-width: 240px;
    right: 50%;
    bottom: auto;
    top: 60%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .p-mv__banner:hover {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .p-mv__inner {
    max-width: 100%;
  }
}

.p-sub-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
.p-sub-mv::before {
  content: "";
  position: absolute;
  top: -170px;
  left: 0;
  width: 100%;
  height: 210%;
  background: url(../img/common/bg-mv.png) no-repeat center center/cover;
  z-index: 1;
}
.p-sub-mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-sub-mv__copy {
  width: 71%;
}
.p-sub-mv__copy img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-sub-mv__catch {
  position: absolute;
  left: 105px;
  top: 50%;
  -webkit-transform: none;
          transform: none;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-sub-mv__catch .m-wrap {
  padding: 10px 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .p-sub-mv__inner {
    display: block;
  }
  .p-sub-mv__copy {
    width: 100%;
    margin-bottom: 0;
  }
  .p-sub-mv__catch {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-left: 0;
    font-size: 2rem;
    z-index: 10;
  }
}

/*----------------------------------------
	m-pagination
----------------------------------------*/
.m-pagination {
  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;
  margin: 30px 0 0;
}
.m-pagination__prev a, .m-pagination__next a {
  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;
  width: 44px;
  height: 44px;
  background: #FFCE00;
  border-radius: 15px;
}
.m-pagination__prev img, .m-pagination__next img {
  width: 14px;
}
.m-pagination__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.m-pagination__body li, .m-pagination__body a {
  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;
}
.m-pagination__body li {
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  list-style: none;
  margin: 0 5px;
  border: 2px solid #FF9700;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-pagination__body a {
  width: 100%;
  height: 100%;
  color: #7B7B7B;
  text-decoration: underline;
}
.m-pagination__body .current {
  color: #fff;
  background: #FF9700;
}

@media screen and (max-width: 767px) {
  .m-pagination__prev a, .m-pagination__next a {
    width: 40px;
    height: 40px;
  }
  .m-pagination__prev img, .m-pagination__next img {
    width: 10px;
  }
  .m-pagination__body li {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
/*----------------------------------------
	m-pageTop
----------------------------------------*/
/*----------------------------------------
	m-pager
----------------------------------------*/
.m-pager {
  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;
}
.btn-wrap__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4887DC;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  width: 282px;
  font-weight: 600;
  font-size: 1.9rem;
  text-decoration: none !important;
}
.c-btn-blue::after {
  content: "";
  background: url(../img/common/ico-arrow_btn.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  font-family: sans-serif;
  margin-left: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-btn-blue:hover {
  background-color: rgb(55.2417061611, 111.6587677725, 192.7582938389);
}

.c-btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #315AC9;
  text-decoration: none;
  padding: 12px 50px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 1.9rem;
  position: relative;
}
.c-btn-white::after {
  content: "";
  background: url(../img/common/ico-arrow_btn_blue.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-btn-white:hover {
  background-color: #f0f0f0;
}

.c-btn-gray {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #999;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
.c-btn-gray::after {
  content: "→";
  font-family: sans-serif;
  margin-left: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-btn-gray:hover {
  background-color: rgb(127.5, 127.5, 127.5);
}

.c-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button__wrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 320px;
  padding: 20px 40px;
  background-color: #315AC9;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-box-shadow: 0 4px 15px rgba(49, 90, 201, 0.3);
          box-shadow: 0 4px 15px rgba(49, 90, 201, 0.3);
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-button__wrap a {
    min-width: 100%;
    padding: 18px 20px;
    font-size: 15px;
  }
}
.c-button__wrap a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url("../img/sub/ico_pdf.svg") no-repeat center center/contain;
}
.c-button__wrap a:hover {
  background-color: rgb(66.462, 104.92, 209.038);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 20px rgba(49, 90, 201, 0.4);
          box-shadow: 0 6px 20px rgba(49, 90, 201, 0.4);
}
.c-button__wrap a.-link {
  position: relative;
}
.c-button__wrap a.-link::before {
  content: "";
  background: url(../img/common/ico-arrow_btn.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  font-family: sans-serif;
  margin-left: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-button__wrap__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-button__wrap__right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 320px;
  padding: 20px 40px;
  background-color: #315AC9;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-box-shadow: 0 4px 15px rgba(49, 90, 201, 0.3);
          box-shadow: 0 4px 15px rgba(49, 90, 201, 0.3);
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c-button__wrap__right a {
    min-width: 100%;
    padding: 18px 20px;
    font-size: 15px;
  }
}
.c-button__wrap__right a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url("../img/sub/ico_pdf.svg") no-repeat center center/contain;
}
.c-button__wrap__right a:hover {
  background-color: rgb(66.462, 104.92, 209.038);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 20px rgba(49, 90, 201, 0.4);
          box-shadow: 0 6px 20px rgba(49, 90, 201, 0.4);
}
.c-button__wrap__right a.-link {
  position: relative;
}
.c-button__wrap__right a.-link::before {
  content: "";
  background: url(../img/common/ico-arrow_btn.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  font-family: sans-serif;
  margin-left: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
	m-navCategory
----------------------------------------*/
.m-navCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  border-bottom: 2px solid #FF9700;
}
.m-navCategory li {
  width: 25%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-navCategory a {
  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;
  height: 44px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FF9700;
  border: 2px solid #FF9700;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-navCategory .current a {
  color: #fff;
  background: #FF9700;
}
.m-navCategory.-mod {
  border-top: 2px solid #FF9700;
  border-bottom: none;
}
.m-navCategory.-mod a {
  border: 2px solid #FF9700;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .m-navCategory {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border: none;
    margin: 0 -5px -10px;
  }
  .m-navCategory li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .m-navCategory a {
    font-size: 1.4rem;
    border-bottom: 2px solid #FF9700;
    border-radius: 10px;
  }
  .m-navCategory.-mod {
    border: none;
  }
  .m-navCategory.-mod a {
    border-top: 2px solid #FF9700;
    border-radius: 10px;
  }
}
.p-heading__title {
  color: #315AC9;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-heading__title {
    font-size: 24px;
    text-align: center;
  }
}
.p-heading__title.-white {
  color: #ffffff;
}
.p-heading__title.-center {
  text-align: center;
}

.sub-heading {
  text-align: center;
  color: #315AC9;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sub-heading {
    font-size: 25px;
  }
}
.sub-heading:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #dedede;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 4px;
}

.sub-heading__left {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-heading__left {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.sub-heading__left span {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.sub-heading__left span:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #315AC9;
  position: absolute;
  left: 0;
  bottom: 0px;
}

/*----------------------------------------
	m-news
----------------------------------------*/
.m-news {
  padding: 80px 0 0;
  background: #f5f5f5;
}
.m-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .m-news__btn {
    display: none;
  }
}
.m-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .m-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.m-news__content .m-news__nav-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-news__content .m-news__nav-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.m-news__content__nav {
  list-style: none;
  padding: 0;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-news__content__nav li {
  margin-bottom: 15px;
  cursor: pointer;
}
.m-news__content__nav li span {
  display: block;
  background: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.m-news__content__nav li span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.m-news__content__nav li.is-active span {
  color: #fff;
}
.m-news__content__nav li.is-active span::before {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .m-news__content__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .m-news__content__nav::-webkit-scrollbar {
    height: 4px;
  }
  .m-news__content__nav::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 2px;
  }
  .m-news__content__nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }
  .m-news__content__nav li {
    margin-bottom: 0;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-news__content__nav li:last-child {
    margin-right: 20px;
  }
  .m-news__content__nav li span {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.m-news__content .c-scroll-hint {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-news__content .c-scroll-hint {
    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;
    gap: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 80%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 6px 20px;
  }
  .m-news__content .c-scroll-hint__text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .m-news__content .c-scroll-hint__icon {
    width: 40px;
    height: 40px;
    background: url(../img/common/ico_side_scroll.svg) no-repeat center center;
    background-size: contain;
    -webkit-animation: swipe 1.5s infinite;
            animation: swipe 1.5s infinite;
  }
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes swipe {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
}
.m-news__content__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  padding: 5px 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-news__content__inner {
    padding: 20px;
  }
}
.m-news__content__inner__list {
  display: none;
}
.m-news__content__inner__list.is-active {
  display: block;
}
.m-news__content__inner__list__item {
  border-bottom: 1px solid #eee;
}
.m-news__content__inner__list__item:last-child {
  border-bottom: none;
}
.m-news__content__inner__list__item a {
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .m-news__content__inner__list__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 0;
  }
}
.m-news__content__inner__list__item a::after {
  content: "→";
  position: absolute;
  right: 0;
  color: #999;
}
@media screen and (max-width: 767px) {
  .m-news__content__inner__list__item a::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.m-news__content__inner__list__item a .-date {
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .m-news__content__inner__list__item a .-date {
    width: auto;
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.m-news__content__inner__list__item a .-cat {
  font-size: 11px;
  background: #eee;
  padding: 2px 15px;
  border-radius: 2px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .m-news__content__inner__list__item a .-cat {
    margin-bottom: 5px;
  }
}
.m-news__content__inner__list__item a .-ttl {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 10px;
  padding-right: 12px;
}

/*----------------------------------------
	m-table
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-wrap {
    padding: 0 20px;
  }
}

.m-wrap.-small {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-wrap.-small {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

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

.m-wrap {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .m-wrap {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

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

.l-side-nav {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-side-nav {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.08);
  }
}
.l-side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 60px;
  }
}
.l-side-nav ul li {
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li {
    padding: 0;
    border-bottom: none;
    border-right: 1px solid #dedede;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
  }
}
.l-side-nav ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li:last-child {
    border-right: 0;
  }
}
.l-side-nav ul li a.icon-calendar {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li a.icon-calendar {
    padding: 0 5px;
    height: 100%;
    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;
    text-align: left;
  }
}
.l-side-nav ul li a.icon-calendar:hover {
  opacity: 0.7;
}
.l-side-nav ul li a.icon-calendar img {
  width: 25px;
  display: block;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li a.icon-calendar img {
    width: 22px;
    margin: 0 8px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.l-side-nav ul li a.icon-calendar span {
  font-size: 12px;
  line-height: 1.1;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li a.icon-calendar span {
    font-size: 10px;
    line-height: 1.2;
  }
}
.l-side-nav ul li > img,
.l-side-nav ul li > a > img {
  width: 30px;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li > img,
  .l-side-nav ul li > a > img {
    width: 35px;
  }
}
.l-side-nav ul li > img:hover,
.l-side-nav ul li > a > img:hover {
  opacity: 0.7;
}

.l-header {
  width: 100%;
  color: #fff;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.l-header.is-show {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.l-header.is-show .l-header__nav > ul > li > a {
  color: #333333;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  margin: 0;
  width: 310px;
  z-index: 1010;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 140px;
    background: #0954B2;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.l-header__logo img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__nav > ul > li {
  margin-left: 25px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav > ul > li:hover {
  margin-right: 0;
}
.l-header__nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 26px 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header__nav > ul > li:hover > a {
  color: #FFD900;
}
.l-header__nav > ul > li:hover .l-header__mega {
  display: block;
}
.l-header__nav > ul > li:hover .icon-toggle::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.l-header__nav > ul > li.-contact a {
  background: #ffffff;
  color: #333 !important;
  position: relative;
  padding: 10px 40px 10px 20px;
  border-radius: 25px;
  display: block;
  margin-right: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__nav > ul > li.-contact a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/ico-arrow_btn_blue.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav > ul > li.-contact a:hover {
  opacity: 0.8;
}
.l-header__nav .icon-toggle {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.l-header__nav .icon-toggle::before, .l-header__nav .icon-toggle::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.l-header__nav .icon-toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__nav .icon-toggle::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__mega {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  z-index: 501;
}
.l-header__mega::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: transparent;
}
.l-header__mega .m-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  padding: 22px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__mega .mega-ttl {
  color: #333 !important;
  font-weight: 600;
  font-size: 1.9rem;
  position: relative;
  padding-right: 25px;
}
.l-header__mega .mega-ttl:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/ico-arrow_btn_blue.svg) no-repeat center/contain;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__mega .mega-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.l-header__mega .mega-list ul {
  margin-right: 40px;
  min-width: 140px;
}
.l-header__mega .mega-list li {
  margin-bottom: 6px;
}
.l-header__mega .mega-list li a {
  color: #333 !important;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.8rem;
}
.l-header__mega .mega-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #315AC9;
  border-right: 2px solid #315AC9;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__mega .mega-list li a:hover {
  color: #315AC9 !important;
}
.l-header__hamburger {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    background: #315AC9;
    border: none;
    z-index: 1010;
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .l-header__hamburger .hamburger-lines {
    position: relative;
    width: 24px;
    height: 18px;
    margin-bottom: 5px;
    display: block;
  }
  .l-header__hamburger .hamburger-lines span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-header__hamburger .hamburger-lines span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger .hamburger-lines span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header__hamburger .hamburger-lines span:nth-child(3) {
    bottom: 0;
  }
  .l-header__hamburger .hamburger-text {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hamburger.is-active .hamburger-lines span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-header__hamburger.is-active .hamburger-lines span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-active .hamburger-lines span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  .l-header__hamburger.is-active .hamburger-text {
    color: #fff;
  }
}
.l-header__sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__sp-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1005;
    -webkit-transition: right 0.4s ease-out;
    transition: right 0.4s ease-out;
    overflow-y: auto;
    padding: 80px 20px 40px;
  }
  .l-header__sp-nav.is-active {
    right: 0;
  }
}

.sp-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-nav-list li {
  border-bottom: 1px solid #eee;
}
.sp-nav-list li a, .sp-nav-list li > span {
  display: block;
  padding: 15px 5px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}
.sp-nav-list li.has-child > .js-sp-accordion-trigger {
  position: relative;
  cursor: pointer;
}
.sp-nav-list li.has-child > .js-sp-accordion-trigger::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #315AC9;
  border-bottom: 2px solid #315AC9;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sp-nav-list li.has-child > .js-sp-accordion-trigger.is-open::after {
  -webkit-transform: translateY(-20%) rotate(-135deg);
          transform: translateY(-20%) rotate(-135deg);
}
.sp-nav-list li .btn-contact {
  background: #315AC9;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px;
}

.sp-nav-child {
  display: none;
  background: #f9f9f9;
  padding: 0;
  list-style: none;
}
.sp-nav-child li {
  border-bottom: none;
  border-top: 1px dashed #ddd;
}
.sp-nav-child li a {
  padding: 12px 15px 12px 30px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
.sp-nav-child li a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #315AC9;
  border-right: 2px solid #315AC9;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

body.is-fixed {
  overflow: hidden;
}

.l-footer {
  background-color: #425395;
  color: #fff;
  padding: 40px 0 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 90px;
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-footer.png) repeat-x center bottom;
  background-size: 250px;
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
}
.l-footer .m-wrap {
  position: relative;
  z-index: 1;
}

.p-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.p-footer-info {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.p-footer-logo {
  margin-bottom: 10px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-footer-logo {
    text-align: center;
    margin: 0 auto 20px;
  }
}

.p-footer-address {
  line-height: 1.8;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
  font-size: 1.4rem;
}
.p-footer-address address {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-footer-address address {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 22px;
}
@media screen and (max-width: 767px) {
  .p-footer-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer-details .detail-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-footer-details .detail-row dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.p-footer-details .detail-row .label {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-footer-details .detail-row dl {
    gap: 0 12px;
  }
}

.p-footer-banners {
  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;
  gap: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-footer-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}

.p-footer-banner {
  display: block;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.p-footer-banner img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-footer-banner .c-arrow-circle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.p-footer-banner .c-arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #315AC9;
  border-bottom: 2px solid #315AC9;
}
.p-footer-banner:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-footer-banner {
    width: 100%;
  }
}

.p-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.p-footer-nav__col {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__col {
    width: 100%;
    margin-bottom: 0;
  }
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-list.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .nav-list.mt-20 {
    margin-top: 0;
  }
}
.nav-list li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .nav-list li {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.nav-list li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
.nav-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.nav-list li.head {
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.nav-list li.head a {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nav-list li.head {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
  }
  .nav-list li.head.has-child {
    cursor: pointer;
    margin-bottom: 12px;
  }
  .nav-list li.head.has-child::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .nav-list li.head.has-child.is-open::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}

.p-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.p-footer-map .p-footer-map__inner {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .p-footer-map .p-footer-map__inner {
    width: 100%;
  }
}
.p-footer-map .p-footer-map__inner dl {
  margin-bottom: 5px;
}
.p-footer-map .p-footer-map__inner dl dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-footer-map .p-footer-map__inner dl dt, .p-footer-map .p-footer-map__inner dl dd {
  padding: 12px 0;
}
.p-footer-map .map-frame {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-footer-map .map-frame iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-footer-map .map-frame iframe {
    height: 300px;
  }
}

.copyright {
  font-size: 11px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 30px;
  }
}

/*----------------------------------------
	l-sidebar
----------------------------------------*/
.mega-menu {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  background-color: #eff4f9;
  padding: 40px 0 60px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.mega-menu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mega-menu__header {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu__title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu__title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #6c9bc5;
  border-radius: 50%;
  margin-right: 12px;
}
.mega-menu__top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1f3b5e;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mega-menu__top-btn:hover {
  opacity: 0.8;
}
.mega-menu__top-btn .arrow-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
}
.mega-menu__top-btn .arrow-circle::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1f3b5e;
  border-right: 2px solid #1f3b5e;
  -webkit-transform: translate(-1px, 0) rotate(45deg);
          transform: translate(-1px, 0) rotate(45deg);
}
.mega-menu__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mega-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.mega-menu__category, .mega-menu__single-link {
  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;
  background-color: #E1EBF2;
  padding: 0 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  height: 80px;
  border-radius: 4px;
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.mega-menu__category:hover, .mega-menu__single-link:hover {
  background-color: rgb(221.3269230769, 231.2307692308, 237.1730769231);
}
.mega-menu__category .icon-arrow-right, .mega-menu__single-link .icon-arrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  background-color: #8daabf;
  border-radius: 50%;
}
.mega-menu__category .icon-arrow-right::after, .mega-menu__single-link .icon-arrow-right::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-1px, 0) rotate(45deg);
          transform: translate(-1px, 0) rotate(45deg);
}
.mega-menu__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu__links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
}
.mega-menu__links li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu__links li a::before {
  content: "›";
  color: #6c9bc5;
  font-size: 20px;
  margin-right: 6px;
  line-height: 1;
  margin-top: -2px;
}
.mega-menu__links li a:hover {
  color: #1f3b5e;
  text-decoration: underline;
}
.mega-menu__grid-row {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  width: 100%;
}
.mega-menu__grid-row--2col {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.mega-menu__grid-row--4col {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.mega-menu__single-link {
  width: 100%;
  margin-right: 0;
}
.mega-menu__footer {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mega-menu__close-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333;
}
.mega-menu__close-btn .close-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.mega-menu__close-btn .close-icon::before, .mega-menu__close-btn .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #333;
}
.mega-menu__close-btn .close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mega-menu__close-btn .close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.mega-menu__close-btn:hover {
  opacity: 0.7;
}

/*----------------------------------------
	l-navMobile
----------------------------------------*/
.sp-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #eff4f9;
  z-index: 9990;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.sp-nav-menu__inner {
  padding-bottom: 60px;
}
.sp-nav-menu__search {
  background-color: #eff4f9;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.sp-nav-menu__search .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 22px;
  padding: 0 15px;
  padding-right: 90px;
  background: #fff;
  font-size: 14px;
  outline: none;
}
.sp-nav-menu__search .search-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 44px;
  width: 80px;
  background-color: #1f3b5e;
  color: #fff;
  border: none;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  font-weight: bold;
  font-size: 13px;
  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;
  cursor: pointer;
}
.sp-nav-menu__search .search-btn .icon-search::before {
  content: "🔍";
  margin-right: 4px;
  font-family: sans-serif;
}
.sp-nav-menu .sp-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-nav-menu .sp-nav-item {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.sp-nav-menu .sp-nav-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  font-size: 15px;
  text-decoration: none;
}
.sp-nav-menu .sp-nav-item__head.no-accordion {
  color: #333;
}
.sp-nav-menu .sp-nav-item__head .toggle-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.sp-nav-menu .sp-nav-item__head .toggle-icon::before, .sp-nav-menu .sp-nav-item__head .toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sp-nav-menu .sp-nav-item__head .toggle-icon::before {
  width: 12px;
  height: 2px;
}
.sp-nav-menu .sp-nav-item__head .toggle-icon::after {
  width: 2px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sp-nav-menu .sp-nav-item__head.is-open .toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.sp-nav-menu .sp-nav-item__body {
  display: none;
  background-color: #eff4f9;
  padding: 10px 0;
}
.sp-nav-menu .sp-nav-item__body .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-nav-menu .sp-nav-item__body .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 12px 30px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sp-nav-menu .sp-nav-item__body .sub-menu li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #8daabf;
  border-radius: 50%;
  position: relative;
}
.sp-nav-menu .sp-nav-item__body .sub-menu li a::after::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-20%, -50%) rotate(45deg);
          transform: translate(-20%, -50%) rotate(45deg);
}
.sp-nav-menu .sp-nav-item__body .sub-menu li a:hover {
  opacity: 0.7;
}
.sp-nav-menu__footer {
  padding: 30px 20px;
  background-color: #eff4f9;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.sp-nav-menu .sp-recruit-btn {
  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;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#7baad4), to(#588ebc));
  background: linear-gradient(to right, #7baad4 0%, #588ebc 100%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 4px 10px rgba(31, 59, 94, 0.2);
          box-shadow: 0 4px 10px rgba(31, 59, 94, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sp-nav-menu .sp-recruit-btn:hover {
  opacity: 0.9;
}
.sp-nav-menu .sp-faq-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.sp-nav-menu .sp-faq-link .icon-circle-q {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #1f3b5e;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-family: serif;
  margin-right: 8px;
}

/*----------------------------------------
	p-common
----------------------------------------*/
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-row > section {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-row > section {
    width: 100%;
    padding: 40px 20px;
  }
}

.p-news {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 50px 0;
  }
}
.p-news__title {
  text-align: center;
  color: #315AC9;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    display: block;
  }
}
.p-news__nav {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
.p-news__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news__nav li {
  margin-bottom: 15px;
}
.p-news__nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 30px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  font-size: 1.8rem;
}
.p-news__nav li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  margin-right: 15px;
}
.p-news__nav li a:hover {
  background-color: #f0f0f0;
}
.p-news__nav li.is-active a {
  background-color: #4887DC;
  color: #ffffff;
}
.p-news__nav li.is-active a::before {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-news__nav {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-news__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-news__nav ul li {
    margin-bottom: 0;
  }
  .p-news__nav ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.p-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f0f4fd;
  padding: 15px 40px;
}
.p-news__item {
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
.p-news__item:last-child {
  border-bottom: none;
}
.p-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-news__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    display: block;
  }
}
.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news__meta time {
  margin-right: 8px;
}
.p-news__meta .label {
  display: inline-block;
  font-size: 12px;
  padding: 1px 8px;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 10px;
}
.p-news__meta .new {
  color: #d00;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news__meta {
    margin-bottom: 10px;
    min-width: auto;
  }
}
.p-news__text {
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    white-space: normal;
    padding-right: 0;
  }
}
.p-news__arrow {
  width: 30px;
  height: 30px;
  background-color: #315AC9;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-news__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-news__arrow {
    display: none;
  }
}
.p-news__btn-wrap {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-news__btn-wrap {
    text-align: center;
  }
}

.p-topics {
  padding: 50px 0;
  background-image: url(../img/front/bg-topics.png);
  background-position: left top;
  background-size: cover;
}
.p-topics__title {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-topics__title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.p-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-topics__list {
    display: block;
    gap: 0;
  }
}
.p-topics__item {
  width: calc(33.333% - 20px);
  background-color: #4887DC;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  padding: 22px;
}
.p-topics__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.p-topics__item a {
  text-decoration: none;
  display: block;
  height: 100%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topics__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-topics__item:last-child {
    margin-bottom: 0;
  }
}
.p-topics__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-topics__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-topics__item:hover .p-topics__thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-topics__body {
  padding: 20px 0;
}
.p-topics__date {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.p-topics__head {
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-topics__head mark {
  color: #ffffff; /* 親要素の文字色を引き継ぐ */
}
.p-topics__text {
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-topics__btn-wrap {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-topics__btn-wrap {
    text-align: center;
  }
}

.sosiki_bg {
  position: relative;
}
.sosiki_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1050px;
  background: url(../img/front/bg_summary.png) no-repeat;
  background-position-y: -500px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sosiki_bg:before {
    height: 100%;
  }
}
.sosiki_bg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 620px;
  background: url(../img/front/bg_summary.png) no-repeat;
  background-position-y: -500px;
  z-index: -1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .sosiki_bg:after {
    height: 100%;
  }
}

.p-organization {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-organization {
    padding: 50px 0;
  }
}
.p-organization__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-organization__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-organization__content {
  width: 40%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-organization__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.p-organization__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-organization__title {
    font-size: 24px;
    text-align: center;
  }
}
.p-organization__desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-organization__desc {
    text-align: center;
  }
  .p-organization__desc br {
    display: none;
  }
}
.p-organization__links {
  background: #fff;
  padding: 25px 31px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 6, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 6, 0.3);
  margin-bottom: 30px;
  border-radius: 0;
}
.p-organization__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.p-organization__links li {
  width: 50%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-organization__links li {
    font-size: 14px;
  }
}
.p-organization__links li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #315AC9;
}
.p-organization__links li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-organization__btn-wrap {
    text-align: center;
  }
}
.p-organization__slider-wrap {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-organization__slider-wrap {
    width: 100%;
  }
}
.p-organization__slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-organization__slider img {
  width: 100%;
  height: auto;
  display: block;
}

.p-organization .slick-dots {
  bottom: 15px;
}
.p-organization .slick-dots li {
  margin: 0 2px;
}
.p-organization .slick-dots li button::before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.p-organization .slick-dots li.slick-active button::before {
  color: #315AC9;
  opacity: 1;
}

.p-office {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-office {
    padding: 50px 0;
  }
}
.p-office__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-office__top {
    display: block;
    margin-bottom: 40px;
  }
}
.p-office__content {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-office__content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-office__desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-office__desc {
    text-align: center;
  }
}
.p-office__info-box {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 6, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 6, 0.3);
}
.p-office__info-box .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-office__info-box .info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-office__info-box .info-col {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-office__info-box .info-col {
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
  }
  .p-office__info-box .info-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-office__info-box .info-row {
    gap: 0 12px;
  }
}
.p-office__info-box .info-head {
  color: #315AC9;
  font-weight: bold;
  margin: 0 0 10px;
}
.p-office__info-box .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-office__info-box .info-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.p-office__info-box .info-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #315AC9;
}
.p-office__info-box .info-text {
  line-height: 1.6;
  margin: 0;
}
.p-office__image {
  width: 50%;
}
.p-office__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-office__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-office__btn-wrap {
    text-align: center;
  }
}
.p-office__bottom {
  background-color: #ffffff;
  padding: 65px 40px;
  text-align: center;
  border-radius: 4px;
}
.p-office__bottom-text {
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-office__bottom {
    padding: 30px 20px;
  }
  .p-office__bottom-text {
    text-align: center;
  }
}

.p-magazine {
  background-color: #f0f4fd;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-magazine {
    padding: 50px 0;
  }
}
.p-magazine .m-wrap {
  position: relative;
  z-index: 1;
}
.p-magazine .m-wrap::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -60px;
  width: 300px;
  height: 300px;
  background: url(../img/bg_bird.png) no-repeat center center/contain;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-magazine .m-wrap::after {
    width: 150px;
    height: 150px;
    right: -20px;
    bottom: 0;
  }
}
.p-magazine__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;
}
@media screen and (max-width: 767px) {
  .p-magazine__inner {
    display: block;
    text-align: center;
  }
}
.p-magazine__content {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-magazine__content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-magazine__title {
  color: #315AC9;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-magazine__title {
    font-size: 24px;
  }
}
.p-magazine__desc {
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-magazine__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-magazine__btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-magazine__btn {
  width: 100%;
  max-width: 260px;
  text-align: center;
}
.p-magazine__image {
  width: 55%;
}
.p-magazine__image img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .p-magazine__image {
    width: 100%;
    padding: 0 20px;
  }
}

.c-text__center {
  text-align: center;
  margin-bottom: 30px;
}
.c-text__center p {
  color: #333;
  line-height: 1.6;
}
.p-greeting {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding: 60px 0;
  }
}
.p-greeting .m-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-greeting .m-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-greeting figure {
  width: 23%;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-greeting figure {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-greeting figure img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 15px 15px 0 #f8f9fa;
          box-shadow: 15px 15px 0 #f8f9fa;
  vertical-align: bottom;
}
.p-greeting figure figcaption {
  margin-top: 30px;
  padding: 15px 20px;
}
.p-greeting figure figcaption p {
  margin: 0;
  line-height: 1.6;
}
.p-greeting .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting .txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-greeting .txt p {
  line-height: 2.1;
  margin-bottom: 2em;
  text-align: justify;
}
.p-greeting .txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-greeting .txt p {
    line-height: 1.9;
    margin-bottom: 1.5em;
  }
}

.p-yakuin {
  padding: 80px 0;
}

.p-ouen {
  padding: 80px 0;
  background-color: #f0f4f9;
}

.p-yotei {
  padding: 80px 0;
}

.p-kaisoku {
  padding: 80px 0;
  background-color: #eeeeee;
}
.p-kaisoku__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0 12px;
  gap: 4px;
}
.p-kaisoku__nav-item {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}
.p-kaisoku__nav-item:hover {
  background-color: #e9e9e9;
}
.p-kaisoku__nav-item.is-active {
  color: #ffffff;
  background-color: #4887DC;
  margin-bottom: -2px;
}
.p-kaisoku__content {
  background-color: #fff;
  padding: 40px;
  border-top: none;
}
.p-kaisoku__panel {
  display: none;
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
}
.p-kaisoku__panel.is-active {
  display: block;
}
.p-kaisoku__title {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}
.p-kaisoku__body {
  line-height: 1.6;
}
.p-kaisoku__body section {
  margin-bottom: 30px;
}
.p-kaisoku__body h3 {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #666;
}
.p-kaisoku__body dl {
  margin-bottom: 15px;
}
.p-kaisoku__body dt {
  font-weight: bold;
  margin-top: 10px;
}
.p-kaisoku__body dt:first-child {
  margin-top: 0;
}
.p-kaisoku__body dd {
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 1em;
}
.p-kaisoku__body ul, .p-kaisoku__body ol {
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-kaisoku__body hr {
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 30px 0;
}
.p-kaisoku__body .u-note {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .p-kaisoku__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    gap: 0;
  }
  .p-kaisoku__nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-kaisoku__nav-item.is-active {
    border-bottom: 1px solid #ddd;
    border-left: 4px solid #333;
    margin-bottom: 5px;
  }
  .p-kaisoku__content {
    border-top: 1px solid #ddd;
  }
}
.p-sosiki {
  padding: 80px 0;
  background-color: #f0f4f9;
}
@media screen and (max-width: 767px) {
  .p-sosiki {
    padding: 50px 0;
  }
}

.p-kouka {
  padding: 80px 0;
  min-height: 350px;
  background: url(../img/sub/bg_kouka.png) no-repeat center;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-kouka {
    padding: 50px 0;
    min-height: auto;
  }
}
.p-kouka .header {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-kouka .header {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-kouka__n {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-kouka__n {
    padding: 50px 0;
  }
}
.p-kouka__n .c-text__main {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .c-text__main {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
.p-kouka__n .c-button__wrap {
  text-align: center;
  margin-bottom: 10px;
}
.p-kouka__n .c-text__attension {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .c-text__attension {
    font-size: 12px;
    margin-top: 5px;
  }
}
.p-kouka__n .song-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .song-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-kouka__n .song-section .song-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .song-section .song-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-kouka__n .song-section .song-info {
  margin-bottom: 15px;
}
.p-kouka__n .song-section .song-info .song-credit {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .song-section .song-info .song-credit {
    font-size: 13px;
  }
}
.p-kouka__n .song-section .song-lyrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .song-section .song-lyrics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.p-kouka__n .song-section .song-lyrics .lyric-block {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .song-section .song-lyrics .lyric-block {
    width: 100%;
  }
}
.p-kouka__n .song-section .song-lyrics .lyric-block .lyric-num {
  font-weight: bold;
  white-space: nowrap;
}
.p-kouka__n .song-section .song-lyrics .lyric-block .lyric-text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-kouka__n .song-section .song-lyrics .lyric-block .lyric-text {
    font-size: 15px;
  }
}

.event-section {
  padding: 80px 0;
  background-color: #fff;
  color: #333;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .event-section {
    padding: 0 0 0;
  }
}
.event-section {
  /* =========================================
     年間行事予定（Excelのセル結合＝rowspan対応）
  ========================================= */
}
.event-section .p-annualSchedule {
  padding: 40px 0 56px;
}
.event-section .p-annualSchedule__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .event-section .p-annualSchedule__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event-section .p-annualSchedule__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .event-section .p-annualSchedule__title {
    font-size: 20px;
  }
}
.event-section .p-annualSchedule__asof {
  color: #666;
  line-height: 1.4;
  white-space: nowrap;
}
.event-section .p-annualSchedule__tableWrap {
  margin-top: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.event-section .p-annualSchedule__table {
  width: 100%;
  min-width: 980px; /* 横スクロール前提 */
  border-collapse: separate;
  border-spacing: 0;
}
.event-section .p-annualSchedule__table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #f0f4fd;
  font-weight: 700;
  color: #222;
  text-align: left;
  padding: 12px 12px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.event-section .p-annualSchedule__table thead th.-month {
  width: 90px;
}
.event-section .p-annualSchedule__table thead th.-day {
  width: 90px;
}
.event-section .p-annualSchedule__table thead th.-week {
  width: 90px;
}
.event-section .p-annualSchedule__table thead th.-time {
  width: 140px;
}
.event-section .p-annualSchedule__table thead th.-title {
  width: 360px;
}
.event-section .p-annualSchedule__table thead th.-place {
  width: 300px;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td {
  line-height: 1.55;
  padding: 12px 12px;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
  color: #222;
  background: #fff;
  border-right: 1px solid #ededed;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row {
  /* 交互背景 */
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row {
  /* 月/日/曜/時間：見た目を揃える */
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-month,
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-day,
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-week,
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-time {
  white-space: nowrap;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row {
  /* 月セル（rowspanで縦に長くなるので中央寄せにする） */
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-month {
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-month .-num {
  font-weight: 700;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-month .-num::after {
  content: "月";
  margin-left: 2px;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row {
  /* 日セル */
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-day .-num::after {
  content: "日";
  margin-left: 2px;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row {
  /* Excelで「〃」の列（場所）を少し見やすく */
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td.-place {
  word-break: break-word;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row {
  /* 空セルの高さが詰まりすぎないように */
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row td:empty {
  min-height: 1em;
}
.event-section .p-annualSchedule__table tbody .p-annualSchedule__row:last-child td {
  border-bottom: 0;
}

.summary-section {
  padding: 80px 20px;
  background-color: #fcfcfc;
  color: #333;
}
@media screen and (max-width: 767px) {
  .summary-section {
    padding: 40px 0;
  }
}
.summary-section .summary-container {
  max-width: 1100px;
  margin: 0 auto;
}
.summary-section .summary-title {
  text-align: center;
  font-size: 2rem;
  color: #2c62c6;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}
.summary-section .summary-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #2c62c6;
}

.summary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 40px 1fr;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
}
@media (max-width: 900px) {
  .summary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.summary-card {
  background: #ffffff;
  overflow: hidden;
}
.summary-card .image-stack {
  position: relative;
  height: auto;
  background: #eee;
}
.summary-card .image-stack .img-large {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.summary-card .image-stack .img-small {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40%;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.summary-card .card-content {
  padding: 30px 0;
}
.summary-card .card-content h3 {
  color: #2c62c6;
  margin-bottom: 10px;
}
.summary-card .card-content .address {
  margin-bottom: 20px;
}

.facility-info {
  background-color: #f0f4fd;
  padding: 20px;
}
.facility-info .info-item .label {
  display: inline-block;
  font-weight: bold;
  color: #2c62c6;
  margin-bottom: 10px;
  border-bottom: 2px solid #2c62c6;
}
.facility-info .info-item ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .facility-info .info-item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.facility-info .info-item ul li {
  position: relative;
  padding-left: 1.5em;
}
.facility-info .info-item ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2c62c6;
}

.summary-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.summary-side .info-box {
  background-color: #f0f4f9;
  border-radius: 0;
  padding: 25px;
}
.summary-side .info-box .sales-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.summary-side .info-box .sales-header h4 {
  margin: 0;
  color: #2c62c6;
}
.summary-side .info-box .tag-img {
  width: 250px;
  margin: 0 auto 10px;
  display: block;
}
.summary-side .mascot-box {
  text-align: center;
  padding: 20px;
}
.summary-side .mascot-box .kuruppa {
  width: 100px;
  margin-bottom: 10px;
}
.summary-side .mascot-box .caption {
  font-size: 0.8rem;
  color: #999;
}

.calendar-section {
  padding: 60px 20px;
  background-color: #fff;
  scroll-margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .calendar-section {
    padding: 40px 10px;
  }
}
.calendar-section .calendar-container {
  max-width: 600px;
  margin: 0 auto;
}

.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  scroll-margin-top: -40px; /* ヘッダーの高さ分などを指定 */
}
@media screen and (max-width: 767px) {
  .calendar-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.calendar-header .calendar-title {
  font-size: 1.25rem;
  color: #2c62c6;
  font-weight: bold;
  margin: 0;
}
.calendar-header .styled-select {
  padding: 8px 12px;
  border: 2px solid #d1d9e6;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .calendar-header .styled-select {
    font-size: 16px;
    padding: 6px 10px;
  }
}
.calendar-header .styled-select:focus {
  border-color: #2c62c6;
  outline: none;
}
.calendar-header .calendar-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.calendar-card {
  padding: 30px;
  background-color: #f0f4fd;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .calendar-card {
    padding: 10px 5px;
  }
}
.calendar-card .calendar-table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 20px;
  border-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .calendar-card .calendar-table {
    border-spacing: 2px;
  }
}
.calendar-card .calendar-table th {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .calendar-card .calendar-table th {
    padding: 5px 0;
  }
}
.calendar-card .calendar-table td {
  width: 14.28%;
  height: 100px;
  vertical-align: top;
  text-align: left;
  padding: 6px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid transparent;
}
.calendar-card .calendar-table td .cell-date {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1;
}
.calendar-card .calendar-table td .schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
.calendar-card .calendar-table td .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d1d9e6;
  color: #333;
  overflow: hidden;
}
.calendar-card .calendar-table td .schedule-item .time {
  font-weight: bold;
  margin-right: 4px;
  color: #2c62c6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calendar-card .calendar-table td .schedule-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.calendar-card .calendar-table td .schedule-item.reserved {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
}
.calendar-card .calendar-table td .schedule-item.reserved .time {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .calendar-card .calendar-table td {
    height: auto;
    min-height: 80px;
    padding: 4px 2px;
    border-radius: 4px;
  }
  .calendar-card .calendar-table td .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4px 2px;
    line-height: 1.2;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 30px;
    font-size: 12px;
  }
  .calendar-card .calendar-table td .schedule-item .time {
    margin-bottom: 2px;
    margin-right: 0;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2px;
  }
  .calendar-card .calendar-table td .schedule-item .title {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .calendar-card .calendar-table td .schedule-item.reserved .time {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
}
@media (hover: hover) {
  .calendar-card .calendar-table td:hover:not(.empty, .closed) {
    background-color: #e8f0fe;
  }
}
.calendar-card .calendar-table td.selected {
  background-color: #2c62c6 !important;
  border-color: #2c62c6;
  color: white !important;
}
.calendar-card .calendar-table td.selected .cell-date {
  color: white;
}
.calendar-card .calendar-table td.closed {
  background-color: #333333;
  color: #ffffff;
  cursor: not-allowed;
}

.calendar-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .calendar-legend {
    gap: 15px;
  }
}
.calendar-legend .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.calendar-legend .legend-item .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.calendar-legend .legend-item .dot.active {
  background: #2c62c6;
}
.calendar-legend .legend-item .dot.closed {
  background: #999;
}
.calendar-legend .legend-item .dot.reserved {
  background: #333333;
  border: 1px solid #ccc;
  text-decoration: line-through;
}

.calendar-action {
  text-align: center;
  margin-top: 30px;
}
.calendar-action .guide-text {
  margin-bottom: 15px;
}
.calendar-action .btn-primary {
  background: #2c62c6;
  color: white;
  padding: 12px 40px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .calendar-action .btn-primary {
    padding: 12px 30px;
    width: 100%;
    max-width: 300px;
  }
}
.calendar-action .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.iframe_wrap iframe {
  width: 100%;
  height: 400px;
}

.p-branch {
  padding: 80px 0;
}

.branch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.branch-card {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.branch-card .branch-header {
  background: #f8faff;
  padding: 20px 25px;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.branch-card .branch-header .branch-name {
  color: #2c62c6;
  margin: 0;
  font-weight: bold;
}
.branch-card .branch-header .branch-officers {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .branch-card .branch-header .branch-officers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 100%;
  }
}
.branch-card .branch-body {
  padding: 25px;
}
.branch-card .branch-body .branch-info {
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.event-notice {
  background: #fdfdfd;
  border: 1px dashed #cccccc;
  padding: 20px;
  border-radius: 0;
  margin-bottom: 20px;
}
.event-notice .event-title {
  color: #333;
  margin-bottom: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.event-notice .event-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 10px 1fr;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}
.event-notice .event-details dt {
  color: #2c62c6;
  font-weight: bold;
}
.event-notice .event-details dt::after {
  content: ":";
}
.event-notice .event-details dd {
  margin: 0;
}

.btn-branch-blog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2c62c6;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.btn-branch-blog .icon {
  margin-right: 10px;
}
.btn-branch-blog:hover {
  background: rgb(34.7272727273, 77.347107438, 156.2727272727);
  color: #ffffff;
}

.news-section {
  padding: 80px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news-section {
    padding: 50px 15px;
  }
}
.news-section .news-container {
  max-width: 1000px;
  margin: 0 auto;
}
.news-section .news-page-title {
  font-size: 2rem;
  color: #2c62c6;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news-section .news-page-title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

.news-list {
  border-top: 1px solid #cccccc;
}
.news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.news-list .news-item:hover {
  background-color: #f8faff;
}
.news-list .news-item:hover .news-title {
  text-decoration: underline;
}
.news-list .news-item:hover .news-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  background-color: #2c62c6;
}
.news-list .news-item:hover .news-arrow::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .news-list .news-item {
    padding: 20px 10px;
    padding-right: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .news-meta {
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.news-meta .news-category {
  padding: 4px 12px;
  border: 1px solid #cccccc;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  .news-meta .news-category {
    padding: 3px 8px;
  }
}
.news-meta .news-badge.new {
  color: #d00;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .news-content {
    padding: 0;
    width: 100%;
  }
}
.news-content .news-title {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  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-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #2c62c6;
  border-right: 2px solid #2c62c6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
  }
  .news-arrow::after {
    width: 7px;
    height: 7px;
  }
  .news-item:hover .news-arrow {
    -webkit-transform: translateY(-50%) translateX(3px);
            transform: translateY(-50%) translateX(3px);
    background-color: transparent;
  }
  .news-item:hover .news-arrow::after {
    border-color: #2c62c6;
  }
}

.pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
    gap: 5px;
  }
}
.pagination span, .pagination a {
  width: 40px;
  height: 40px;
  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;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #666;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pagination span, .pagination a {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.pagination span.current, .pagination a.current {
  background-color: #2c62c6;
  color: #fff;
  border-color: #2c62c6;
}
@media (hover: hover) {
  .pagination span:hover:not(.current), .pagination a:hover:not(.current) {
    background-color: #f8faff;
    border-color: #2c62c6;
    color: #2c62c6;
  }
}

.topics-section {
  padding: 80px 20px;
  background-image: url(../img/front/bg-topics.png);
  background-position: left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .topics-section {
    padding: 60px 0 60px;
  }
}
.topics-section .topics-container {
  max-width: 1100px;
  margin: 0 auto;
}

.topics-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .topics-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .topics-grid:last-child {
    margin-bottom: 0;
  }
}

.topics-card {
  background-color: #4887DC;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 22px;
}
.topics-card a {
  text-decoration: none;
  display: block;
  color: #ffffff;
}
.topics-card .card-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.topics-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.topics-card .card-body {
  padding: 20px 0;
}
.topics-card .card-body .card-date {
  display: block;
  margin-bottom: 10px;
}
.topics-card .card-body .card-title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topics-card .card-body .card-title mark {
  background-color: #2a55a6; /* ここでお好みの色を指定 */
  color: #ffffff; /* 親要素の文字色を引き継ぐ */
}
.topics-card .card-body .card-text {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topics-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.topics-card:hover .card-image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.topics-footer {
  text-align: right;
}
.topics-footer .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2c62c6;
  color: #ffffff;
  padding: 12px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.topics-footer .btn-more .arrow {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
}
.topics-footer .btn-more .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2c62c6;
  border-right: 2px solid #2c62c6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.topics-footer .btn-more:hover {
  background-color: rgb(34.7272727273, 77.347107438, 156.2727272727);
}

.access-section {
  padding: 80px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .access-section {
    padding: 60px 0;
  }
}
.access-section .access-container {
  max-width: 1100px;
  margin: 0 auto;
}
.access-section .access-title {
  text-align: center;
  font-size: 2rem;
  color: #2c62c6;
  margin-bottom: 50px;
  font-weight: bold;
}

.access-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .access-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.access-visual .office-photo {
  margin: 0;
}
.access-visual .office-photo img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.access-visual .office-photo figcaption {
  margin-top: 8px;
  text-align: center;
}

.access-info .info-card {
  height: 100%;
  background: #f8faff;
  padding: 40px;
  border-radius: 0;
}
.access-info .info-card h3 {
  color: #2c62c6;
  margin-bottom: 10px;
  border-left: 5px solid #2c62c6;
  padding-left: 15px;
}
.access-info .info-card .address {
  line-height: 1.6;
}
.access-info .info-card .label {
  display: block;
}
.access-info .info-card .contact-methods .method-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.access-info .info-card .contact-methods .method-item .tel-link {
  font-weight: bold;
  color: #2c62c6;
  text-decoration: none;
}
.access-info .info-card .contact-methods .method-item .tel-link:hover {
  text-decoration: underline;
}
.access-info .info-card .contact-methods .method-item .val {
  font-weight: 500;
}
.access-info .info-card .opening-status {
  border-top: 1px solid #cccccc;
  padding: 12px 0;
  margin-top: 12px;
  line-height: 1.6;
}
.access-info .info-card .opening-status .label {
  font-weight: bold;
  margin-bottom: 6px;
}
.access-info .info-card .opening-status .note {
  font-weight: normal;
}

.map-wrapper {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map-wrapper iframe {
    height: 300px;
  }
}
.map-wrapper .map-btns {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.map-wrapper .map-btns .btn-map-app {
  background: #ffffff;
  color: #333;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.map-wrapper .map-btns .btn-map-app:hover {
  background: #f8faff;
}
.map-wrapper .map-btns .btn-map-app .external-icon::after {
  content: "↗";
  font-size: 1.1rem;
}

select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  cursor: pointer;
}
select:focus {
  outline: none;
  border-color: #2c62c6;
}

@media screen and (max-width: 767px) {
  .p-form-row {
    margin-bottom: 25px;
  }
}
.apply-form-section {
  padding: 80px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .apply-form-section {
    padding: 40px 15px;
  }
}
.apply-form-section .form-container {
  max-width: 800px;
  margin: 0 auto;
}

.p-form-container {
  background: #f8faff;
  padding: 40px;
  border-radius: 0;
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .p-form-container {
    padding: 25px 20px;
  }
}
.p-form-container hr {
  border: none;
  border-top: 1px dashed #cccccc;
  margin: 40px 0;
}
.p-form-container .p-form-title {
  color: #2c62c6;
  margin-bottom: 25px;
  border-left: 5px solid #2c62c6;
  padding-left: 15px;
  font-weight: bold;
}

.p-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-form-row label {
  width: 180px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form-row label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.p-form-row .p-form-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.p-form-row .p-form-field .wpcf7-form-control-wrap {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  outline: none;
  border-color: #2c62c6;
  -webkit-box-shadow: 0 0 0 2px rgba(44, 98, 198, 0.1);
          box-shadow: 0 0 0 2px rgba(44, 98, 198, 0.1);
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #ccc;
}

.p-field-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-field-short input {
  width: 120px;
}

.p-field-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-field-time input {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .p-field-time input {
    width: 100%;
  }
}

.p-form-submit {
  text-align: center;
  margin-top: 40px;
}
.p-form-submit .btn-primary {
  background: #2c62c6;
  color: white;
  padding: 12px 40px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-form-submit .btn-primary:hover {
  opacity: 0.8;
}
.p-form-submit .btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  color: #d9534f;
  margin-top: 5px;
}

.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 15px !important;
  border-radius: 0 !important;
  border: 2px solid #2c62c6 !important;
  text-align: center;
}

.taiho-news {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .taiho-news {
    padding: 50px 0;
  }
}
.taiho-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
  padding: 0 50px;
  gap: 30px 25px;
}
@media screen and (max-width: 767px) {
  .taiho-news__list {
    padding: 0 20px;
    gap: 25px;
  }
}
.taiho-news__list .taiho-news__item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 767px) {
  .taiho-news__list .taiho-news__item {
    width: 100%;
  }
}

/*----------------------------------------
	p-company
----------------------------------------*/
.p-company-main {
  margin-bottom: 60px;
}
.p-company-philosophy {
  padding: 0 0 60px;
}
.p-company-philosophy__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company-philosophy__figure {
  width: 300px;
}
.p-company-philosophy__list li {
  margin-bottom: 18px;
}
.p-company-greeting {
  background: #F8F8F8;
  padding: 60px;
}
.p-company-greeting__content {
  max-width: 750px;
  margin: 0 auto;
}
.p-company-greeting__txt p {
  margin-bottom: 20px;
}
.p-company-greeting__txt .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-greeting__txt .name span {
  font-size: 1.9rem;
  margin-left: 12px;
}
.p-company-overview {
  background: #FAF6F1;
  padding: 60px 0;
}
.p-company-overview__content {
  max-width: 850px;
  margin: 0 auto;
}
.p-company-overview__block > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BEBEBE;
  padding: 19px 0;
}
.p-company-overview__block > dl dt {
  width: 120px;
}
.p-company-overview__block > dl:last-child {
  border-bottom: none;
}
.p-company-sdgs {
  padding: 60px 0;
}
.p-company-sdgs__content {
  max-width: 920px;
  margin: 0 auto;
}
.p-company-sdgs__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-company-sdgs__list ul li {
  width: calc(50% - 40px);
  background: #F8F8F8;
  border-radius: 14px;
  font-size: 1.5rem;
  padding: 30px;
  text-align: center;
}
.p-company-sdgs__list ul li dt {
  margin-bottom: 18px;
}
.p-company-sdgs__list ul li dd {
  margin: 0 auto;
}
.p-company-sdgs__list ul li:nth-of-type(1) dd {
  width: 320px;
}
.p-company-sdgs__list ul li:nth-of-type(2) dd {
  width: 210px;
}
.p-company-access {
  padding: 60px 0;
}
.p-company-access__content {
  max-width: 920px;
  margin: 0 auto;
}
.p-company-access__content .map iframe {
  width: 100%;
}

/*----------------------------------------
	p-privacy
----------------------------------------*/
.p-privacy {
  margin: 0 auto;
  padding: 60px 0;
}
.p-privacy__head {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 80px;
}
.p-privacy__body {
  /* 各条項のブロック（HTML側の <div> に対応） */
}
.p-privacy__body > div {
  margin: 0 0 40px;
}
.p-privacy__body > div:last-child {
  margin: 0;
}
.p-privacy__body .sub-heading__left {
  margin-bottom: 45px;
}
.p-privacy__body h2 {
  margin: 0 0 15px;
}
.p-privacy__body h3 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.p-privacy__body p {
  line-height: 1.8;
  margin: 0 0 15px;
}
.p-privacy__body p:last-child {
  margin: 0;
}
.p-privacy__body {
  /* 箇条書きリストのスタイル追加 */
}
.p-privacy__body ul, .p-privacy__body ol {
  line-height: 1.8;
  margin: 0 0 20px 20px; /* 左側にインデント */
  padding: 0;
}
.p-privacy__body ul li, .p-privacy__body ol li {
  margin-bottom: 8px;
  /* 第4条などの入れ子リスト用 */
}
.p-privacy__body ul li ul, .p-privacy__body ul li ol, .p-privacy__body ol li ul, .p-privacy__body ol li ol {
  margin: 8px 0 8px 20px;
}
.p-privacy__body ul:last-child, .p-privacy__body ol:last-child {
  margin-bottom: 0;
}
.p-privacy__body ul {
  list-style-type: disc; /* 黒丸 */
}
.p-privacy__body ol {
  list-style-type: decimal; /* 数字 */
}
.p-privacy__body {
  /* お問い合わせ窓口 */
}
.p-privacy__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  margin: 0 0 10px;
}
.p-privacy__body dl:last-of-type {
  margin: 0 0 30px;
}
.p-privacy__body dl dt {
  width: 6em; /* 見出しの幅を固定して縦を揃える */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-privacy__body dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.p-privacy__body small {
  font-size: 1.4rem;
  color: #7B7B7B;
}

/* スマホ用レスポンシブ */
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 50px 15px;
  }
  .p-privacy__head {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
  .p-privacy__body > div {
    margin: 0 0 30px;
  }
  .p-privacy__body h2 {
    font-size: 2rem;
  }
  .p-privacy__body h3 {
    font-size: 1.8rem;
  }
  .p-privacy__body p {
    margin: 0 0 15px;
  }
  .p-privacy__body ul, .p-privacy__body ol {
    margin: 0 0 15px 20px;
  }
  .p-privacy__body dl {
    /* スマホ表示時に幅が狭い場合は、縦積みに変更するか微調整 */
    margin: 0 0 15px;
  }
  .p-privacy__body dl dt {
    width: 5.5em; /* スマホ向けに少し狭める */
  }
  .p-privacy__body dl:last-of-type {
    margin: 0 0 20px;
  }
}
/*----------------------------------------
	p-news-archive
----------------------------------------*/
.p-news-archive {
  padding: 60px 50px 60px;
  background: #F9F4EE;
}
.p-news-archive__nav {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news-archive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 5%;
}
.p-news-archive__block {
  width: 45%;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.p-news-archive__block .img {
  margin-bottom: 16px;
}
.p-news-archive__block .head .date {
  color: #776E65;
}
.p-news-archive__notfound__txt {
  text-align: center;
  margin: 0 0 30px;
}
.p-news-archive__notfound__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-news-archive {
    padding: 20px 15px 60px;
  }
  .p-news-archive__nav {
    margin: 0 0 15px;
  }
}
/*----------------------------------------
	p-news-single
----------------------------------------*/
.p-news-single {
  margin: 0 auto;
  padding: 60px 0;
}
.p-news-single__head {
  position: relative;
}
.p-news-single__cat {
  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;
  width: 160px;
  height: 34px;
  font-size: 1.6rem;
  color: #fff;
  background: #FF9700;
  border-radius: 17px;
  margin: 0 auto 30px;
}
.p-news-single__ttl {
  font-size: 2.8rem;
}
.p-news-single__body {
  padding: 10px 0 0;
}
.p-news-single__body .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  margin-bottom: 20px;
}
.p-news-single__body .option .cat {
  display: inline-block;
  font-size: 12px;
  padding: 1px 8px;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 10px;
}
.p-news-single__info {
  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;
  margin: 0 0 30px;
}
.p-news-single__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.p-news-single__user img {
  width: 44px;
  margin: 0 10px 0 0;
}
.p-news-single__time {
  font-size: 1.8rem;
  font-weight: bold;
  color: #313F98;
}
.p-news-single__thumb {
  margin: 0 0 20px;
}
.p-news-single__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-single__media .facebook {
  margin: -9px 4px 0 0;
}
.p-news-single__content {
  position: relative;
  padding: 40px 0 50px;
  margin: 0 0 20px;
}
.p-news-single__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/news/bg_line.png)/cover;
}
.p-news-single__content p, .p-news-single__content ul, .p-news-single__content ol, .p-news-single__content img, .p-news-single__content blockquote {
  margin: 0 0 40px;
}
.p-news-single__content h1, .p-news-single__content h2, .p-news-single__content h3, .p-news-single__content h4, .p-news-single__content h5, .p-news-single__content h6 {
  margin: 40px 0 15px;
}
.p-news-single__content h2 {
  position: relative;
  font-size: 2.4rem;
  color: #FF9700;
  padding: 0 0 10px;
}
.p-news-single__content h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url(../images/_common/img_line_decoration02.png) 0 0/contain;
}
.p-news-single__content h3 {
  position: relative;
  font-size: 1.8rem;
  color: #313F98;
  padding: 0 0 0 30px;
}
.p-news-single__content h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/_common/icon_fill.png)/cover;
}
.p-news-single__content a {
  text-decoration: underline;
}
.p-news-single__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-news-single__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FF9700;
  border-radius: 50%;
}
.p-news-single__content ul li:last-child {
  margin: 0;
}
.p-news-single__content ol {
  counter-reset: li;
}
.p-news-single__content ol li {
  position: relative;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}
.p-news-single__content ol li:last-child {
  margin: 0;
}
.p-news-single__content ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #FF9700;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
}
.p-news-single__content blockquote {
  position: relative;
  padding: 25px 25px 25px 85px;
  border: 2px solid #E5E5E5;
  border-radius: 20px;
}
.p-news-single__content blockquote:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 23px;
  width: 40px;
  height: 33px;
  background: url(../images/_common/icon_blockquote.png)/cover;
}

@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 60px 15px 60px;
  }
  .p-news-single__head {
    padding: 0 0 20px;
  }
  .p-news-single__ttl {
    font-size: 2rem;
  }
  .p-news-single__info {
    margin: 0 0 20px;
  }
  .p-news-single__user {
    font-size: 1.6rem;
  }
  .p-news-single__user img {
    width: 30px;
  }
  .p-news-single__time {
    font-size: 1.6rem;
  }
  .p-news-single__content {
    padding: 30px 0;
  }
  .p-news-single__content p, .p-news-single__content ul, .p-news-single__content ol, .p-news-single__content img, .p-news-single__content blockquote {
    margin: 0 0 30px;
  }
  .p-news-single__content h1, .p-news-single__content h2, .p-news-single__content h3, .p-news-single__content h4, .p-news-single__content h5, .p-news-single__content h6 {
    margin: 30px 0 15px;
  }
  .p-news-single__content h2 {
    font-size: 2rem;
  }
  .p-news-single__content blockquote {
    padding: 15px 15px 15px 65px;
  }
  .p-news-single__content blockquote:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 33px;
  }
}
/*----------------------------------------
	p-news-other
----------------------------------------*/
.p-news-other {
  max-width: 1000px;
  padding: 0 50px 120px;
  margin: 0 auto;
}
.p-news-other__nav {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-other {
    padding: 0 15px 60px;
  }
  .p-news-other__nav {
    margin: 15px 0 0;
  }
}
/*----------------------------------------
	p-contact
----------------------------------------*/
.wpcf7-spinner {
  display: none !important;
}

.aplly-section {
  padding-top: 80px;
}

.p-contact__head {
  padding: 60px 0;
}
.p-contact__head__txt {
  text-align: center;
  margin-bottom: 30px;
}
.p-contact__head__tel_box {
  width: 500px;
  background: #EDF8FA;
  border-radius: 12px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
.p-contact__head__tel_box .c-label {
  margin-bottom: 12px;
}
.p-contact__head__tel_box .c-tel {
  width: 200px;
  margin: 0 auto;
}

label .hiss {
  background: #be1924;
  color: #ffffff;
  font-size: 12px;
  margin-left: 12px;
  padding: 4px 10px;
  line-height: 1;
}

.p-contact-block {
  padding: 60px 20px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F9F4EE;
}
.p-contact-block .l-container {
  max-width: 850px;
  margin: 0 auto;
}
.p-contact-block__head {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 80px;
}
.p-contact-block__lead {
  font-size: 1.6rem;
  margin: 0 0 24px;
  text-align: center;
}
.p-contact-block__tel {
  display: inline-block;
  max-width: 296px;
}
.p-contact-block__body {
  margin: 60px 0 0;
}
.p-contact-block__body li {
  margin: 0 0 20px;
}
.p-contact-block__body li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contact-block__body .head {
  font-size: 1.6rem;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  width: 200px;
}
.p-contact-block__body .head .require {
  font-size: 1.6rem;
  background: #77B4C2;
  vertical-align: super;
  padding: 4px;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 10px;
  line-height: 1;
}
.p-contact-block__body .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact-block__body .inner input[type=text],
.p-contact-block__body .inner input[type=email] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact-block__body .inner input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.p-contact-block__body .inner input[type=radio]:checked {
  background: #FF9700;
}
.p-contact-block__body .inner .wpcf7-list-item {
  margin: 0 0 14px;
  display: block;
}
.p-contact-block__body .inner textarea {
  display: block;
  width: 100%;
  height: 240px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
  border: 2px solid #E5E5E5;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-contact-block__body .privacyLink {
  text-align: center;
  color: #1B224C;
  font-size: 1.6rem;
  margin: 0 0 30px;
}
.p-contact-block__body .privacyLink a {
  color: #1B224C;
  text-decoration: underline;
}
.p-contact-block__body .privacyCheck {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 60px;
}
.p-contact-block__body .privacyCheck label {
  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;
}
.p-contact-block__body .privacyCheck input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}
.p-contact-block__body .privacyCheck input[type=checkbox]:checked {
  background: #FF9700;
}
.p-contact-block__body .privacyCheck span {
  color: #1B224C;
}
.p-contact-block__body .privacyCheck span.wpcf7-list-item {
  margin: 0;
}
.p-contact-block__body .privacyCheck span.wpcf7-not-valid-tip {
  color: #f00;
}
.p-contact-block__body .formBtn input[type=submit] {
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 280px;
  height: 60px;
  border-radius: 40px;
  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;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(../images/_common/icon_arrow01_right_orange.png) no-repeat center right 10px/19px, #FF9700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-contact-block__body .formBtn input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-contact-block__head {
    font-size: 3rem;
    margin: 0 0 50px;
  }
  .p-contact-block__lead {
    line-height: 1.6;
  }
  .p-contact-block__body .head {
    font-size: 1.5rem;
  }
}
.blog-section {
  padding: 60px 0;
  background-color: #fff;
}

.blog-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog-list .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-list .blog-item:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.blog-list .blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-list .blog-item:hover .blog-title {
  color: #2c62c6;
}

.blog-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden;
  background-color: #f8faff;
}
.blog-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.blog-thumb .news-badge.new {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #d00;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}

.blog-content {
  padding: 20px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog-content .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-content .blog-meta .blog-date {
  font-size: 1.2rem;
  color: #666;
}
.blog-content .blog-meta .blog-category {
  font-size: 1.1rem;
  padding: 4px 12px;
  border: 1px solid #cccccc;
  background: #fff;
  color: #333;
  border-radius: 4px;
}
.blog-content .blog-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-content .blog-excerpt {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
  margin-top: auto; /* 抜粋を一番下に押し下げる（高さを揃えるため） */
}

.pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.pagination span, .pagination a {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #666;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination span.current, .pagination a.current {
  background-color: #2c62c6;
  color: #fff;
  border-color: #2c62c6;
}
.pagination span:hover:not(.current), .pagination a:hover:not(.current) {
  background-color: #f8faff;
  border-color: #2c62c6;
  color: #2c62c6;
}