@charset "UTF-8";
/*===========================
reset style
===========================*/
/* autoprefixer grid: autoplace */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html,
body {
  min-height: 100%;
}

body {
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  background: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: normal;
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 1em;
}

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

a {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}

address {
  color: #333333;
  font-style: normal;
}

img {
  vertical-align: bottom;
  border: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  color: #333333;
}

main {
  display: block;
}

picture {
  display: block;
}

table,
th,
td {
  color: #333333;
}

header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

data {
  display: block;
}

time {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

/*==========================
l-header
==========================*/
.l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #ffffff;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.l-header__doboz {
  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;
  height: 100%;
}
.l-header__dobozSplit:nth-of-type(2) {
  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: 200px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 10px;
}
.l-header__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-header__gnavItem + .l-header__gnavItem {
  margin-left: 24px;
}
.l-header__gnavLink {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #666666;
  letter-spacing: 0.08em;
  padding: 16px;
}
.l-header__gnavLink:visited {
  text-decoration: none;
  color: #666666;
}
.l-header__gnavLink:hover {
  text-decoration: none;
}
.l-header__gnavLink::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: #666666;
}
.l-header__gnavLink:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.l-header__tel {
  margin-left: 77px;
}
.l-header__telLink {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #333333;
  letter-spacing: 0;
}
.l-header__telLink:visited {
  text-decoration: none;
  color: #333333;
}
.l-header__telLink:hover {
  text-decoration: none;
}
.l-header__telLink--small {
  font-size: 18px;
}
.l-header__contact {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 77px;
}
.l-header__contactLink {
  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: 160px;
  height: 40px;
  font-size: 16px;
  background-color: #FA6501;
  border-radius: 20px;
}
.l-header__contactLink:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-image: url(../img/global/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header__sns:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__snsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-header__snsItem + .l-header__snsItem {
  margin-left: 20px;
}
.l-header__snsLink {
  width: 100%;
}
.l-header__hmb {
  display: none;
}
.l-header__drwNav {
  display: none;
}
.l-header__drwNavList {
  overflow-x: hidden;
  overflow-y: scroll;
}
.l-header__drwNavListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F4F7F9;
}
.l-header__drwNavListLink {
  position: relative;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
.l-header__drwNavListLink:visited {
  text-decoration: none;
  color: #666666;
}
.l-header__drwNavListLink:hover {
  text-decoration: none;
}
.l-header__drwNavListLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  left: auto;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}
.l-header__drwNav .m-buttonLink {
  width: 89.3333333333vw;
  margin-top: 30px;
  text-decoration: none;
  color: #333333;
}
.l-header__drwNav .m-buttonLink:visited {
  text-decoration: none;
  color: #333333;
}
.l-header__drwNav .m-buttonLink:hover {
  text-decoration: none;
}

