@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: #595757;
  -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;
  }
}
/*----------------------------------------
	m-pagevisual
----------------------------------------*/
.m-pagevisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-pagevisual__figure {
  margin: 0;
  padding: 0;
  position: relative;
}
.m-pagevisual__figure img {
  width: 100%;
  height: auto;
  display: block;
}
.m-pagevisual__txt {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 600px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.m-pagevisual__txt__text {
  margin-top: 22px;
  font-weight: bold;
  color: #0E3F64;
}

/*----------------------------------------
	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;
}
/*----------------------------------------
	m-cvArea
----------------------------------------*/
.m-cvArea {
  background: url(../img/top/bg_front_contact.png) no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.m-cvArea__heading {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.m-cvArea__wrap {
  width: 900px;
  margin: 0 auto;
}
.m-cvArea__txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.7rem;
}
.m-cvArea__content {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 35px;
}
.m-cvArea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
.m-cvArea__col {
  width: 50%;
  background: #F8F8F8;
  padding: 30px;
  text-align: center;
  border: 1px solid #dedede;
}
.m-cvArea__col .ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.m-cvArea__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-cvArea .c-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-cvArea .c-tel span {
  font-size: 2.4rem;
}

/*----------------------------------------
	m-cvContent
----------------------------------------*/
.m-cvContent {
  position: relative;
  padding: 50px 50px 100px;
  margin: 50px 0 0;
}
.m-cvContent__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  margin: 0 auto;
}
.m-cvContent__container .-eng {
  font-size: 1rem;
}
.m-cvContent__container__block a {
  width: 340px;
  background: #9B9A8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 22px 16px;
  color: #ffffff;
}
.m-cvContent__container__block a .ttl {
  font-size: 2.3rem;
}
.m-cvContent__container__block a span {
  color: #ffffff;
}
.m-cvContent__container__block a .-eng {
  color: #CECECE;
}
.m-cvContent__container__block:nth-of-type(2) a {
  color: #525252;
  background: #EAEAEA;
}
.m-cvContent__container__block:nth-of-type(2) span {
  color: #525252;
}

@media screen and (max-width: 767px) {
  .m-cvContent {
    padding: 50px 15px;
  }
  .m-cvContent__container {
    display: block;
  }
  .m-cvContent__block {
    width: 100%;
    margin: 0 0 50px;
  }
  .m-cvContent__block:last-child {
    margin: 0;
  }
  .m-cvContent__head {
    font-size: 3rem;
  }
  .m-cvContent__btn {
    margin: -20px 0 0;
  }
}
.c-btn-blue, .p-contact-form__submit input[type=submit], .p-form__submit input[type=submit] {
  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: 240px;
}
.c-btn-blue::after, .p-contact-form__submit input[type=submit]::after, .p-form__submit input[type=submit]::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-blue:hover, .p-contact-form__submit input[type=submit]:hover, .p-form__submit input[type=submit]: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: #2a55a6;
  text-decoration: none;
  padding: 12px 50px;
  border-radius: 30px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-white::after {
  content: "→";
  font-family: sans-serif;
  margin-left: 10px;
}
.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: #2a55a6;
  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(42, 85, 166, 0.3);
          box-shadow: 0 4px 15px rgba(42, 85, 166, 0.3);
}
@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(47.1490384615, 95.4206730769, 186.3509615385);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 20px rgba(42, 85, 166, 0.4);
          box-shadow: 0 6px 20px rgba(42, 85, 166, 0.4);
}
.c-button__wrap a.-link::before {
  content: "→";
  height: auto;
  background: none;
}

/*----------------------------------------
	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;
  }
}
/*----------------------------------------
	m-archiveNews
----------------------------------------*/
.m-archiveNews__item {
  position: relative;
}
.m-archiveNews__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.m-archiveNews__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.m-archiveNews__item .sub {
  width: 30%;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-archiveNews__item .thumb {
  position: relative;
  overflow: hidden;
  padding-top: 65.2173913043%;
  border-radius: 60px 80px 60px 80px;
}
.m-archiveNews__item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-archiveNews__item .main {
  width: 70%;
}
.m-archiveNews__item .cat {
  display: inline-block;
  color: #fff;
  background: #FF9700;
  padding: 2px 15px;
  margin: 0 0 10px;
  border-radius: 13px;
}
.m-archiveNews__item .time {
  font-size: 1.4rem;
  color: #313F98;
  margin: 0 0 10px;
}
.m-archiveNews__item .ttl {
  font-size: 1.8rem;
  text-decoration: underline;
  margin: 0 0 10px;
}
.m-archiveNews__item .content {
  font-size: 1.6rem;
}
.m-archiveNews.-mod .m-archiveNews__item:last-child:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .m-archiveNews__item a {
    display: block;
  }
  .m-archiveNews__item .sub {
    width: 100%;
    padding: 0 0 20px;
  }
  .m-archiveNews__item .main {
    width: 100%;
  }
  .m-archiveNews__item .cat {
    display: inline-block;
    color: #fff;
    background: #FF9700;
    padding: 2px 15px;
    margin: 0 0 10px;
    border-radius: 13px;
  }
  .m-archiveNews__item .time {
    font-size: 1.4rem;
    color: #313F98;
    margin: 0 0 10px;
  }
  .m-archiveNews__item .ttl {
    font-size: 1.8rem;
    text-decoration: underline;
    margin: 0 0 10px;
  }
  .m-archiveNews__item .content {
    font-size: 1.6rem;
  }
}
.p-heading__title {
  color: #2a55a6;
  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: #2a55a6;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 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;
}

/*----------------------------------------
	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-kigan
----------------------------------------*/
.m-kigan {
  background: #F9F8F4;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .m-kigan {
    padding: 40px 0;
  }
}
.m-kigan__list__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-kigan__list__main li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .m-kigan__list__main li {
    width: 100%;
  }
}
.m-kigan__list__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-kigan__list__sub li {
  width: calc(25% - 17.5px);
}
@media screen and (max-width: 767px) {
  .m-kigan__list__sub li {
    width: calc(50% - 10px);
  }
}
.m-kigan__list .-text {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/*----------------------------------------
  m-keidai
----------------------------------------*/
.m-keidai {
  background: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .m-keidai {
    padding: 40px 0;
  }
}
.m-keidai__head {
  margin-bottom: 40px;
}
.m-keidai__head__title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.m-keidai__content {
  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: 40px;
}
@media screen and (max-width: 767px) {
  .m-keidai__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.m-keidai__content .m-keidai__nav-wrapper {
  position: relative;
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .m-keidai__content .m-keidai__nav-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.m-keidai__content__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-keidai__content__nav li {
  margin-bottom: 15px;
  cursor: pointer;
}
.m-keidai__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-keidai__content__nav li span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 12px;
}
.m-keidai__content__nav li:hover span {
  color: #fff;
}
.m-keidai__content__nav li.is-active span {
  color: #fff;
}
.m-keidai__content__nav li.is-active span::before {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .m-keidai__content__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .m-keidai__content__nav::-webkit-scrollbar {
    height: 4px;
  }
  .m-keidai__content__nav::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 2px;
  }
  .m-keidai__content__nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }
  .m-keidai__content__nav li {
    margin-bottom: 0;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-keidai__content__nav li:last-child {
    margin-right: 20px;
  }
  .m-keidai__content__nav li span {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.m-keidai__content .c-scroll-hint {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-keidai__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-keidai__content .c-scroll-hint__text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .m-keidai__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;
  }
}
.m-keidai__content__map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.m-keidai__content__map__head {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
.m-keidai__content__map .m-keidai__content__item {
  display: none;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  min-height: 400px;
}
.m-keidai__content__map .m-keidai__content__item.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .m-keidai__content__map .m-keidai__content__item {
    padding: 20px;
    min-height: auto;
  }
}
.m-keidai__content__map .m-keidai__content__item .m-keidai__content__map__txt {
  margin-bottom: 40px;
}
.m-keidai__content__map .m-keidai__content__item .m-keidai__content__map__txt p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.m-keidai__content__map .m-keidai__content__item .m-keidai__content__map__img {
  margin: 0;
}
.m-keidai__content__map .m-keidai__content__item .m-keidai__content__map__img img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(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-table
----------------------------------------*/
/*----------------------------------------
	-season_color
----------------------------------------*/
.-season_color.-spring {
  background: #E7A2B9 !important;
}
.-season_color.-summer {
  background: #78AE30 !important;
}
.-season_color.-autumn {
  background: #ED7A38 !important;
}
.-season_color.-winter {
  background: #9694C9 !important;
}

.m-keidai__content__nav.-spring .is-active span,
.m-keidai__content__nav.-spring li:hover span,
.m-news__content__nav.-spring .is-active span,
.m-news__content__nav.-spring li:hover span {
  background: #E7A2B9 !important;
  color: #ffffff;
}
.m-keidai__content__nav.-summer .is-active span,
.m-keidai__content__nav.-summer li:hover span,
.m-news__content__nav.-summer .is-active span,
.m-news__content__nav.-summer li:hover span {
  background: #78AE30 !important;
  color: #ffffff;
}
.m-keidai__content__nav.-autumn .is-active span,
.m-keidai__content__nav.-autumn li:hover span,
.m-news__content__nav.-autumn .is-active span,
.m-news__content__nav.-autumn li:hover span {
  background: #ED7A38 !important;
  color: #ffffff;
}
.m-keidai__content__nav.-winter .is-active span,
.m-keidai__content__nav.-winter li:hover span,
.m-news__content__nav.-winter .is-active span,
.m-news__content__nav.-winter li:hover span {
  background: #9694C9 !important;
  color: #ffffff;
}

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

.m-wrap {
  max-width: 1100px;
  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: 1000px;
  max-width: 1000px;
  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;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  background: #fff;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 5px;
}
@media screen and (max-width: 767px) {
  .l-side-nav {
    width: max-width;
    bottom: 0;
    left: 50%;
    top: auto;
    border-radius: 10px 10px 0 0;
    padding: 12px 0;
    width: 70%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.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;
    gap: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-side-nav ul li {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li {
    margin-bottom: 0;
  }
}
.l-side-nav ul li:last-child {
  margin-bottom: 0;
}
.l-side-nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 10px;
  line-height: 1.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-side-nav ul li a {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 12px;
  }
}
.l-side-nav ul li a:hover {
  opacity: 0.7;
}
.l-side-nav ul li a img {
  width: 23px;
  display: block;
  margin: 0 auto 5px;
}

.l-header {
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 500;
  top: 7px;
}
.l-header__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;
}
.l-header__logo {
  margin: 0;
  width: 180px;
  z-index: 1010;
}
.l-header__logo img {
  vertical-align: middle;
}
.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;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.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 .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: 60px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
  padding: 30px 0;
  z-index: 501;
}
.l-header__mega .mega-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.l-header__mega .mega-list li {
  margin-right: 40px;
}
.l-header__mega .mega-list li a {
  color: #333 !important;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
.l-header__mega .mega-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2a55a6;
  border-right: 2px solid #2a55a6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__mega .mega-list li a:hover {
  color: #2a55a6 !important;
  text-decoration: underline;
}
.l-header__hamburger {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 90px;
    background: none;
    border: none;
    z-index: 1010;
  }
  .l-header__hamburger .hamburger-lines span {
    position: absolute;
    width: 28px;
    height: 2px;
    background: #fff;
    left: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hamburger .hamburger-lines span:nth-child(1) {
    top: 15px;
  }
  .l-header__hamburger .hamburger-lines span:nth-child(2) {
    top: 24px;
  }
  .l-header__hamburger .hamburger-lines span:nth-child(3) {
    top: 33px;
  }
  .l-header__hamburger .hamburger-text {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin-top: 26px;
  }
  .l-header__hamburger.is-active .hamburger-lines span {
    background: #333;
  }
  .l-header__hamburger.is-active .hamburger-lines span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) 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) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .l-header__hamburger.is-active .hamburger-text {
    color: #333;
  }
}
@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: 0.4s;
    transition: 0.4s;
    padding: 80px 20px;
  }
  .l-header__sp-nav.is-active {
    right: 0;
  }
}