/*==========================
l-footer
==========================*/
.l-footer {
  background-color: #24549D;
}
.l-footer__inner {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  padding: 64px 20px;
}
.l-footer__doboz {
  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-footer__dobozSplit:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer__logo {
  text-align: left;
  width: 200px;
}
.l-footer__logo:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-footer__logo:hover:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__address {
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
  line-height: 1.75;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 25px;
}
.l-footer__snsItem {
  display: inline-block;
}
.l-footer__snsLink {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-footer__snsLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__gnavItem + .l-footer__gnavItem {
  margin-left: 30px;
}
.l-footer__gnavItem:nth-of-type(n + 5) {
  margin-top: 24px;
}
.l-footer__gnavLink {
  position: relative;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
  color: #ffffff;
}
.l-footer__gnavLink:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__gnavLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-footer__gnavLink:hover {
  text-decoration: none;
}
.l-footer__gnav + .l-footer__gnav {
  margin-top: 14px;
}
.l-footer__copy {
  margin-top: 20px;
}
.l-footer__copyTxt {
  margin-top: 10px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.12em;
}

/*============================
.l-container
============================*/
.l-container {
  overflow: hidden;
  /* IE11 */
}
.l-container img {
  width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .l-container {
  overflow-x: hidden;
  overflow-y: visible;
}

/*============================
.l-section
============================*/
.l-section__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-section__inner--small {
  max-width: 780px;
}

/*============================
.l-pankuzu
============================*/
.l-pankuzu {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 27px 20px 0;
}
.l-pankuzu__list {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-pankuzu__list > li {
  white-space: nowrap;
  font-size: 12px;
}
.l-pankuzu__list > li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-pankuzu__list > li + li {
  margin-left: 10px;
}
.l-pankuzu__list > li a {
  color: #333333;
}

/*============================
.l-main
============================*/
.l-main {
  margin-top: 0px;
}
.l-main-news {
  background-color: #F2F3F5;
  padding-top: 120px;
}

/*============================
.l-mv
============================*/
.l-mv-top {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
.l-mv-top .l-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1134px;
  padding: 0 20px;
  z-index: 100;
  left: 50%;
}
.l-mv-top .l-mv__container {
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__containerItem {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__containerImg {
  display: block;
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__containerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}
.l-mv .slick-track,
.l-mv .slick-list,
.l-mv .slick-slide {
  height: 100%;
}
.l-mv-under {
  position: relative;
  margin-top: 100px;
}
.l-mv-under__img {
  position: relative;
}
.l-mv-under__img picture {
  width: 100%;
  height: 100%;
}
.l-mv-under__img img {
  max-height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv-under__tit {
  width: 100%;
  max-width: 1136px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
}

/*============================
.l-footcontact
============================*/
.l-footcontact {
  background-color: #ffffff;
}
.l-footcontact__inner {
  padding: 75px 20px 100px;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}
.l-footcontact__txt {
  margin-top: 50px;
}
.l-footcontact__doboz {
  margin-top: 40px;
}
.l-footcontact__doboz .m-buttonLink {
  width: 320px;
}
.l-footcontact__doboz .m-button:not(:first-of-type) {
  margin-left: 40px;
}

/*============================
.l-overpost
============================*/
.l-overpost {
  position: relative;
  padding: 120px 0;
  background-color: #f8f5f0;
}
.l-overpost--white {
  background-color: #ffffff;
}
.l-overpost__bg {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
}
.l-overpost__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 54px;
}
.l-overpost__list--nospace {
  margin-top: 0;
}
.l-overpost__listItem {
  width: 25%;
}
.l-overpost__listLink {
  display: block;
}
.l-overpost__listLink:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.l-overpost__listImg {
  position: relative;
  background-color: #666666;
}
.l-overpost__listTit {
  width: 100%;
  padding: 20px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.04em;
  line-height: 1.83;
  color: #ffffff;
}
.l-overpost .m-button {
  position: relative;
  margin-top: 50px;
  z-index: 100;
}

/*============================
m-pagetop
============================*/
.m-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 20px;
  background: url(../img/global/footer/m-pagetop.svg) no-repeat left top;
  background-size: contain;
  z-index: 999;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-pagetop:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*============================
m-button
============================*/
.m-button {
  display: inline-block;
}
.m-buttonLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 0px 2px #d3d3d3;
          box-shadow: 0px 1px 0px 2px #d3d3d3;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #444;
}
.m-buttonLink:visited {
  text-decoration: none;
  color: #444;
}
.m-buttonLink:hover {
  text-decoration: none;
}
.m-button--orange .m-buttonLink {
  color: #ffffff;
  background-color: #FA6501;
  border: 1px solid #FA6501;
}
.m-button--orange .m-buttonLink:before {
  border-top: solid 1px #FA6501;
  border-right: solid 1px #FA6501;
}
.m-button--orange .m-buttonLink:hover {
  color: #FA6501;
  background-color: #ffffff;
  border: 1px solid #FA6501;
}
.m-button--orange .m-buttonLink:hover:before {
  border-top: solid 1px #FA6501;
  border-right: solid 1px #FA6501;
}
.m-button--small .m-buttonLink {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1em;
}
.m-button--no-shadow .m-buttonLink {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/*============================
m-tit
============================*/
.m-tit-white .m-tit__ja {
  color: #ffffff;
}
.m-tit-white .m-tit__en {
  color: #ffffff;
}
.m-tit__ja {
  display: block;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
.m-tit__ja--big {
  font-size: 40px;
  line-height: 1.6;
}
.m-tit__en {
  display: block;
  font-size: 12px;
  color: #1D479C;
  line-height: 1;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
}

/*============================
m-noposts
============================*/
.m-noposts {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

/*============================
m-desc
============================*/
.m-desc {
  text-align: left;
}
.m-desc--center {
  text-align: center;
}
.m-desc p {
  font-size: 16px;
  letter-spacing: 0.12em;
}
.m-desc--split p + p {
  margin-top: 30px;
}

/*============================
m-card
============================*/
.m-card {
  width: 250px;
}
.m-card__link {
  display: block;
}
.m-card__link:hover .m-card__tit {
  color: #2F7899;
}
.m-card__img {
  z-index: 1;
  overflow: hidden;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.m-card__img::after {
  content: "";
  display: block;
  padding-top: 72%;
}
.m-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit:cover;";
}
.m-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-card__img:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m-card__data {
  text-align: left;
  font-size: 14px;
  color: #1D479C;
  letter-spacing: 0em;
  margin-top: 10px;
}
.m-card__tit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/*============================
m-card-icon
============================*/
.m-card-icon {
  -webkit-box-shadow: 0px 2px 0px 4px #d3d3d3;
          box-shadow: 0px 2px 0px 4px #d3d3d3;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
}
.m-card-icon__link {
  display: block;
  padding: 30px 0 40px;
}
.m-card-icon__img {
  width: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.m-card-icon__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.m-card-icon__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit:cover;";
}
.m-card-icon__tit {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 20px;
  padding: 0 10px;
}

/*============================
m-pagenavi
============================*/
.m-pagenavi {
  margin-top: 100px;
}
.m-pagenavi a, .m-pagenavi span {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: #1D479C !important;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-pagenavi a:hover, .m-pagenavi span:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #666666 !important;
}
.m-pagenavi .current {
  color: #666666 !important;
}

/*==========================
共通タブ用 => .js-tab
==========================*/
.js-tab__switchItem {
  cursor: pointer;
}
.js-tab__main {
  position: relative;
}
.js-tab__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tab__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tab__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tab__mainItem.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .js-tab_inr
===================*/
.js-tabInr__switchItem {
  cursor: pointer;
}
.js-tabInr__main {
  position: relative;
}
.js-tabInr__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tabInr__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tabInr__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tabInr__mainItem.is-active.has-scroll {
  display: block;
}

/*==========================
共通トグル用 => .js-toggle
==========================*/
.js-toggle__switch {
  position: relative;
  cursor: pointer;
}
.js-toggle__switch.is-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-toggle__next {
  display: none;
}

/*==================
js-fadeIn
==================*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.js-fadeIn.is-show {
  opacity: 1;
}
.js-fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js-fadeIn-up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*==========================
共通スライダー用 => .js-slider
==========================*/
.js-slider__modulDots {
  position: relative;
}
.js-slider__modulArw {
  cursor: pointer;
}

/* slick-theme */
.slick-loading .slick-list {
  background: #fff url(../js/libs/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../js/libs/slick/fonts/slick.eot");
  src: url("../js/libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/libs/slick/fonts/slick.woff") format("woff"), url("../js/libs/slick/fonts/slick.ttf") format("truetype"), url("../js/libs/slick/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.7;
}

.slick-prev {
  left: -1.4641288433vw;
  background-image: url("../js/libs/slick//img/prev_arrow.svg");
}

.slick-next {
  right: -1.4641288433vw;
  background-image: url("../js/libs/slick//img/next_arrow.svg");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #1D479C;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background-color: #1D479C;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

[data-simplebar] {
  position: relative;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}

.simplebar-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  direction: inherit;
}

.simplebar-offset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  margin: 0;
  padding: 0;
  resize: none !important;
  direction: inherit !important;
}

.simplebar-content-wrapper {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  direction: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  position: relative;
  z-index: -1;
  float: left;
  overflow: hidden;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.simplebar-height-auto-observer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  pointer-events: none;
  opacity: 0;
}

.simplebar-track {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  left: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  content: "";
  position: absolute;
  right: 2px;
  left: 2px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
  border-radius: 7px;
  background: #000;
}

.simplebar-scrollbar.simplebar-visible:before {
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
  background-color: rgba(204, 204, 204, 0.1);
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 2px;
  left: 2px;
  height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 2px;
  right: auto;
  left: 0;
  width: auto;
  min-width: 10px;
  height: 7px;
  min-height: 0;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  position: fixed;
  visibility: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 500px;
  height: 500px;
  opacity: 0;
  direction: rtl;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*============================
.mw_wp_form only flag
============================*/
.mw_wp_form_input_flag {
  display: none;
}

.mw_wp_form_preview_flag {
  display: none;
}

.mw_wp_form_complete_flag {
  display: none;
}

.mw_wp_form_input .mw_wp_form_input_flag {
  display: block;
}

.mw_wp_form_preview .mw_wp_form_preview_flag {
  display: block;
}

#mw_wp_form .p-country-name,
.mw_wp_form .p-country-name {
  display: none !important;
}

/*==========================
トップ
.p-top
==========================*/
.p-top-greeting {
  padding-top: 120px;
}
.p-top-greeting__wrap-bg {
  position: relative;
  padding: 100px 0 90px;
  background-image: url(../img/top/greetingBk.png);
  background-position: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 40px;
}
.p-top-greeting__wrap-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-greeting .l-section__inner {
  position: relative;
  z-index: 1;
}
.p-top-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
  padding-bottom: 120px;
}
.p-top-greeting__container {
  padding: 0 80px;
}
.p-top-greeting__img {
  width: 260px;
}
.p-top-greeting__cap {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 12px;
}
.p-top-greeting__subcap {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-top-greeting__wrap {
  margin-top: 54px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 48px 40px;
  position: relative;
  z-index: 1;
}
.p-top-greeting__Lists {
  margin-top: 40px;
  padding-left: 20px;
  text-align: left;
}
.p-top-greeting__List {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  list-style: disc;
}
.p-top-greeting__List:nth-child(2) {
  margin-top: 20px;
}
.p-top-greeting__txt {
  text-align: left;
  font-size: 16px;
  line-height: 250%;
  letter-spacing: 0.08em;
}
.p-top-greeting__tit {
  text-align: left;
  font-weight: 500;
  font-size: 26px;
  line-height: 250%;
  letter-spacing: 0.08em;
  color: #363636;
  margin-bottom: 10px;
}
.p-top-service {
  padding: 80px 0;
  background-color: #F2F3F5;
}
.p-top-service__doboz {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-top-service__slider {
  padding-top: 20px;
}
.p-top-service__slider .slick-dotted.slick-slider {
  margin-bottom: 80px;
}
.p-top-service__sliderMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
.p-top-service__sliderMainItem {
  padding: 10px 20px 30px;
  width: calc(100% / 4);
}
.p-top-service__sliderMain.has-minSlideItem {
  display: block;
  padding-bottom: 0;
}
.p-top-service__sliderMain.has-minSlideItem .p-top-service__sliderMainItem {
  width: auto;
}
.p-top-service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.p-top-service__wrapLink {
  background-color: #FA6501;
  width: 350px;
  height: 70px;
  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;
  border-radius: 15px;
  position: relative;
}
.p-top-service__wrapLink::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/wraplink-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 58px;
  bottom: -8px;
  left: -7px;
}
.p-top-service__wrapLink::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/wrapTit-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-service__wrapTit {
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.p-top-service__wrapTit::after {
  content: "";
  position: absolute;
}
.p-top-service__container {
  margin-top: 120px;
}
.p-top-service__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-top-service__containerNum {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: calc(41 / 35);
  color: #FA6501;
  opacity: 70%;
}
.p-top-service__containerTit {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: calc(46 / 32);
  letter-spacing: 2.4px;
  color: #363636;
  padding-left: 16px;
  border-left: solid 2px #363636;
}
.p-top-service__flexTop {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.p-top-service__flexTopItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-service__flexTopImg {
  max-width: 530px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-service__flexTopImg img {
  width: 100%;
  height: auto;
}
.p-top-service__itemTit {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
}
.p-top-service__itemText {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  color: #363636;
}
.p-top-service__itemBtn {
  margin-top: 24px;
  width: 100%;
}
.p-top-service__flexBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 32px;
}
.p-top-service__flexBottomItem {
  background-color: #ffffff;
  border: 1px solid #1D479C;
  border-bottom: 5px solid #1D479C;
  border-radius: 15px;
  padding: 32px;
  text-align: left;
  width: 50%;
}
.p-top-service__flexBottomItem ul {
  margin-top: 12px;
}
.p-top-service__flexBottomItem ul li {
  list-style: disc;
  margin-left: 26px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.p-top-service__bottomTit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1D479C;
  text-align: left;
  padding-left: 26px;
  position: relative;
}
.p-top-service__bottomTit::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #1D479C;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-service__containerItem02, .p-top-service__containerItem03 {
  margin-top: 120px;
}
.p-top-service__flexTop--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-service__price {
  margin-top: 120px;
}
.p-top-service__price-box {
  background-color: #1D479C;
  border-radius: 15px;
}
.p-top-service__price-tit {
  font-size: 28px;
  letter-spacing: 0.08em;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 5px;
}
.p-top-service__price-tit::after {
  content: "※料金は全て税抜表示です。";
  position: absolute;
  top: 50%;
  right: -217px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}
.p-top-service__price-cap {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #ffffff;
}
.p-top-service__price__container {
  margin-top: 40px;
}
.p-top-service__price-itemTit {
  font-size: 28px;
  letter-spacing: 0.08em;
  padding-left: 18px;
  text-align: left;
  color: #1D479C;
  position: relative;
}
.p-top-service__price-itemTit::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 28px;
  background-color: #1D479C;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-service__price-itemText {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}
.p-top-service__price-table {
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin-top: 41px;
}
.p-top-service__price-table table {
  width: 100%;
  border-collapse: collapse;
}
.p-top-service__price-table table th,
.p-top-service__price-table table td {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  border: 1px solid #D3D3D3;
}
.p-top-service__price-table table th {
  background-color: #E7EBEE;
}
.p-top-service__price-table table td {
  background-color: #ffffff;
}
.p-top-service__price-service {
  margin-top: 48px;
}
.p-top-service__price-serviceTit {
  color: #ffffff;
  background-color: #3A8AAE;
  padding: 8px;
  text-align: center;
  opacity: 70%;
}
.p-top-service__service-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-service__service-price-row--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-top-service__price-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  color: #1D479C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 10px 8px;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-top-service__price-content {
  text-align: left;
}
.p-top-service__price-content-sp {
  display: none;
}
.p-top-service__price-table-sp-custom {
  display: none;
}
.p-top-service__price-content-block:not(:first-child) {
  margin-top: 16px;
}
.p-top-service__price-content-block p {
  font-size: 16px;
  line-height: 2;
}
.p-top-service__price-content-blockTit {
  font-size: 18px !important;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-top-service__range {
  margin-top: 62px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1D479C;
  border-bottom: 5px solid #1D479C;
  border-radius: 15px;
  padding: 44px 32px 32px;
  position: relative;
}
.p-top-service__range ul {
  padding-left: 32px;
}
.p-top-service__range ul li {
  list-style: disc;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.p-top-service__rangeTit {
  position: absolute;
  top: -13px;
  left: 32px;
  background-color: #1D479C;
  color: #ffffff;
  width: 272px;
  padding: 6px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p-top-service__price-item--2 {
  margin-top: 80px;
}
.p-top-service__base-priceTit {
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 40px;
}
.p-top-service__price-table--col3 {
  width: 100%;
  table-layout: fixed;
}
.p-top-service__price-table--col3 th:nth-child(1),
.p-top-service__price-table--col3 td:nth-child(1) {
  width: 32%;
  padding: 32px 22px;
}
.p-top-service__price-table--col3 th:nth-child(2),
.p-top-service__price-table--col3 td:nth-child(2) {
  width: 18%;
}
.p-top-service__price-table--col3 th:nth-child(3),
.p-top-service__price-table--col3 td:nth-child(3) {
  width: 50%;
  padding: 16px;
}
.p-top-service__price-table--col3 td:nth-child(3) {
  text-align: left;
  font-weight: 400;
}
.p-top-service__price-itemSubTit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 40px;
}
.p-top-service__price-itemLinks--3 {
  padding-left: 25px;
}
.p-top-service__price-itemLink--3 {
  list-style: disc;
}
.p-top-service__price-item--3 {
  text-align: left;
  margin-top: 80px;
}
.p-top-service__price-item--3 table {
  width: 100%;
  table-layout: fixed;
}
.p-top-service__price-item--3 table th:nth-child(1),
.p-top-service__price-item--3 table td:nth-child(1) {
  width: 50%;
}
.p-top-service__price-item--3 table th:nth-child(2),
.p-top-service__price-item--3 table td:nth-child(2) {
  width: 50%;
}
.p-top-service__price-item--3-cap {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.p-top-service__human-resources-support {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.p-top-service__human-resources-support .p-top-service__human-resources-supportItem:last-child {
  grid-column: 1/-1;
}
.p-top-service__human-resources-supportItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #2F7899;
  border-bottom: 5px solid #2F7899;
  border-radius: 15px;
  padding: 32px;
  text-align: left;
  gap: 24px;
}
.p-top-service__human-resources-support-img {
  width: 124px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-service__human-resources-support {
  margin-top: 40px;
}
.p-top-service__system-container .p-top-service__system-item:first-child {
  border-right: 1px solid #333;
}
.p-top-service__human-resources-supportTit {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1D479C;
}
.p-top-service__human-resources-supportText {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.p-top-service__system-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  gap: 20px;
}
.p-top-service__system-item {
  padding-right: 24px;
}
.p-top-service__system-itemTit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top-service__system-itemList {
  padding-left: 22px;
}
.p-top-service__system-itemList li {
  list-style: disc;
}
.p-top-service__price-box--2 {
  margin-top: 80px;
}
.p-top-service__price-item--4 {
  margin-top: 40px;
}
.p-top-service__price-item--5 {
  margin-top: 80px;
}
.p-top-service__price-itemLinks {
  text-align: left;
  margin-top: 16px;
  padding-left: 20px;
}
.p-top-service__price-itemLink {
  list-style: disc;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-top-service__box {
  margin-top: 24px;
  background-color: #F9FAFB;
  padding: 24px;
}
.p-top-service__boxTit {
  font-weight: 700;
  font-size: 11.8px;
  line-height: calc(16 / 11.8);
  color: #363636;
  text-align: left;
  border-bottom: solid 1px #E5E7EB;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.p-top-service__boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  padding-bottom: 8px;
}
.p-top-service__boxListItem {
  width: 50%;
  text-align: left;
  font-weight: 400;
  font-size: 11.8px;
  line-height: calc(16 / 11.8);
  color: #6B7280;
}
.p-top-service__boxCap {
  font-weight: 400;
  font-size: 12px;
  line-height: calc(16 / 12);
  color: #9CA3AF;
  text-align: left;
  margin-top: 8px;
}
.p-top-gallery {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-top-gallery__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-gallery__sliderImg img {
  width: 100%;
  height: auto;
}
.p-top-news {
  padding: 120px 0 90px;
  background-color: #F2F3F5;
}
.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-top-news .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.p-top-news .simplebar-content:before, .p-top-news .simplebar-content:after {
  content: none;
}
.p-top-news .simplebar-track {
  display: none;
}
.p-top-company {
  padding: 80px 0 90px;
}
.p-top-company__Tit {
  font-weight: 500;
  font-size: 32px;
  line-height: calc(46 / 32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2.4px;
  color: #040404;
  text-align: left;
}
.p-top-company__service {
  padding: 40px 60px;
  background: #F2F3F5;
  border-radius: 15px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-top-company__serviceItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 10px auto;
  grid-template-columns: 30px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.p-top-company__serviceItemNum {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #24549D;
  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: #ffffff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 13px;
}
.p-top-company__serviceItemTxt {
  font-weight: 500;
  font-size: 24px;
  line-height: 225%;
  letter-spacing: 0.08em;
  color: #363636;
  text-align: left;
}
.p-top-company__list {
  background-color: #F2F3F5;
  border-radius: 15px;
  text-align: left;
  padding: 60px;
  margin-top: 40px;
}
.p-top-company__listItem::before {
  content: attr(data-index);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #1D479C;
}
.p-top-company__listItem:not(:first-of-type) {
  margin-top: 20px;
}
.p-top-company__listText {
  padding-left: 10px;
}
.p-top-company__overviewTit {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}
.p-top-company__overviewTit::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #333333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-company__overviewTit-2 {
  margin-top: 56px;
}
.p-top-company__overviewTxt-2 {
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
  padding: 26px 0;
  text-align: left;
}
.p-top-company__data {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-company__dataImg {
  width: 45.7%;
}
.p-top-company__dataList {
  width: 54.3%;
  padding-left: 4.3%;
}
.p-top-company__dataListTable {
  text-align: left;
  border-collapse: collapse;
}
.p-top-company__dataListTable th,
.p-top-company__dataListTable td {
  padding: 20px 0;
  border-bottom: 1px solid #D3D3D3;
  font-size: 16px;
}
.p-top-company__dataListTable th {
  font-weight: normal;
  width: 200px;
}
.p-top-company__dataListTable tr {
  width: 100%;
}
.p-top-company__dataListTable tr:has(td:empty) {
  border-bottom: 1px solid #D3D3D3;
}
.p-top-company__dataListTable tr:has(td:empty) th {
  width: 100%;
  border-bottom: none;
}
.p-top-company__dataListTable tr:has(td:empty) td {
  border-bottom: none;
}
.p-top-company__dataListTable ul {
  padding-left: 20px;
}
.p-top-company__dataListTable ul li {
  list-style: disc;
}
.p-top-company__dataListTable--block th,
.p-top-company__dataListTable--block td {
  font-size: 16px;
}
.p-top-company__dataListTable--block th {
  font-weight: normal;
  width: 200px;
}
.p-top-company__dataListTable--block tr {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #D3D3D3;
  padding: 5.3333333333% 0%;
  text-align: left;
}
.p-top-company__map {
  margin-top: 40px;
}
.p-top-company__map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 56px;
  padding-bottom: 120px;
}
.p-top-company__mapDoboz {
  width: 1100px !important;
  max-width: 100%;
  height: auto;
}
.p-top-company__mapDoboz iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1100/400 !important;
  display: block;
}
.p-top-company__mapTxt {
  margin-top: 20px;
  text-align: left;
}
.p-top-company__dataListTable--block {
  width: 100%;
}
.p-top-company-dataListTable tr {
  display: block;
  border-bottom: 1px solid #D3D3D3;
  padding: 5.3333333333% 0%;
}
.p-top-contact {
  padding: 130px 0 140px;
  background-color: #F2F3F5;
}
.p-top-contact-form__lead {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em !important;
  text-align: center;
}
.p-top-contact-form__content {
  margin-top: 40px;
  padding: 80px 0;
  text-align: left;
  background: #ffffff;
}
.p-top-contact-form .m-desc {
  margin-top: 30px;
  text-align: center;
}
.p-top-contact-form__wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top-contact-form__item {
  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;
}
.p-top-contact-form__item--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top-contact-form__item + .p-top-contact-form__item {
  margin-top: 40px;
}
.p-top-contact-form__item--error {
  margin-top: 0 !important;
}
.p-top-contact-form__itemHead {
  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;
  width: 26%;
  margin-top: 7px;
}
.p-top-contact-form__itemHead--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top-contact-form__itemHeadTit {
  line-height: 1;
}
.p-top-contact-form__itemHeadAst {
  color: #FA6501;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.p-top-contact-form__itemMain {
  width: 70%;
}
.p-top-contact-form__itemInput input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 20px 30px;
  border: solid 1px #dedede;
  font-size: 16px;
}
.p-top-contact-form__itemInput input[type=email]::-webkit-outer-spin-button, .p-top-contact-form__itemInput input[type=email]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-top-contact-form__itemInput input[type=email]::-webkit-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=email]::-moz-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=email]:-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=email]::-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=email]::placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=email]::-webkit-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=email]:-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=email]::-moz-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=email]::-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=email]::placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=email].small {
  width: 100%;
  margin-bottom: 10px;
}
.p-top-contact-form__itemInput input[type=number] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 20px 30px;
  border: solid 1px #dedede;
  font-size: 16px;
}
.p-top-contact-form__itemInput input[type=number]::-webkit-outer-spin-button, .p-top-contact-form__itemInput input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-top-contact-form__itemInput input[type=number]::-webkit-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=number]::-moz-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=number]:-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=number]::-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=number]::placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=number]::-webkit-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=number]:-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=number]::-moz-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=number]::-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=number]::placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=number].small {
  width: 100%;
  margin-bottom: 10px;
}
.p-top-contact-form__itemInput input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  padding: 20px 30px;
  border: solid 1px #dedede;
  font-size: 16px;
}
.p-top-contact-form__itemInput input[type=text]::-webkit-outer-spin-button, .p-top-contact-form__itemInput input[type=text]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-top-contact-form__itemInput input[type=text]::-webkit-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=text]::-moz-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=text]:-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=text]::-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=text]::placeholder {
  color: #dedede;
}
.p-top-contact-form__itemInput input[type=text]::-webkit-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=text]:-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=text]::-moz-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=text]::-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=text]::placeholder {
  color: #bababa;
}
.p-top-contact-form__itemInput input[type=text].small {
  margin-bottom: 0px;
}
.p-top-contact-form__itemTel .p-contact-formItemInput {
  width: 390px;
}
.p-top-contact-form__itemPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding-left: 20px;
}
.p-top-contact-form__itemPostHead {
  padding-right: 20px;
}
.p-top-contact-form__itemPost .p-contact-formItemInput {
  width: 390px;
}
.p-top-contact-form__itemDob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-contact-form__itemDob .p-contact-form__itemInput {
  width: 110px;
}
.p-top-contact-form__itemDob .p-contact-form__itemInput:first-of-type {
  width: 182px;
}
.p-top-contact-form__itemDobTxt {
  padding: 0 10px;
}
.p-top-contact-form__itemAge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-contact-form__itemAge .p-contact-form__itemInput {
  width: 182px;
}
.p-top-contact-form__itemAgeTxt {
  padding: 0 10px;
}
.p-top-contact-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 240px;
  padding: 18px 25px;
  border: solid 1px #dedede;
  font-size: 16px;
}
.p-top-contact-form textarea::-webkit-input-placeholder {
  color: #dedede;
}
.p-top-contact-form textarea::-moz-placeholder {
  color: #dedede;
}
.p-top-contact-form textarea:-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form textarea::-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form textarea::placeholder {
  color: #dedede;
}
.p-top-contact-form textarea::-webkit-input-placeholder {
  color: #bababa;
}
.p-top-contact-form textarea:-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form textarea::-moz-placeholder {
  color: #bababa;
}
.p-top-contact-form textarea::-ms-input-placeholder {
  color: #bababa;
}
.p-top-contact-form textarea::placeholder {
  color: #bababa;
}
.p-top-contact-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}
.p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-left: 50px;
}
.p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label {
  position: relative;
}
.p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background-image: url(../img/global/form/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label .mwform-checkbox-field-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 15px;
  border: 1px solid #dedede;
  border-radius: 6px;
  background-color: #ffffff;
}
.p-top-contact-form__checkbox--errow {
  text-align: center;
}
.p-top-contact-form__underTxt {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #666666;
  text-align: center !important;
}
.p-top-contact-form__underLink {
  color: #2da8e1 !important;
  text-decoration: underline;
}
.p-top-contact-form__desc {
  margin-top: 40px;
  text-align: center;
}
.p-top-contact-form__desc a {
  text-decoration: underline;
  color: #2da8e1;
}
.p-top-contact-form__link {
  margin-top: 50px;
}
.p-top-contact-form__button {
  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;
}
.p-top-contact-form__button .m-button {
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-top-contact-form__button .m-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-contact-form__button .m-button input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #333333 !important;
}
.p-top-contact-form__button .m-button input::-webkit-outer-spin-button, .p-top-contact-form__button .m-button input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-top-contact-form__button .m-button input::-webkit-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__button .m-button input::-moz-placeholder {
  color: #dedede;
}
.p-top-contact-form__button .m-button input:-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__button .m-button input::-ms-input-placeholder {
  color: #dedede;
}
.p-top-contact-form__button .m-button input::placeholder {
  color: #dedede;
}
.p-top-contact-form__button .m-button:hover input {
  color: #1D479C;
}
.p-top-contact-form .mw_wp_form_preview .p-top-contact-form__item--error {
  margin-top: 10px !important;
}
.p-top-contact-form .mw_wp_form_preview .p-top-contact-form__button .m-button.m-button--arrowRev .m-buttonLink {
  background-color: #F2F3F5;
}
.p-top-contact-form .mw_wp_form_preview .p-top-contact-form__buttonSpacer {
  height: 20px;
}
.p-top-contact-form .mw_wp_form_preview .p-top-contact-form__itemPost {
  padding-left: 0;
}
.p-top-contact-form .mw_wp_form_complete {
  margin-top: 40px;
  padding: 80px 0;
  text-align: left;
  background: #ffffff;
}
.p-top-contact-form .mw_wp_form_complete .p-complete-contact-form__wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top-contact-form .mw_wp_form_complete .p-complete-contact-form__read {
  text-align: left;
  line-height: 1.5;
}
.p-top-contact-form .mw_wp_form_complete .p-complete-contact-form__readTxt {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    padding: 0% 5.3333333333%;
  }
  .l-header__logo {
    width: 97px;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .l-header__contactLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/global/sp-mail.svg);
  }
  .l-header__sns {
    display: none;
  }
  .l-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .l-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
  }
  .l-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1D479C;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100vh;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #ffffff;
  }
  .l-header__drwNav.is-active {
    z-index: 10000000000000000;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .l-header__drwNavListLink {
    padding: 4.2666666667vw 0vw;
  }
  .l-header__drwNav .m-buttonLink {
    margin-top: 8vw;
  }
  .l-footer__inner {
    max-width: 100%;
    padding: 10.6666666667vw 0vw;
  }
  .l-footer__doboz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__dobozSplit {
    padding: 0vw 5.3333333333vw;
  }
  .l-footer__dobozSplit:nth-of-type(2) {
    padding: 0;
  }
  .l-footer__logo {
    width: 200px;
  }
  .l-footer__logo img {
    width: 100%;
  }
  .l-footer__address {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .l-footer__sns {
    margin-top: 4.2666666667vw;
  }
  .l-footer__sns img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-footer__gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-top: 6.4vw;
  }
  .l-footer__gnavItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    border-top: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #1D479C;
  }
  .l-footer__gnavItem + .l-footer__gnavItem {
    margin-left: 0;
  }
  .l-footer__gnavItem:nth-of-type(n + 5) {
    margin-top: 0;
  }
  .l-footer__gnavItem:nth-of-type(even) {
    border-left: 1px solid #ffffff;
  }
  .l-footer__gnavItem:nth-last-of-type(-n + 2) {
    /*          border-bottom: 1px solid $wht01;*/
  }
  .l-footer__gnavItem_spwide {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .l-footer__gnavLink {
    padding: 6.4vw 0vw;
    font-size: 3.7333333333vw;
  }
  .l-footer__gnav + .l-footer__gnav {
    margin-top: -1px;
  }
  .l-footer__copy {
    font-size: 2.6666666667vw;
    margin-top: 9.6vw;
  }
  .l-footer__copyTxt {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .l-section__inner {
    max-width: 100%;
    padding: 0vw 5.3333333333vw;
  }
  .l-pankuzu {
    padding: 4vw 5.3333333333vw;
    background-color: #E7EBEE;
  }
  .l-pankuzu__list {
    max-width: 100%;
  }
  .l-mv-top {
    margin-top: 60px;
  }
  .l-mv-under {
    margin-top: 60px;
  }
  .l-mv-under__img {
    max-height: initial;
    height: 42.6666666667vw;
  }
  .l-mv-under__img img {
    max-height: initial;
    width: 100%;
    height: 100%;
  }
  .l-mv-under__tit {
    padding: 0vw 5.3333333333vw;
  }
  .l-footcontact__inner {
    max-width: 100%;
    padding: 14.6666666667vw 5.3333333333vw;
  }
  .l-footcontact__txt {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
  .l-footcontact__doboz {
    margin-top: 9.3333333333vw;
  }
  .l-footcontact__doboz .m-buttonLink {
    width: 89.3333333333vw;
  }
  .l-footcontact__doboz .m-button:not(:first-of-type) {
    margin: 4.2666666667vw 0vw 0vw 0vw;
  }
  .l-overpost {
    padding: 19.2vw 0vw 21.3333333333vw;
  }
  .l-overpost__bg {
    z-index: 0;
    -webkit-transform: translate(-10.6666666667vw, 5.3333333333vw);
            transform: translate(-10.6666666667vw, 5.3333333333vw);
  }
  .l-overpost__bg img {
    width: 92vw;
    height: 46.4vw;
  }
  .l-overpost__list {
    margin-top: 8vw;
  }
  .l-overpost__list--nospace {
    margin-top: 0;
  }
  .l-overpost__listItem {
    width: 50%;
  }
  .l-overpost__listTit {
    font-size: 4.8vw;
    line-height: 1.77;
  }
  .l-overpost .m-button {
    margin-top: 10.6666666667vw;
  }
  .m-pagetop {
    width: 35px;
    height: 35px;
  }
  .m-buttonLink {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .m-button--small .m-buttonLink {
    width: 73.3333333333vw;
    height: 58px;
    border-radius: 29px;
    font-size: 4.8vw;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .m-tit__ja {
    font-size: 6.4vw;
    letter-spacing: 0.04em;
  }
  .m-tit__ja--big {
    font-size: 6.4vw;
  }
  .m-tit__en {
    font-size: 3.2vw;
    letter-spacing: 0.12em;
    margin-top: 4vw;
  }
  .m-desc p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .m-desc p + p {
    margin-top: 20px;
  }
  .m-card {
    width: 100%;
  }
  .m-card__data {
    font-size: 3.2vw;
  }
  .m-card__tit {
    font-size: 4.8vw;
  }
  .m-card-icon {
    -webkit-box-shadow: 0px 1px 0px 2px #d3d3d3;
            box-shadow: 0px 1px 0px 2px #d3d3d3;
  }
  .m-card-icon__link {
    padding: 8% 0% 10.6666666667%;
  }
  .m-card-icon__tit {
    margin-top: 5.3333333333%;
    padding: 0% 2.6666666667%;
    font-size: 4.8vw;
  }
  .m-pagenavi {
    margin-top: 40px;
  }
  .m-pagenavi a, .m-pagenavi span {
    font-size: 13px;
  }
  .slick-prev,
.slick-next {
    width: 5.3333333333vw;
    height: 10.6666666667vw;
  }
  .slick-prev {
    left: 2.6666666667%;
  }
  .slick-next {
    right: 2.6666666667%;
  }
  .p-top-greeting {
    padding-top: 60px;
  }
  .p-top-greeting__wrap-bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .p-top-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
  .p-top-greeting__container {
    padding: 0 20px;
  }
  .p-top-greeting__img {
    margin: 32px auto 0;
  }
  .p-top-greeting__wrap {
    margin-top: 6.6666666667vw;
    padding: 5.3333333333%;
  }
  .p-top-service {
    padding: 16% 0%;
  }
  .p-top-service__doboz {
    max-width: initial;
    padding: 0;
  }
  .p-top-service__slider .slick-dotted.slick-slider {
    margin-bottom: 13.3333333333%;
  }
  .p-top-service__sliderMainItem {
    padding: 0.5333333333% 0.2666666667% 0.5333333333%;
  }
  .p-top-service .m-button {
    width: 89.3%;
  }
  .p-top-service .m-buttonLink {
    width: 100%;
  }
  .p-top-service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-top-service__wrapLink {
    max-width: 750px;
    width: 100%;
    height: 56px;
    margin: 0 auto;
  }
  .p-top-service__wrapLink::before {
    width: 12px;
    height: 6px;
    left: auto;
    right: 21px;
    bottom: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-service__container {
    margin-top: 32px;
  }
  .p-top-service__title-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  .p-top-service__containerNum {
    font-size: 24px;
    line-height: 24px;
  }
  .p-top-service__containerTit {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
  .p-top-service__flexTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .p-top-service__flexTopItem {
    padding: 0 10px;
  }
  .p-top-service__itemTit {
    font-size: 20px;
  }
  .p-top-service__itemText {
    line-height: 1.7;
  }
  .p-top-service__flexBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .p-top-service__flexBottomItem {
    width: 100%;
  }
  .p-top-service__containerItem02, .p-top-service__containerItem03 {
    margin-top: 40px;
  }
  .p-top-service__price {
    margin-top: 80px;
  }
  .p-top-service__price-tit::after {
    top: auto;
    bottom: -20px;
    left: 130%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #1D479C;
  }
  .p-top-service__price-tit {
    font-size: 18px;
  }
  .p-top-service__price-cap {
    color: #1D479C;
  }
  .p-top-service__price-itemTit {
    font-size: 22px;
  }
  .p-top-service__price-itemTit::before {
    height: 22px;
  }
  .p-top-service__price-itemText {
    line-height: 1.7;
    margin-top: 16px;
  }
  .p-top-service__price-table table th,
.p-top-service__price-table table td {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .p-top-service__price-table-row-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-top-service__price-table-row-column th, .p-top-service__price-table-row-column td {
    width: 100%;
  }
  .p-top-service__service-price-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-top-service__price-label {
    width: 100%;
    gap: 0;
  }
  .p-top-service__price-content-sp {
    display: block;
  }
  .p-top-service__price-table-sp-custom {
    display: block;
    width: 100%;
    max-width: 767px;
    border-collapse: collapse;
    color: #333;
    border: 1px solid #D3D3D3;
  }
  .p-top-service__price-table-sp-custom th {
    width: 30%;
    background-color: #E7EBEE;
    border: 1px solid #D3D3D3;
    padding: 20px 10px;
    font-weight: normal;
    text-align: center;
  }
  .p-top-service__price-table-sp-custom td {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    padding: 15px 20px;
    text-align: left;
    line-height: 1.7;
  }
  .p-top-service__price-table-sp-custom--2 {
    margin-top: 21px;
  }
  .p-top-service__range {
    padding: 32px 24px 20px;
  }
  .p-top-service__range ul {
    padding-left: 20px;
  }
  .p-top-service__rangeTit {
    font-size: 18px;
  }
  .p-top-service__price-table--col3 {
    display: none;
  }
  .p-top-service__price-item--3 table {
    table-layout: auto;
  }
  .p-top-service__price-item--3 table th:nth-child(1),
.p-top-service__price-item--3 table td:nth-child(1) {
    width: 100%;
  }
  .p-top-service__price-item--3 table th:nth-child(2),
.p-top-service__price-item--3 table td:nth-child(2) {
    width: 100%;
    border-top: 1px solid #E7EBEE;
    padding: 12px 16px;
    text-align: left;
  }
  .p-top-service__human-resources-support {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-top-service__human-resources-supportItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    text-align: center;
  }
  .p-top-service__human-resources-support-img {
    width: 88px;
    margin: 0 auto;
  }
  .p-top-service__system-container .p-top-service__system-item:first-child {
    border: none;
  }
  .p-top-service__human-resources-supportTit {
    font-size: 20px;
  }
  .p-top-service__human-resources-supportText {
    text-align: left;
  }
  .p-top-service__system-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-service__system-itemTit {
    text-align: left;
  }
  .p-top-service__system-itemList {
    text-align: left;
  }
  .p-top-service__price-itemLink {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
  .p-top-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-top-gallery__slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .p-top-news {
    padding: 16% 0%;
  }
  .p-top-news__list {
    gap: initial;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .p-top-news__listItem {
    padding-right: 5.3333333333%;
  }
  .p-top-news__listItem .m-card {
    width: 250px;
  }
  .p-top-news .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: initial;
  }
  .p-top-news .simplebar-content:before, .p-top-news .simplebar-content:after {
    content: "";
  }
  .p-top-news .simplebar-track {
    display: block;
    background-color: #d3d3d3;
  }
  .p-top-news .simplebar-track.simplebar-horizontal {
    height: 2px;
  }
  .p-top-news .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0px;
  }
  .p-top-news .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 2px;
    background-color: #1D479C;
  }
  .p-top-news .m-button {
    width: 89.3%;
  }
  .p-top-news .m-buttonLink {
    width: 100%;
  }
  .p-top-company {
    padding: 16% 0%;
  }
  .p-top-company {
    padding-bottom: 0;
  }
  .p-top-company__Tit {
    font-size: 24px;
    line-height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-top-company__service {
    margin-top: 32px;
    padding: 32px 20px;
    gap: 20px;
  }
  .p-top-company__serviceItemNum {
    margin-top: 0px;
  }
  .p-top-company__serviceItemTxt {
    font-size: 20px;
    line-height: 150%;
  }
  .p-top-company__list {
    padding: 5.3333333333%;
  }
  .p-top-company__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-company__listItem::before {
    width: auto;
    height: auto;
    font-size: 5.3333333333vw;
    padding: 0% 2.6666666667%;
    letter-spacing: 0;
  }
  .p-top-company__listText {
    font-size: 5.3333333333vw;
  }
  .p-top-company__overviewTit-2 {
    margin-top: 45px;
  }
  .p-top-company__data {
    display: block;
    margin-top: 8%;
  }
  .p-top-company__dataImg {
    width: 100%;
  }
  .p-top-company__dataList {
    width: 100%;
    padding-left: 0;
    margin-top: 8%;
    padding-right: 0;
  }
  .p-top-company__dataListTable {
    display: block;
  }
  .p-top-company__dataListTable tbody {
    display: block;
  }
  .p-top-company__dataListTable th,
.p-top-company__dataListTable td {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  .p-top-company__dataListTable th {
    width: 100%;
  }
  .p-top-company__dataListTable td {
    margin-top: 2.6666666667%;
  }
  .p-top-company__dataListTable tr {
    display: block;
    border-bottom: 1px solid #D3D3D3;
    padding: 5.3333333333% 0%;
  }
  .p-top-company__dataListTable--block th,
.p-top-company__dataListTable--block td {
    display: block;
    border-bottom: none;
    padding: 0;
    font-size: 4.2666666667vw;
  }
  .p-top-company__dataListTable--block th {
    width: 100%;
  }
  .p-top-company__dataListTable--block td {
    margin-top: 2.6666666667%;
  }
  .p-top-company__map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 60px;
  }
  .p-top-company__mapDoboz {
    width: 335px !important;
  }
  .p-top-company__mapDoboz iframe {
    aspect-ratio: 335/250 !important;
  }
  .p-top-company__mapTxt {
    margin-top: 2.6666666667vw;
  }
  .p-top-contact {
    padding: 16vw 0vw;
  }
  .p-top-contact-form__lead {
    font-size: 14px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.04em !important;
  }
  .p-top-contact-form__content {
    margin-top: 10.6666666667%;
    padding: 5.3333333333% 0% 10.6666666667%;
  }
  .p-top-contact-form .m-desc {
    margin-top: 5.3333333333vw;
    text-align: left;
  }
  .p-top-contact-form__wrap {
    max-width: initial;
    padding: 0vw 5.3333333333vw;
  }
  .p-top-contact-form__item {
    display: block;
  }
  .p-top-contact-form__item--adj {
    margin-top: 2.6666666667% !important;
  }
  .p-top-contact-form__item + .p-top-contact-form__item {
    margin-top: 2.6666666667vw;
  }
  .p-top-contact-form__itemHead {
    width: 100%;
    padding-top: 0;
  }
  .p-top-contact-form__itemHeadTit {
    font-size: 4.2666666667vw;
    line-height: 4;
  }
  .p-top-contact-form__itemMain {
    width: 100%;
  }
  .p-top-contact-form__itemInput input[type=email] {
    padding: 3.2vw;
    font-size: 4.2666666667vw;
  }
  .p-top-contact-form__itemInput input[type=number] {
    padding: 3.2vw;
    font-size: 4.2666666667vw;
  }
  .p-top-contact-form__itemInput input[type=text] {
    padding: 3.2vw;
    font-size: 4.2666666667vw;
  }
  .p-top-contact-form__itemTel .p-contact-formItemInput {
    width: 100%;
  }
  .p-top-contact-form__itemPost {
    width: 46.1333333333vw;
    padding-left: 0;
  }
  .p-top-contact-form__itemPostHead {
    padding-right: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-top-contact-form__itemAge .p-contact-form__itemInput {
    width: 29%;
  }
  .p-top-contact-form textarea {
    height: 38.4vw;
    font-size: 4.2666666667vw;
    padding: 3.2vw;
  }
  .p-top-contact-form__checkbox {
    margin-top: 8vw;
  }
  .p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item {
    margin-bottom: 4%;
  }
  .p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
    margin-left: 0;
  }
  .p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label .mwform-checkbox-field-text {
    text-align: left;
    font-size: 4.8vw;
  }
  .p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label .mwform-checkbox-field-text::before {
    width: 4.8vw;
    min-width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.6666666667vw;
  }
  .p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label .mwform-checkbox-field-text span {
    display: inline-block;
  }
  .p-top-contact-form__desc {
    margin-top: 10.6666666667%;
    text-align: left;
  }
  .p-top-contact-form__desc p {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .p-top-contact-form__link {
    margin-top: 10.6666666667%;
  }
  .p-top-contact-form__button .m-button input {
    font-size: 4.2666666667vw;
  }
  .p-top-contact-form .mw_wp_form_preview .p-top-contact-form__item--error {
    margin-top: 2.6666666667vw;
  }
  .p-top-contact-form .mw_wp_form_complete {
    margin-top: 10.6666666667%;
    padding: 5.3333333333% 0% 10.6666666667%;
  }
  .p-top-contact-form .mw_wp_form_complete .p-complete-contact-form__wrap {
    max-width: initial;
    padding: 0vw 5.3333333333vw;
  }
  .p-top-contact-form .mw_wp_form_complete .p-complete-contact-form__readTxt {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-top-contact-form .mw_wp_form_complete .p-complete-contact-form__readTit {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header {
    height: 60px;
  }
  .l-header__logo {
    width: 97px;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    background-color: initial;
    border-radius: initial;
  }
  .l-header__contactLink:before {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/global/sp-mail.svg);
  }
  .l-header__sns {
    display: none;
  }
  .l-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .l-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
  }
  .l-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1D479C;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100vh;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #ffffff;
  }
  .l-header__drwNav.is-active {
    z-index: 10000000000000000;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .l-footer__logo {
    width: 38.6666666667vw;
  }
  .l-mv-under {
    margin-top: 60px;
  }
  .p-top-service__price-table-sp-custom {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  .l-mv-top {
    margin-top: 60px;
  }
  .m-card {
    width: 100%;
  }
  .p-top-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
    gap: 20px;
  }
  .p-top-greeting__img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  .p-top-service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-top-service__wrapLink {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .p-top-company__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .p-top-company__dataImg {
    width: 80%;
    margin: 0 auto;
  }
  .p-top-company__dataList {
    width: 80%;
    margin: 0 auto;
  }
  .p-top-company__map-container {
    -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-top-company__map-info-table {
    max-width: 750px;
    width: 100%;
  }
  .p-top-contact-form__itemHead {
    width: 27%;
  }
  .p-top-contact-form__checkbox .mwform-checkbox-field.horizontal-item label .mwform-checkbox-field-text::before {
    width: 2.1937842779vw;
    min-width: 2.1937842779vw;
    height: 2.1937842779vw;
    margin-right: 1.3711151737vw;
    margin-right: 15px;
  }
}