.sp-nav-list {
  list-style: none;
}
.sp-nav-list li {
  border-bottom: 1px solid #eee;
}
.sp-nav-list li a, .sp-nav-list li span {
  display: block;
  padding: 15px 0;
  color: #333;
  font-weight: bold;
}
.sp-nav-list li.has-child .js-sp-accordion-trigger {
  position: relative;
}
.sp-nav-list li.has-child .js-sp-accordion-trigger::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2a55a6;
  border-bottom: 2px solid #2a55a6;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 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-child {
  display: none;
  background: #f9f9f9;
  padding-left: 20px;
  list-style: none;
}

body.is-fixed {
  overflow: hidden;
}

.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: 100%;
  background: url(../img/common/bg-mv.png) no-repeat center center/cover;
  z-index: 1;
}
.p-mv__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  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: 95%;
  margin: 0 auto;
}
.p-mv__banner {
  position: absolute;
  bottom: 20px;
  right: 30px;
  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;
}
.p-mv__banner:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.p-mv__banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
    padding: 80px 0 0;
  }
  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-mv__copy {
    width: 95%;
  }
  .p-mv__banner {
    position: absolute;
    width: 90%;
    bottom: 30px;
    max-width: 300px;
  }
}

.p-sub-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 80px;
}
.p-sub-mv::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-mv.png) no-repeat center center/cover;
  z-index: 1;
}
.p-sub-mv__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  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: 95%;
  margin: 0 auto;
}
.p-sub-mv__catch {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 2.9rem;
  font-family: "Noto Serif JP", serif;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    height: auto;
    padding: 80px 0 0;
  }
  .p-sub-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sub-mv__copy {
    width: 95%;
  }
}

/*----------------------------------------
	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
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body.u-noscroll {
  overflow: hidden;
}

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

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

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@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;
  }
}

.u-center {
  text-align: center;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mt-40 {
  margin-top: 40px;
}

.p-heading__title {
  font-size: 40px;
  font-weight: bold;
  color: #00b5ad;
  letter-spacing: 0.05em;
}
.p-heading__title.-center {
  text-align: center;
}
.p-heading__title.-white {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-heading__title {
    font-size: 28px;
  }
}

.c-title-main {
  font-size: 28px;
  color: #00b5ad;
  font-weight: bold;
  margin-top: 15px;
}

.c-title-sub {
  font-size: 14px;
  color: #00b5ad;
  font-weight: bold;
  display: block;
}

.c-btn-blue, .p-contact-form__submit input[type=submit], .p-form__submit input[type=submit] {
  display: inline-block;
  background: #00b5ad;
  color: #ffffff;
  padding: 18px 80px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 0 rgb(0, 130, 124.2541436464);
          box-shadow: 0 4px 0 rgb(0, 130, 124.2541436464);
}
.c-btn-blue:active, .p-contact-form__submit input[type=submit]:active, .p-form__submit input[type=submit]:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 rgb(0, 130, 124.2541436464);
          box-shadow: 0 2px 0 rgb(0, 130, 124.2541436464);
}

.c-label {
  background: #00b5ad;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 20px;
  font-weight: bold;
}

.l-header {
  background: #ffffff;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.l-header__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;
}
.l-header__logo {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 120px;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.05em;
}
.l-header__nav ul li a.btn-contact {
  background: #00b5ad;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 4px;
}
.l-header__sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 999;
  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-transform: translateX(100%);
          transform: translateX(100%);
  -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;
}
.l-header__sp-nav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__sp-nav .sp-nav-list {
  text-align: center;
}
.l-header__sp-nav .sp-nav-list li {
  margin-bottom: 25px;
}
.l-header__sp-nav .sp-nav-list li a {
  font-size: 20px;
  font-weight: bold;
  color: #00b5ad;
}
.l-header__hamburger {
  z-index: 1001;
  background: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
  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;
}
.l-header__hamburger .hamburger-lines {
  width: 30px;
  height: 22px;
  position: relative;
}
.l-header__hamburger .hamburger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: #00b5ad;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger .hamburger-lines span:nth-child(1) {
  top: 0;
}
.l-header__hamburger .hamburger-lines span:nth-child(2) {
  top: 10px;
}
.l-header__hamburger .hamburger-lines span:nth-child(3) {
  bottom: 0;
}
.l-header__hamburger.is-active .hamburger-lines span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) 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) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
.l-header__hamburger .hamburger-text {
  font-size: 10px;
  font-weight: bold;
  color: #00b5ad;
  margin-top: 4px;
}

.l-side-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-side-nav {
    display: none;
  }
}
.l-side-nav ul {
  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;
}
.l-side-nav ul li a {
  display: block;
  width: 40px;
}
.l-side-nav ul li a img {
  width: 100%;
}

.l-footer {
  background: #00b5ad;
  color: #ffffff;
  padding: 60px 0 20px;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 20px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.l-footer__logo {
  width: 140px;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__nav .nav-list li {
  margin-bottom: 12px;
}
.l-footer__nav .nav-list li a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.l-footer .copyright {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    text-align: left;
  }
}

/* Hero */
.p-hero {
  padding: 160px 0;
}
.p-hero__inner {
  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: 60px;
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-hero__img {
  width: 180px;
}
.p-hero__copy h2 {
  font-size: 26px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-hero__copy h2 {
    font-size: 18px;
  }
}

/* Movie */
.p-movie {
  background: repeating-linear-gradient(-45deg, #fff100, #fff100 30px, rgb(255, 243.8, 51) 30px, rgb(255, 243.8, 51) 60px);
  padding: 80px 0 120px;
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 600;
}
.p-movie__video-container {
  width: 75%;
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-movie__video-container {
    width: 90%;
  }
}
.p-movie__video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.p-movie {
  /* SOUND ON/OFF ボタンのスタイルは前回と同様 */
}
.p-movie__sound-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-movie__sound-btn.is-on {
  background: #00b5ad;
}
.p-movie__credit {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
}
.p-movie__scroll {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  z-index: 20;
}
.p-movie__scroll img {
  width: 100%;
}

/* Message */
.p-message {
  background: #00b5ad;
  color: #ffffff;
  padding: 160px 0 100px;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}
.p-message__inner {
  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: 80px;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-message__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-message__content p {
  font-size: 15px;
  line-height: 2;
}

/* Mission */
.p-mission {
  background: #909090;
  color: #ffffff;
  padding: 100px 0;
  border-radius: 0 0 40px 40px;
}
.p-mission__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-bottom: 40px;
}
.p-mission__sub {
  font-size: 14px;
  font-weight: bold;
}
.p-mission__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-mission__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-mission__ja {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-mission__ja p {
  margin-bottom: 25px;
  line-height: 1.8;
  font-weight: bold;
}
.p-mission__en {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 2;
  opacity: 0.9;
}

/* Features */
.p-features {
  padding: 100px 0;
}
.p-features__list {
  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-features__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.p-features__item {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__item {
    width: 100%;
  }
}
.p-features__icon {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.p-features__icon img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-features__icon:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* News */
.p-news {
  padding: 0 0 120px;
}
.p-news__list {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.p-news__item {
  border-bottom: 1px solid #eee;
}
.p-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    -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;
    gap: 10px;
  }
}
.p-news__item a time {
  width: 120px;
  font-weight: bold;
}
.p-news__item a .c-label {
  margin-right: 30px;
}
.p-news__item a .p-news__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}

/* アニメーションの共通定義 */
[data-anim] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-anim].is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

/* 下からふわっと浮き上がる */
[data-anim=fade-up] {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* 横からスッと出る (左から) */
[data-anim=fade-left] {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

/* 横からスッと出る (右から) */
[data-anim=fade-right] {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

/* 順次表示 (ディレイ用) */
.u-anim-delay:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.u-anim-delay:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.u-anim-delay:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.u-anim-delay:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.u-anim-delay:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.u-anim-delay:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.u-anim-delay:nth-child(7) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.u-anim-delay:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.u-anim-delay:nth-child(9) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.u-anim-delay:nth-child(10) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/* ==========================================================================
   Lower Page Common (下層共通)
   ========================================================================== */
/* 下層メインビジュアル */
.p-lower-head {
  background: #00b5ad;
  padding: 80px 0 60px;
  color: #fff;
  text-align: center;
  border-radius: 0 0 40px 40px;
}
.p-lower-head__title {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-lower-head__title {
    font-size: 32px;
  }
}
.p-lower-head__sub {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

/* パンくずリスト */
.c-breadcrumb {
  padding: 20px 0;
  font-size: 12px;
}
.c-breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-breadcrumb ol li::after {
  content: ">";
  margin-left: 10px;
  color: #ccc;
}
.c-breadcrumb ol li:last-child::after {
  display: none;
}
.c-breadcrumb ol li a {
  color: #00b5ad;
}
.c-breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* フォーム (Contact Form 7対応用) */
.p-form {
  max-width: 800px;
  margin: 0 auto;
}
.p-form dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-form dt span.required {
  background: #ff4b4b;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
}
.p-form dd {
  margin-bottom: 30px;
}
.p-form dd input[type=text],
.p-form dd input[type=email],
.p-form dd textarea,
.p-form dd select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
  font-family: inherit;
}
.p-form dd input[type=text]:focus,
.p-form dd input[type=email]:focus,
.p-form dd textarea:focus,
.p-form dd select:focus {
  outline: none;
  border-color: #00b5ad;
  background: #fff;
}
.p-form dd textarea {
  height: 200px;
}
.p-form__submit {
  text-align: center;
}
.p-form__submit input[type=submit] {
  border: none;
  cursor: pointer;
}

/* 下層用見出しエリア */
.p-lower-head {
  background: #00b5ad;
  padding: 100px 0 80px;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 40px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-lower-head {
    padding: 60px 0 40px;
  }
}
.p-lower-head__title {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-lower-head__title {
    font-size: 32px;
  }
}
.p-lower-head__sub {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  opacity: 0.9;
}

/* パンくずリスト */
.c-breadcrumb {
  padding: 20px 0;
}
.c-breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  font-weight: bold;
}
.c-breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb ol li::after {
  content: ">";
  margin-left: 10px;
  color: #ccc;
}
.c-breadcrumb ol li:last-child {
  color: #00b5ad;
}
.c-breadcrumb ol li:last-child::after {
  display: none;
}
.c-breadcrumb ol li a {
  color: #666666;
}
.c-breadcrumb ol li a:hover {
  color: #00b5ad;
}

/* 下層セクション共通 */
.l-lower-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-lower-section {
    padding: 50px 0;
  }
}
.l-lower-section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-lower-section__title {
    margin-bottom: 30px;
  }
}

/* ミッション（テキスト中心） */
.p-mission-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 2.2;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-mission-text {
    font-size: 15px;
  }
}
.p-mission-text .u-accent {
  color: #00b5ad;
  font-size: 1.2em;
  display: block;
  margin: 30px 0;
}

/* プロジェクトモデル（カード） */
.p-project-model {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.p-project-model__item {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-project-model__item {
    padding: 25px;
  }
}
.p-project-model__item .num {
  font-size: 24px;
  font-weight: bold;
  color: #00b5ad;
  display: block;
  margin-bottom: 10px;
}
.p-project-model__item h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-project-model__item h3 {
    font-size: 20px;
  }
}
.p-project-model__item .content-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-project-model__item .content-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-project-model__item .content-box h4 {
  font-size: 14px;
  background: #eee;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.p-project-model__item .content-box ul li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.p-project-model__item .content-box ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #00b5ad;
  font-size: 10px;
}

.p-works-page {
  /* フィルタボタン */
}
.p-works-page__filter {
  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: 15px;
  margin-bottom: 50px;
}
.p-works-page__filter .c-filter-btn {
  background: #eee;
  border: none;
  padding: 8px 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-works-page__filter .c-filter-btn.is-active {
  background: #00b5ad;
  color: #fff;
}
.p-works-page {
  /* 実績グリッド (Aoto風) */
}
.p-works-page__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-works-page__grid {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.p-works-page__card {
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-works-page__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.p-works-page__card .img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eee;
}
.p-works-page__card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-page__card .info {
  padding: 15px 0;
}
.p-works-page__card .info .date {
  font-size: 12px;
  color: #999;
}
.p-works-page__card .info h3 {
  font-size: 15px;
  margin: 5px 0;
  font-weight: bold;
  line-height: 1.4;
}
.p-works-page__card .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.p-works-page__card .info .tags span {
  font-size: 10px;
  color: #00b5ad;
  border: 1px solid #00b5ad;
  padding: 2px 8px;
  border-radius: 3px;
}

.p-service-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.p-service-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-service-list__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-list__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-list__item .text h3 {
  font-size: 24px;
  color: #00b5ad;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-list__item .text h3::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #00b5ad;
  margin-right: 15px;
}
.p-service-list__item .text p {
  font-size: 15px;
  line-height: 1.8;
}
.p-service-list__item .img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-service-list__item .img {
    width: 100%;
  }
}
.p-service-list__item .img img {
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 0 #fff100;
          box-shadow: 10px 10px 0 #fff100;
}

.p-member__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-member__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
  }
}
.p-member__card .img {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-member__card .img {
    width: 100%;
  }
}
.p-member__card .img img {
  width: 100%;
  border-radius: 20px;
}
.p-member__card .info h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.p-member__card .info h3 span {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.p-member__card .info .pos {
  color: #00b5ad;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.p-member__card .info p {
  font-size: 14px;
  line-height: 1.8;
}

.p-company-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.p-company-table tr {
  border-bottom: 1px solid #eee;
}
.p-company-table tr th {
  width: 30%;
  text-align: left;
  padding: 20px;
  background: #f9f9f9;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-company-table tr th {
    width: 100%;
    display: block;
    padding: 15px 20px 5px;
  }
}
.p-company-table tr td {
  width: 70%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-company-table tr td {
    width: 100%;
    display: block;
    padding: 5px 20px 15px;
  }
}

.p-contact-form {
  max-width: 800px;
  margin: 0 auto;
  /* Contact Form 7 の出力構造を想定 */
}
.p-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
.p-contact-form dl dt {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-form dl dt .required {
  background: #ff4b4b;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 10px;
}
.p-contact-form dl dd {
  margin-bottom: 30px;
  margin-left: 0;
}
.p-contact-form dl dd input[type=text], .p-contact-form dl dd input[type=email], .p-contact-form dl dd textarea, .p-contact-form dl dd select {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fdfdfd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form dl dd input[type=text]:focus, .p-contact-form dl dd input[type=email]:focus, .p-contact-form dl dd textarea:focus, .p-contact-form dl dd select:focus {
  border-color: #00b5ad;
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 181, 173, 0.1);
          box-shadow: 0 0 0 4px rgba(0, 181, 173, 0.1);
  outline: none;
}
.p-contact-form dl dd textarea {
  height: 200px;
}
.p-contact-form__submit {
  text-align: center;
  margin-top: 40px;
}
.p-contact-form__submit input[type=submit] {
  border: none;
  cursor: pointer;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit input[type=submit] {
    width: 100%;
  }
}

/* フォーム用コンポーネント */
.c-label-required {
  background: #ff4b4b;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 12px;
  font-weight: bold;
  vertical-align: middle;
}

.p-contact-form {
  max-width: 800px;
  margin: 0 auto;
  background: #fdfdfd;
  padding: 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    padding: 30px 20px;
  }
}
.p-contact-form dl dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form dl dt {
    font-size: 15px;
  }
}
.p-contact-form dl dd {
  margin-left: 0;
  margin-bottom: 35px;
}
.p-contact-form dl dd input[type=text],
.p-contact-form dl dd input[type=email],
.p-contact-form dl dd select,
.p-contact-form dl dd textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  font-family: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-contact-form dl dd input[type=text]:focus,
.p-contact-form dl dd input[type=email]:focus,
.p-contact-form dl dd select:focus,
.p-contact-form dl dd textarea:focus {
  outline: none;
  border-color: #00b5ad;
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 181, 173, 0.1);
          box-shadow: 0 0 0 4px rgba(0, 181, 173, 0.1);
}
.p-contact-form dl dd input[type=text]::-webkit-input-placeholder, .p-contact-form dl dd input[type=email]::-webkit-input-placeholder, .p-contact-form dl dd select::-webkit-input-placeholder, .p-contact-form dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}
.p-contact-form dl dd input[type=text]::-moz-placeholder, .p-contact-form dl dd input[type=email]::-moz-placeholder, .p-contact-form dl dd select::-moz-placeholder, .p-contact-form dl dd textarea::-moz-placeholder {
  color: #ccc;
}
.p-contact-form dl dd input[type=text]:-ms-input-placeholder, .p-contact-form dl dd input[type=email]:-ms-input-placeholder, .p-contact-form dl dd select:-ms-input-placeholder, .p-contact-form dl dd textarea:-ms-input-placeholder {
  color: #ccc;
}
.p-contact-form dl dd input[type=text]::-ms-input-placeholder, .p-contact-form dl dd input[type=email]::-ms-input-placeholder, .p-contact-form dl dd select::-ms-input-placeholder, .p-contact-form dl dd textarea::-ms-input-placeholder {
  color: #ccc;
}
.p-contact-form dl dd input[type=text]::placeholder,
.p-contact-form dl dd input[type=email]::placeholder,
.p-contact-form dl dd select::placeholder,
.p-contact-form dl dd textarea::placeholder {
  color: #ccc;
}
.p-contact-form dl dd textarea {
  height: 200px;
}
.p-contact-form dl dd {
  /* WordPressのエラーメッセージ等のスタイル */
}
.p-contact-form dl dd .wpcf7-not-valid-tip {
  color: #ff4b4b;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}
.p-contact-form__submit {
  text-align: center;
  margin-top: 20px;
}
.p-contact-form__submit input[type=submit] {
  border: none;
  cursor: pointer;
  width: 320px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit input[type=submit] {
    width: 100%;
  }
}
.p-contact-form__submit input[type=submit]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* ==========================================================================
   SERVICE & NEWS Page Styles
   ========================================================================== */
/* SERVICE リスト (左右交互レイアウト) */
.p-service-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
}
.p-service-list__item {
  /* 偶数番目は反転 */
}
.p-service-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-service-list__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-list__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service-list__item .text h3 {
  font-size: 28px;
  color: #00b5ad;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-list__item .text h3 {
    font-size: 22px;
  }
}
.p-service-list__item .text h3::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #00b5ad;
  margin-right: 15px;
}
.p-service-list__item .text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-service-list__item .text p {
    font-size: 14px;
  }
}
.p-service-list__item .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-service-list__item .img {
    width: 100%;
  }
}
.p-service-list__item .img img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 15px 15px 0 #fff100;
          box-shadow: 15px 15px 0 #fff100;
}
@media screen and (max-width: 767px) {
  .p-service-list__item .img img {
    -webkit-box-shadow: 10px 10px 0 #fff100;
            box-shadow: 10px 10px 0 #fff100;
  }
}

/* NEWS ページリスト */
.p-news-page-list {
  border-top: 1px solid #eee;
  margin-bottom: 60px;
}
.p-news-page-list .p-news-item {
  border-bottom: 1px solid #eee;
}
.p-news-page-list .p-news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news-page-list .p-news-item a {
    -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;
    gap: 10px;
    padding: 20px 10px;
  }
}
.p-news-page-list .p-news-item a:hover {
  background: #f9f9f9;
}
.p-news-page-list .p-news-item a time {
  width: 120px;
  font-weight: bold;
  color: #999;
  font-size: 14px;
}
.p-news-page-list .p-news-item a .c-label {
  margin-right: 30px;
  min-width: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-page-list .p-news-item a .c-label {
    margin-right: 0;
  }
}
.p-news-page-list .p-news-item a .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-news-page-list .p-news-item a .title {
    font-size: 15px;
  }
}

/* ページネーション */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.c-pagination span, .c-pagination a {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #00b5ad;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .current {
  background: #00b5ad;
  color: #fff;
}
.c-pagination a.inactive {
  color: #00b5ad;
}
.c-pagination a.inactive:hover {
  background: #00b5ad;
  color: #fff;
}

/* WORKS フィルタリングボタン */
.p-works-filter {
  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: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-works-filter {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.p-works-filter button {
  background: #f5f5f5;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-works-filter button:hover {
  background: #eee;
}
.p-works-filter button.is-active {
  background: #00b5ad;
  color: #fff;
}

/* 実績グリッド */
.p-works-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .p-works-grid {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}

/* 実績カード */
.p-works-card {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-works-card a {
  display: block;
}
.p-works-card a:hover {
  opacity: 1;
}
.p-works-card a:hover .p-works-card__img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-works-card a:hover .title {
  color: #00b5ad;
}
.p-works-card__img {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 12px;
  background: #eee;
}
.p-works-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-works-card__info {
  padding: 15px 5px;
}
.p-works-card__info .date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  font-weight: bold;
}
.p-works-card__info .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-works-card__info .title {
    font-size: 14px;
  }
}
.p-works-card__info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.p-works-card__info .tags span {
  font-size: 10px;
  font-weight: bold;
  color: #00b5ad;
  border: 1px solid #00b5ad;
  padding: 2px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

/* ユーティリティ追加 */
.u-mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-mb-80 {
    margin-bottom: 40px;
  }
}

/* プロジェクトモデル・アイテムの修正 */
.p-project-model__item {
  padding: 60px;
  border-radius: 40px;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-project-model__item {
    padding: 30px 20px;
  }
}
.p-project-model__item.-stripe {
  background: repeating-linear-gradient(-45deg, #fff100, #fff100 20px, rgb(255, 243.8, 51) 20px, rgb(255, 243.8, 51) 40px);
}
.p-project-model__item .num {
  font-size: 40px;
  font-weight: bold;
  color: #00b5ad;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}
.p-project-model__item h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-project-model__item h3 {
    font-size: 20px;
  }
}
.p-project-model__item .desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
}
.p-project-model__item .content-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-project-model__item .content-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.p-project-model__item .content-box h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #00b5ad;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.p-project-model__item .content-box ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.p-project-model__item .content-box ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #00b5ad;
  font-size: 10px;
}
.p-project-model__item .content-box .flow-chart {
  font-size: 13px;
  font-weight: bold;
}
.p-project-model__item .content-box .flow-chart span {
  display: inline-block;
  background: #fff;
  border: 1px solid #00b5ad;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 4px 0;
}

/* --- WHAT WE DO ページ専用スタイル --- */
/* MISSIONビジュアルエリア */
/* --- MISSIONビジュアル：サイズと余白の再調整 --- */
.p-mission-visual {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mission-visual {
    padding: 60px 0;
  }
}
.p-mission-visual {
  /* 背景の斜線をより淡く、主張を抑える */
}
.p-mission-visual__stripe-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: repeating-linear-gradient(-45deg, rgb(255, 245.2, 76.5), rgb(255, 245.2, 76.5) 30px, rgb(255, 250.8, 178.5) 30px, rgb(255, 250.8, 178.5) 60px);
  opacity: 0.5;
}
.p-mission-visual__inner {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mission-visual__text-box {
  background: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mission-visual__text-box {
    padding: 40px 20px;
  }
}
.p-mission-visual__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-mission-visual__title {
    font-size: 24px;
  }
}
.p-mission-visual__title .u-text-outotsu {
  color: #00b5ad;
  font-size: 1.1em;
  margin: 0 0.1em;
}
.p-mission-visual__desc {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 767px) {
  .p-mission-visual__desc {
    font-size: 14px;
  }
}
.p-mission-visual__desc strong {
  color: #00b5ad;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 2px solid #fff100;
}

/* MISSION ステートメント */
.p-mission-statement {
  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;
}
.p-mission-statement__item {
  margin-bottom: 20px;
}
.p-mission-statement__item .label {
  font-size: 12px;
  color: #00b5ad;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 5px;
}
.p-mission-statement__item p {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-mission-statement__item p {
    font-size: 24px;
  }
}
.p-mission-statement__main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  color: #00b5ad;
}
@media screen and (max-width: 767px) {
  .p-mission-statement__main {
    font-size: 18px;
  }
}

/* ABOUT セクション */
.p-about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-about-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-about-section__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-section__img {
    width: 100%;
  }
}
.p-about-section__img img {
  width: 100%;
  border-radius: 40px;
  -webkit-box-shadow: 20px 20px 0 #fff100;
          box-shadow: 20px 20px 0 #fff100;
}
.p-about-section__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ユーティリティ */
.u-mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-mt-60 {
    margin-top: 30px;
  }
}

.u-mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-mb-100 {
    margin-bottom: 60px;
  }
}

/* 斜線スクロールアニメーション (オプション) */
@-webkit-keyframes stripeScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes stripeScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* MEMBER リスト */
.p-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-member-list {
    gap: 60px;
  }
}

.p-member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-member-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-member-item__img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-member-item__img {
    width: 100%;
  }
}
.p-member-item__img img {
  width: 100%;
  border-radius: 20px;
  /* 少し遊び心のある枠線を付ける */
  border: 5px solid #fff100;
}
.p-member-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-member-item__pos {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #00b5ad;
  margin-bottom: 10px;
}
.p-member-item__name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-member-item__name {
    font-size: 24px;
  }
}
.p-member-item__name span {
  font-size: 16px;
  color: #999;
  margin-left: 15px;
  font-weight: normal;
}
.p-member-item__text p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* 会社概要テーブル */
/* 会社概要テーブル：シンプル版 */
.p-company-table {
  width: 100%;
  border-top: none;
  border-collapse: collapse;
  margin-top: 30px;
}
.p-company-table tr {
  border-bottom: 1px solid #eee;
}
.p-company-table tr:last-child {
  border-bottom: none;
}
.p-company-table tr th {
  width: 200px;
  text-align: left;
  padding: 25px 0;
  background: none;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-company-table tr th {
    width: 100%;
    display: block;
    padding: 20px 0 5px;
  }
}
.p-company-table tr td {
  padding: 25px 0 25px 40px;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}
@media screen and (max-width: 767px) {
  .p-company-table tr td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
}
.p-company-table tr td ul li {
  margin-bottom: 4px;
}

/* OVERVIEW 見出し自体の装飾もシンプルに */
.p-company-overview .p-heading__title {
  border: none;
  padding: 0;
  text-align: left;
}

/* --- Privacy Policy ページ専用スタイル --- */
.p-policy-content {
  max-width: 900px;
  margin: 0 auto;
  color: #444;
}
.p-policy-content__intro {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.p-policy-content__item {
  margin-bottom: 40px;
}
.p-policy-content__item h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #00b5ad;
}
.p-policy-content__item p {
  font-size: 14px;
  line-height: 2;
  padding-left: 19px;
}
@media screen and (max-width: 767px) {
  .p-policy-content__item p {
    padding-left: 0;
  }
}
.p-policy-content__item ul {
  margin-top: 10px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-policy-content__item ul {
    padding-left: 20px;
  }
}
.p-policy-content__item ul li {
  font-size: 14px;
  line-height: 2;
  list-style: disc;
  margin-bottom: 5px;
}
.p-policy-content__item .contact-box {
  margin-top: 20px;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.p-policy-content__item .contact-box a {
  color: #00b5ad;
  text-decoration: underline;
}
.p-policy-content__item .contact-box a:hover {
  text-decoration: none;
}

/*----------------------------------------
	p-privacy
----------------------------------------*/
.p-privacy {
  max-width: 800px;
  padding: 60px 50px 120px;
  margin: 0 auto;
}
.p-privacy__head {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 80px;
}
.p-privacy__body section {
  margin: 0 0 30px;
}
.p-privacy__body section:last-child {
  margin: 0;
}
.p-privacy__body h2 {
  font-size: 2.8rem;
  color: #313F98;
  margin: 0 0 10px;
}
.p-privacy__body h3 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.p-privacy__body p {
  line-height: 1.8;
  margin: 0 0 30px;
}
.p-privacy__body p:last-child {
  margin: 0;
}
.p-privacy__body ol {
  margin: 0 0 30px 20px;
}
.p-privacy__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
.p-privacy__body dl:last-of-type {
  margin: 0 0 30px;
}
.p-privacy__body dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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 h2 {
    font-size: 2rem;
  }
  .p-privacy__body h3 {
    font-size: 1.8rem;
  }
  .p-privacy__body p {
    margin: 0 0 20px;
  }
  .p-privacy__body ol {
    margin: 0 0 20px 20px;
  }
  .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 {
  max-width: 800px;
  padding: 40px 50px 120px;
  margin: 0 auto;
}
.p-news-single__head {
  position: relative;
  padding: 0 0 30px;
}
.p-news-single__head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/news/bg_line.png)/cover;
}
.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__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: 20px 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
----------------------------------------*/
.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;
}

.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;
  }
}