@charset "UTF-8";
@import url(./iconfont.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-style: normal;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

button {
  color: inherit;
  font: inherit;
  background: none;
}

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

div {
  outline-color: transparent;
  outline-style: solid;
}

.mceContentBody:not(.noneMce) h2, .postContents h2 {
  color: #11246F;
  position: relative;
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .mceContentBody:not(.noneMce) h2, .postContents h2 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.mceContentBody:not(.noneMce) h2::after, .postContents h2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 1rem;
  width: 4rem;
  height: 0.7rem;
  background-color: #4C76BF;
}
@media screen and (max-width: 760px) {
  .mceContentBody:not(.noneMce) h2::after, .postContents h2::after {
    height: 0.3rem;
  }
}
.mceContentBody:not(.noneMce) * + h2, .postContents * + h2 {
  margin-top: 7rem;
}
@media screen and (max-width: 760px) {
  .mceContentBody:not(.noneMce) * + h2, .postContents * + h2 {
    margin-top: 3.5rem;
  }
}
.mceContentBody:not(.noneMce) p + p, .postContents p + p {
  margin-top: 1.5em;
}
.mceContentBody:not(.noneMce) ul, .postContents ul {
  margin: 0;
  padding: 0;
}
.mceContentBody:not(.noneMce) ul li, .postContents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.3em;
}
.mceContentBody:not(.noneMce) ul li::before, .postContents ul li::before {
  content: "・";
  min-width: 1em;
  text-align: center;
}
.mceContentBody:not(.noneMce) ol, .postContents ol {
  margin: 0;
  padding: 0;
  counter-reset: listnum;
}
.mceContentBody:not(.noneMce) ol > li, .postContents ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.3em;
}
.mceContentBody:not(.noneMce) ol > li::before, .postContents ol > li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  min-width: 1em;
  text-align: right;
}
.mceContentBody:not(.noneMce) a, .postContents a {
  color: #4C76BF;
  text-decoration: none;
  text-decoration-color: rgba(76, 118, 191, 0);
  text-underline-offset: 0.2em;
  -webkit-transition: text-decoration-color 0.5s, text-underline-offset 0.5s;
  transition: text-decoration-color 0.5s, text-underline-offset 0.5s;
}
@media screen and (min-width: 761px) {
  .mceContentBody:not(.noneMce) a:hover, .postContents a:hover {
    text-decoration: underline;
    text-decoration-color: #4c76bf;
    text-underline-offset: 0.1em;
  }
}
.mceContentBody:not(.noneMce) img, .postContents img {
  display: block;
  height: 100%;
  margin: auto;
  border-radius: 0.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*== general style ============================*/
html {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 760px) {
  html {
    font-size: calc(0.625rem + (1vw - 3.75px) * 2.6667);
  }
}
@media screen and (min-width: 761px) {
  html {
    font-size: 62.5%;
  }
}

::-moz-selection {
  color: #FFF;
  background: rgba(76, 118, 191, 0.5);
}

::selection {
  color: #FFF;
  background: rgba(76, 118, 191, 0.5);
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #11246F;
}

@media screen and (max-width: 760px) {
  :target {
    scroll-margin-top: 7rem;
  }
}
@media screen and (min-width: 761px) {
  :target {
    scroll-margin-top: 10rem;
  }
}
body {
  color: #333;
  display: grid;
  grid-template-rows: 1fr auto;
  width: 100%;
  min-height: 100dvh;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  body {
    font-size: 1.2rem;
    line-height: normal;
  }
}
@media screen and (min-width: 761px) {
  body {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

/*----*/
strong {
  font-weight: 600;
}

a {
  color: #4C76BF;
  text-decoration: none;
  text-decoration-color: rgba(76, 118, 191, 0);
  text-underline-offset: 0.2em;
  -webkit-transition: text-decoration-color 0.5s, text-underline-offset 0.5s;
  transition: text-decoration-color 0.5s, text-underline-offset 0.5s;
}
@media screen and (min-width: 761px) {
  a:hover {
    text-decoration: underline;
    text-decoration-color: #4c76bf;
    text-underline-offset: 0.1em;
  }
}

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

svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  overflow: hidden;
}

input[type*=text], input[type*=email], input[type*=tel] {
  width: 100%;
  padding: 0.5em;
  font-size: 16px;
}

textarea {
  width: 100%;
  padding: 0.5em;
}

/* [object-fit-img] ----------*/
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* [read-only-element] ----------*/
.roe {
  position: absolute;
  z-index: -1000;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}

/* [anchor-point] ----------*/
/* [devPC / SP] ----------*/
.devPC,
.devPCTB {
  display: block !important;
}

.devTB {
  display: none !important;
}

.devTBSP {
  display: none !important;
}

.devSP {
  display: none !important;
}

br.devPC,
i.devPC,
a.devPC,
span.devPC,
em.devPC,
img.devPC,
svg.devPC,
br.devPCTB,
i.devPCTB,
a.devPCTB,
span.devPCTB,
em.devPCTB,
img.devPCTB,
svg.devPCTB {
  display: inline !important;
}

@media screen and (max-width: 760px) {
  .devPC {
    display: none !important;
  }
  .devTB {
    display: none !important;
  }
  .devPCTB {
    display: none !important;
  }
  .devTBSP {
    display: block !important;
  }
  .devSP {
    display: block !important;
  }
  br.devTB,
  i.devTB,
  a.devTB,
  span.devTB,
  em.devTB,
  img.devTB,
  svg.devTB,
  br.devPC,
  i.devPC,
  a.devPC,
  span.devPC,
  em.devPC,
  img.devPC,
  svg.devPC,
  br.devPCTB,
  i.devPCTB,
  a.devPCTB,
  span.devPCTB,
  em.devPCTB,
  img.devPCTB,
  svg.devPCTB {
    display: none !important;
  }
  br.devTBSP,
  i.devTBSP,
  a.devTBSP,
  span.devTBSP,
  em.devTBSP,
  img.devTBSP,
  svg.devTBSP,
  br.devSP,
  i.devSP,
  a.devSP,
  span.devSP,
  em.devSP,
  img.devSP,
  svg.devSP {
    display: inline !important;
  }
}
/* [widthFix] ----------*/
.widthFix {
  width: 1100px;
  max-width: calc(100dvw - 4rem);
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 760px) {
  .widthFix,
  .sp_widthFix {
    width: calc(100dvw - 3rem) !important;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp_widthFix._0 {
    width: 100% !important;
  }
  .sp_widthFix._10 {
    width: calc(100dvw - 2rem) !important;
  }
  .sp_widthFix._05 {
    width: calc(100dvw - 1rem) !important;
  }
}
@media screen and (min-width: 761px) {
  .pc_widthFix {
    width: 1100px;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wf750 {
    width: 750px !important;
  }
  .wf800 {
    width: 800px !important;
  }
  .wf900 {
    width: 900px !important;
  }
  .wf1000 {
    width: 1000px !important;
  }
  .wf1100 {
    width: 1100px !important;
  }
  .wf1200 {
    width: 1200px !important;
  }
  .wf1300 {
    width: 1300px !important;
  }
  .wf1400 {
    width: 1400px !important;
  }
  .wf1500 {
    width: 1500px !important;
  }
  .wf1600 {
    width: 1600px !important;
  }
  .wf1700 {
    width: 1700px !important;
  }
  .wf1800 {
    width: 1800px !important;
  }
}
/* [clearfix]  ----------*/
.cf {
  zoom: 1;
}
.cf::before, .cf::after {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}

/*== header ============================*/
/* [header] ----------*/
.header {
  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;
  width: calc(100% - 2rem);
  max-width: 1300px;
  height: 10rem;
  margin: auto;
}
@media screen and (max-width: 760px) {
  .header {
    height: 5rem;
  }
}
.headerBase {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: background-color 0.2s, -webkit-backdrop-filter 0.2s;
  transition: background-color 0.2s, -webkit-backdrop-filter 0.2s;
  transition: background-color 0.2s, backdrop-filter 0.2s;
  transition: background-color 0.2s, backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s;
}
.headerBase.on, .headerBase:has(:checked) {
  background-color: rgba(76, 118, 191, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.headerBase #nav-input {
  display: none;
}
.header .logo .link {
  color: #FFF;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "logo ." "logo .";
  gap: 0 1rem;
}
:has(.on) .header .logo .link {
  text-shadow: 0 0 0.3rem rgba(17, 36, 111, 0.2);
}
.header .logo .link:hover {
  text-decoration: none;
}
.header .logo .link::before {
  content: "";
  grid-area: logo;
  width: 6.5rem;
  aspect-ratio: 1/0.923;
  background: url(/_assets/img/logo.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .header .logo .link::before {
    width: 4rem;
  }
}
.header .logo .ttl {
  margin-top: auto;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .header .logo .ttl {
    font-size: 1.9rem;
  }
}
.header .logo .region {
  margin-bottom: auto;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .header .logo .region {
    font-size: 1.2rem;
  }
}

.hNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 1100px) {
  .hNav {
    gap: 0 min(1.8181818182dvw, 2rem);
  }
}
@media screen and (max-width: 760px) {
  .hNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 760px) {
  .hNavBase {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100dvw;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(76, 118, 191, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  :checked + .hNavBase {
    opacity: 1;
    pointer-events: all;
  }
}
.hNav_link {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
:has(.on) .hNav_link {
  text-shadow: 0 0 0.3rem rgba(17, 36, 111, 0.2);
}
@media screen and (max-width: 1100px) {
  .hNav_link {
    font-size: min(1.8181818182dvw, 2rem);
  }
}
@media screen and (max-width: 760px) {
  .hNav_link {
    font-size: 1.5rem;
  }
}
.hNavBtn {
  padding: 0.5rem;
}
.hNavBtn::before {
  color: #FFF;
  content: "\e904";
  font-family: "iconfont" !important;
  font-size: 2rem;
  line-height: 1;
}
.hNavBtn span {
  display: none;
}
@media screen and (min-width: 761px) {
  .hNavBtn {
    display: none;
  }
}

/*== contents ============================*/
body:not([class*=home]) #luxy {
  background-image: url(/_assets/img/bg_01.svg);
  background-repeat: repeat;
  background-position: 50% 0;
}
@media screen and (max-width: 760px) {
  #luxy {
    background-size: auto 15%;
    background-position: 65% 70px !important;
  }
}

/* [main] ----------*/
.contentArea {
  padding: 7rem 0 12rem;
}
@media screen and (max-width: 760px) {
  .contentArea {
    padding: 4rem 0 6rem;
  }
}
.contentArea p + p {
  margin-top: 1.5em;
}

.pageTtl {
  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;
  min-height: 40rem;
  background: no-repeat 50% 50%;
  background-color: #DDD;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .pageTtl {
    min-height: 20rem;
  }
}
.pageTtl.diagnosis {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_1.jpg);
}
.pageTtl.diagnosis_body {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_2.jpg);
}
.pageTtl.diagnosis_remote_visual {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_3.jpg);
}
.pageTtl.diagnosis_ndt_coordination {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_4.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_4.jpg);
}
.pageTtl.diagnosis_pressure_vesel {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_5.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_5.jpg);
}
.pageTtl.diagnosis_process_piping {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_6.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_6.jpg);
}
.pageTtl.diagnosis_tank {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_7.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_7.jpg);
}
.pageTtl.diagnosis_metallography {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_8.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_8.jpg);
}
.pageTtl.manage {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_1.jpg);
}
.pageTtl.manage_idms {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_2.jpg);
}
.pageTtl.manage_tms {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_3.png);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_3.png);
}
.pageTtl.manage_ffs {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_4.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_4.jpg);
}
.pageTtl.develop {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_4_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_4_1.jpg);
}
.pageTtl.develop_damaged_component {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_4_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_4_2.jpg);
}
.pageTtl.develop_tube_ndt {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_4_3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_4_3.jpg);
}
.pageTtl.about {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_1.jpg);
}
.pageTtl.about_certification {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_2.jpg);
}
.pageTtl.about_profile {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_3.jpg);
}
.pageTtl.about_location {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_4.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_4.jpg);
}
.pageTtl.news {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_6_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_6_1.jpg);
}
.pageTtl.recruit {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_7_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_7_1.jpg);
}
.pageTtl.contact {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_8_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_8_1.jpg);
}
.pageTtl.ts_and_cs {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_9_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_9_1.jpg);
}
.pageTtl.priv_policy {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_10_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_10_1.jpg);
}
.pageTtl.projects {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_11_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_11_1.jpg);
}
.pageTtl .ttl {
  color: #FFF;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  line-height: initial;
}
@media screen and (max-width: 760px) {
  .pageTtl .ttl {
    font-size: 2.2rem;
    text-shadow: 0px 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
  }
}

/* [mvArea] ----------*/
.mvArea {
  position: relative;
  height: 80rem;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .mvArea {
    height: 50dvh;
  }
}
.mvAreaInner {
  position: absolute;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.mvAreaInner .ttl {
  color: #FFF;
  margin-bottom: 7rem;
  padding: 0 1rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .mvAreaInner .ttl {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}

/* [paraImg] ----------*/
.paraImg {
  position: relative;
  background-color: transparent;
}
.paraImg_contents-home {
  position: relative;
  width: 100dvw;
  height: 47rem;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .paraImg_contents-home {
    height: 20rem;
  }
}
.paraImg_contents_item {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .paraImg_contents_item img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.paraImg_slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80rem;
  max-height: 100%;
}
@media screen and (max-width: 760px) {
  .paraImg_slider {
    height: 40rem;
  }
}

/* [breadcrumb] ----------*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
  padding: 1.3rem 0;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li:has(a)::after {
  content: "\e902";
  font-family: "iconfont" !important;
  margin-left: 2rem;
}
.breadcrumb a {
  color: #333;
  text-decoration-color: rgba(51, 51, 51, 0);
}
.breadcrumb a:hover {
  text-decoration-color: #333333;
}
@media screen and (max-width: 760px) {
  .breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.relatedPagesBase {
  padding: min(9.0909090909dvw, 10rem) 0;
  background-color: #F1F6F9;
}
.relatedPagesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
  width: 1100px;
  max-width: calc(100dvw - 5rem);
  margin: 0 auto;
}
.relatedPagesList li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(33.3333333333% - 0.2rem);
}
.relatedPagesList a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1/0.683;
  padding: 0.5em;
  font-size: min(2.7272727273dvw, 3rem);
  font-weight: 600;
  text-align: center;
  background: no-repeat 50% 50%;
  background-color: #DDD;
  background-size: cover;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.relatedPagesList a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.relatedPagesList a.diagnosis {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_1.jpg);
}
.relatedPagesList a.diagnosis_body {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_2.jpg);
}
.relatedPagesList a.diagnosis_remote_visual {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_3.jpg);
}
.relatedPagesList a.diagnosis_ndt_coordination {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_4.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_4.jpg);
}
.relatedPagesList a.diagnosis_pressure_vesel {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_5.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_5.jpg);
}
.relatedPagesList a.diagnosis_process_piping {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_6.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_6.jpg);
}
.relatedPagesList a.diagnosis_tank {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_7.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_7.jpg);
}
.relatedPagesList a.diagnosis_metallography {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_2_8.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_2_8.jpg);
}
.relatedPagesList a.manage {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_1.jpg);
}
.relatedPagesList a.manage_idms {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_2.jpg);
}
.relatedPagesList a.manage_tms {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_3.png);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_3.png);
}
.relatedPagesList a.manage_ffs {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_3_4.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_3_4.jpg);
}
.relatedPagesList a.develop {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_4_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_4_1.jpg);
}
.relatedPagesList a.develop_damaged_component {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_4_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_4_2.jpg);
}
.relatedPagesList a.develop_tube_ndt {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_4_3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_4_3.jpg);
}
.relatedPagesList a.about {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_1.jpg);
}
.relatedPagesList a.about_certification {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_2.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_2.jpg);
}
.relatedPagesList a.about_profile {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_3.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_3.jpg);
}
.relatedPagesList a.about_location {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_5_4.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_5_4.jpg);
}
.relatedPagesList a.news {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_6_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_6_1.jpg);
}
.relatedPagesList a.recruit {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_7_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_7_1.jpg);
}
.relatedPagesList a.contact {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_8_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_8_1.jpg);
}
.relatedPagesList a.ts_and_cs {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_9_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_9_1.jpg);
}
.relatedPagesList a.priv_policy {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_10_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_10_1.jpg);
}
.relatedPagesList a.projects {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(/_assets/img/ph_pageimg_11_1.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/_assets/img/ph_pageimg_11_1.jpg);
}

/*== navi ============================*/
/* [gNav] ----------*/
/* [sNav] ----------*/
/*== footer ============================*/
/* [footer] ----------*/
.footer {
  background-color: #11246F;
}
.footerInner {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 760px) {
  .footerInner {
    padding: 3rem 0 2.5rem;
  }
}
@media screen and (min-width: 761px) {
  .footerInner {
    padding: 6rem 0 4.5rem;
  }
}
.footerInner a:not([class]) {
  color: #FFF;
  text-decoration-color: rgba(255, 255, 255, 0);
}
.footerInner a:not([class]):hover {
  text-decoration-color: white;
}
.footerOther {
  color: #11246F;
  background-color: #FFF;
}
.footerOther .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em 1rem;
  padding: 1em 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 760px) {
  .footerOther .item p + p:not(.copyright) {
    padding-left: 1em;
    border-left: 0.05rem solid #11246F;
  }
}
@media screen and (min-width: 761px) {
  .footerOther .item p + p {
    padding-left: 1rem;
    border-left: 0.05rem solid #11246F;
  }
}
.footerOther a {
  color: #11246F;
  text-decoration-color: rgba(17, 36, 111, 0);
}
.footerOther a:hover {
  text-decoration-color: #11246f;
}

.fAddress {
  margin-top: 1.8rem;
  padding-top: 2.5rem;
  border-top: 0.05rem solid #FFF;
}
@media screen and (min-width: 761px) {
  .fAddress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.fAddress .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 761px) {
  .fAddress .ttl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto;
    margin-left: auto;
  }
  .fAddress .ttl::after {
    content: "";
    width: 6rem;
    aspect-ratio: 1/0.923;
    margin-bottom: 0.3em;
    background: url(/_assets/img/logo.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.fAddress .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fAddress .item .label {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.fAddress .item .txt {
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.fAddress .addressList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.fNav {
  font-size: 1.4rem;
  text-transform: capitalize;
}
@media screen and (min-width: 761px) {
  .fNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1.5rem;
    height: 29rem;
  }
}
@media screen and (min-width: 761px) and (max-width: 1100px) {
  .fNav {
    height: 50rem;
  }
}
.fNav li + li {
  margin-top: 1.1em;
}
.fNav > li > * {
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .fNavItem {
    max-width: 42.8rem;
  }
  .fNavItem-home, .fNavItem-news, .fNavItem-about, .fNavItem-recruit, .fNavItem-projects {
    min-width: 26.7rem;
  }
  .fNavItem-diagnosis {
    width: 37.4rem;
    margin-top: 0 !important;
  }
  .fNavItem-manage {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 761px) and (max-width: 1100px) {
  .fNavItem-home, .fNavItem-news, .fNavItem-about, .fNavItem-recruit, .fNavItem-projects, .fNavItem-diagnosis, .fNavItem-manage, .fNavItem-develop {
    width: 50%;
  }
}
.fNav_lyr2 {
  margin-top: 1.1em;
}
.fNav_lyr2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
.fNav_lyr2 li::before {
  content: "・";
  margin-right: 0.5em;
}

/* [copyright] ----------*/
.sectTtl {
  color: #11246F;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .sectTtl {
    font-size: 1.8rem;
  }
}
.sectTtl_1, .sectTtl_2 {
  position: relative;
  margin-bottom: 5rem;
}
.sectTtl_1::after, .sectTtl_2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  width: 4rem;
  height: 0.7rem;
  background-color: #4C76BF;
}
@media screen and (max-width: 760px) {
  .sectTtl_1::after, .sectTtl_2::after {
    height: 0.3rem;
  }
}
.sectTtl_1::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sectTtl_2::after {
  left: 1rem;
}
.sectHomeServices {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20.9rem;
}
.sectHomeServices + .sectHomeServices {
  margin-top: 5.4rem;
}
@media screen and (max-width: 760px) {
  .sectHomeServices {
    padding-top: 53.4%;
  }
}
@media screen and (min-width: 761px) {
  .sectHomeServices {
    min-height: 43.3rem;
  }
}
.sectHomeServices .item {
  color: #11246F;
  position: relative;
  z-index: 2;
  width: 50rem;
  max-width: 100%;
  padding: 3.6rem 4.3rem 5.5rem 5.7rem;
  background-color: #FFF;
  -webkit-box-shadow: 0.5rem 0.5rem 3rem 0.1rem rgba(0, 0, 0, 0.12);
          box-shadow: 0.5rem 0.5rem 3rem 0.1rem rgba(0, 0, 0, 0.12);
}
.sectHomeServices .item .sectTtl {
  margin-bottom: auto;
  line-height: 1.3;
}
.sectHomeServices .item .txt {
  margin: 0.8rem 0 1em;
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  .sectHomeServices .item {
    padding: 2rem;
  }
  .sectHomeServices .item .txt {
    font-size: 1.4rem;
  }
}
.sectHomeServices .pict {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.sectHomeServices img {
  width: 800px;
  aspect-ratio: 1/0.541;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectHomeServices:nth-of-type(odd) .item {
  margin-left: auto;
}
.sectHomeServices:nth-of-type(odd) .pict {
  text-align: left;
}
.sectHomeServices:nth-of-type(even) .item {
  margin-right: auto;
}
.sectHomeServices:nth-of-type(even) .pict {
  text-align: right;
}

.heading_1 {
  color: #11246F;
  font-size: 2.3rem;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .heading_1 {
    font-size: 1.6rem;
  }
}

.listTypeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.1rem;
  background-color: #FFF;
}
@media screen and (max-width: 760px) {
  .listTypeItem {
    gap: 0 1rem;
    padding: 0.8rem 1rem;
  }
}
.listTypeItem .icon {
  color: #11246F;
  margin-top: 0.1em;
}
.listType_1 .listTypeItem:nth-of-type(odd) {
  background-color: #EAF3FF;
}
.listType_2 .listTypeItem:nth-of-type(odd) {
  background-color: #FAFAFA;
}
.listTypeNews .listTypeItem {
  gap: 0 2rem;
  padding: 1em 4rem;
}
.listTypeNews .listTypeItem a {
  color: inherit;
}
.listTypeNews .listTypeItem .date {
  font-size: 1.5rem;
  font-weight: 350;
}
.listNum_terms {
  counter-reset: listnum;
}
.listNum_terms ol {
  margin-top: 1.5em;
  counter-reset: listnum;
}
@media screen and (max-width: 760px) {
  .listNum_terms ol:not([class]) {
    margin-left: -4rem;
  }
}
@media screen and (min-width: 761px) {
  .listNum_terms ol:not([class]) {
    margin-left: -7rem;
  }
}
.listNum_terms li {
  position: relative;
}
@media screen and (max-width: 760px) {
  .listNum_terms li {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 761px) {
  .listNum_terms li {
    padding-left: 7rem;
  }
}
.listNum_terms li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: listnum;
  content: counters(listnum, ".");
}
.listNum_terms li + li {
  margin-top: 1.5em;
}
.listNum_terms > li::before {
  font-weight: 700;
  content: counter(listnum) ".";
}
.listNum_lower-latin {
  counter-reset: listnum;
}
.listNum_lower-latin > li::before {
  content: "(" counter(listnum, lower-latin) ")";
}
.listNum_lower-latin > li[data-num]::before {
  content: "(" attr(data-num) ")";
}
.listNum_lower-roman {
  counter-reset: listnum;
}
.listNum_lower-roman > li::before {
  content: "(" counter(listnum, lower-roman) ")";
}

.tblType {
  width: 100%;
}
.tblType_1 th,
.tblType_1 td, .tblType_recruit th,
.tblType_recruit td {
  padding: 1rem 2rem;
  border-top: 0.05rem solid #11246F;
  border-bottom: 0.05rem solid #11246F;
  background-color: #FFF;
}
@media screen and (max-width: 760px) {
  .tblType_1 th,
  .tblType_1 td, .tblType_recruit th,
  .tblType_recruit td {
    padding: 0.5rem 1rem;
  }
}
.tblType_1 th, .tblType_recruit th {
  width: 35rem;
  font-weight: 600;
  vertical-align: top;
  background-color: #EAF3FF;
}
@media screen and (max-width: 760px) {
  .tblType_1, .tblType_recruit {
    border-bottom: 0.05rem solid #11246F;
  }
  .tblType_1 tr, .tblType_recruit tr {
    display: block;
  }
  .tblType_1 th, .tblType_recruit th {
    display: block;
    border-bottom: none;
  }
  .tblType_1 td, .tblType_recruit td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 761px) {
  .tblType_1 th {
    padding: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .tblType_1 th {
    padding: 2rem;
  }
}
@media screen and (min-width: 761px) {
  .tblType_recruit th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 760px) {
  .tblType_recruit th {
    font-size: 1.4rem;
  }
}

.colBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 760px) {
  .colBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .colBox + .colBox {
    margin-top: min(13.1578947368dvw, 10rem);
  }
}
@media screen and (min-width: 761px) {
  .colBox + .colBox {
    margin-top: min(9.0909090909dvw, 10rem);
  }
}
.colBox_algItems_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 761px) {
  .colBoxItem_w380 {
    width: min(34.5454545455dvw, 38rem);
  }
  .colBoxItem_w500 {
    width: min(45.4545454545dvw, 50rem);
  }
  .colBoxItem_w525 {
    width: min(47.7272727273dvw, 52.5rem);
  }
  .colBoxItem_w550 {
    width: min(50dvw, 55rem);
  }
  .colBoxRepeat:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.gap_row10 {
  row-gap: min(0.9090909091dvw, 1rem);
}

.gap_col10 {
  -webkit-column-gap: min(0.9090909091dvw, 1rem);
     -moz-column-gap: min(0.9090909091dvw, 1rem);
          column-gap: min(0.9090909091dvw, 1rem);
}

@media screen and (max-width: 760px) {
  .gap_row10_sp {
    row-gap: min(1.3157894737dvw, 1rem);
  }
  .gap_col10_sp {
    -webkit-column-gap: min(1.3157894737dvw, 1rem);
       -moz-column-gap: min(1.3157894737dvw, 1rem);
            column-gap: min(1.3157894737dvw, 1rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row10_pc {
    row-gap: min(0.9090909091dvw, 1rem);
  }
  .gap_col10_pc {
    -webkit-column-gap: min(0.9090909091dvw, 1rem);
       -moz-column-gap: min(0.9090909091dvw, 1rem);
            column-gap: min(0.9090909091dvw, 1rem);
  }
}
.gap_row20 {
  row-gap: min(1.8181818182dvw, 2rem);
}

.gap_col20 {
  -webkit-column-gap: min(1.8181818182dvw, 2rem);
     -moz-column-gap: min(1.8181818182dvw, 2rem);
          column-gap: min(1.8181818182dvw, 2rem);
}

@media screen and (max-width: 760px) {
  .gap_row20_sp {
    row-gap: min(2.6315789474dvw, 2rem);
  }
  .gap_col20_sp {
    -webkit-column-gap: min(2.6315789474dvw, 2rem);
       -moz-column-gap: min(2.6315789474dvw, 2rem);
            column-gap: min(2.6315789474dvw, 2rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row20_pc {
    row-gap: min(1.8181818182dvw, 2rem);
  }
  .gap_col20_pc {
    -webkit-column-gap: min(1.8181818182dvw, 2rem);
       -moz-column-gap: min(1.8181818182dvw, 2rem);
            column-gap: min(1.8181818182dvw, 2rem);
  }
}
.gap_row25 {
  row-gap: min(2.2727272727dvw, 2.5rem);
}

.gap_col25 {
  -webkit-column-gap: min(2.2727272727dvw, 2.5rem);
     -moz-column-gap: min(2.2727272727dvw, 2.5rem);
          column-gap: min(2.2727272727dvw, 2.5rem);
}

@media screen and (max-width: 760px) {
  .gap_row25_sp {
    row-gap: min(3.2894736842dvw, 2.5rem);
  }
  .gap_col25_sp {
    -webkit-column-gap: min(3.2894736842dvw, 2.5rem);
       -moz-column-gap: min(3.2894736842dvw, 2.5rem);
            column-gap: min(3.2894736842dvw, 2.5rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row25_pc {
    row-gap: min(2.2727272727dvw, 2.5rem);
  }
  .gap_col25_pc {
    -webkit-column-gap: min(2.2727272727dvw, 2.5rem);
       -moz-column-gap: min(2.2727272727dvw, 2.5rem);
            column-gap: min(2.2727272727dvw, 2.5rem);
  }
}
.gap_row30 {
  row-gap: min(2.7272727273dvw, 3rem);
}

.gap_col30 {
  -webkit-column-gap: min(2.7272727273dvw, 3rem);
     -moz-column-gap: min(2.7272727273dvw, 3rem);
          column-gap: min(2.7272727273dvw, 3rem);
}

@media screen and (max-width: 760px) {
  .gap_row30_sp {
    row-gap: min(3.9473684211dvw, 3rem);
  }
  .gap_col30_sp {
    -webkit-column-gap: min(3.9473684211dvw, 3rem);
       -moz-column-gap: min(3.9473684211dvw, 3rem);
            column-gap: min(3.9473684211dvw, 3rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row30_pc {
    row-gap: min(2.7272727273dvw, 3rem);
  }
  .gap_col30_pc {
    -webkit-column-gap: min(2.7272727273dvw, 3rem);
       -moz-column-gap: min(2.7272727273dvw, 3rem);
            column-gap: min(2.7272727273dvw, 3rem);
  }
}
.gap_row34 {
  row-gap: min(3.0909090909dvw, 3.4rem);
}

.gap_col34 {
  -webkit-column-gap: min(3.0909090909dvw, 3.4rem);
     -moz-column-gap: min(3.0909090909dvw, 3.4rem);
          column-gap: min(3.0909090909dvw, 3.4rem);
}

@media screen and (max-width: 760px) {
  .gap_row34_sp {
    row-gap: min(4.4736842105dvw, 3.4rem);
  }
  .gap_col34_sp {
    -webkit-column-gap: min(4.4736842105dvw, 3.4rem);
       -moz-column-gap: min(4.4736842105dvw, 3.4rem);
            column-gap: min(4.4736842105dvw, 3.4rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row34_pc {
    row-gap: min(3.0909090909dvw, 3.4rem);
  }
  .gap_col34_pc {
    -webkit-column-gap: min(3.0909090909dvw, 3.4rem);
       -moz-column-gap: min(3.0909090909dvw, 3.4rem);
            column-gap: min(3.0909090909dvw, 3.4rem);
  }
}
.gap_row52 {
  row-gap: min(4.7272727273dvw, 5.2rem);
}

.gap_col52 {
  -webkit-column-gap: min(4.7272727273dvw, 5.2rem);
     -moz-column-gap: min(4.7272727273dvw, 5.2rem);
          column-gap: min(4.7272727273dvw, 5.2rem);
}

@media screen and (max-width: 760px) {
  .gap_row52_sp {
    row-gap: min(6.8421052632dvw, 5.2rem);
  }
  .gap_col52_sp {
    -webkit-column-gap: min(6.8421052632dvw, 5.2rem);
       -moz-column-gap: min(6.8421052632dvw, 5.2rem);
            column-gap: min(6.8421052632dvw, 5.2rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row52_pc {
    row-gap: min(4.7272727273dvw, 5.2rem);
  }
  .gap_col52_pc {
    -webkit-column-gap: min(4.7272727273dvw, 5.2rem);
       -moz-column-gap: min(4.7272727273dvw, 5.2rem);
            column-gap: min(4.7272727273dvw, 5.2rem);
  }
}
.gap_row70 {
  row-gap: min(6.3636363636dvw, 7rem);
}

.gap_col70 {
  -webkit-column-gap: min(6.3636363636dvw, 7rem);
     -moz-column-gap: min(6.3636363636dvw, 7rem);
          column-gap: min(6.3636363636dvw, 7rem);
}

@media screen and (max-width: 760px) {
  .gap_row70_sp {
    row-gap: min(9.2105263158dvw, 7rem);
  }
  .gap_col70_sp {
    -webkit-column-gap: min(9.2105263158dvw, 7rem);
       -moz-column-gap: min(9.2105263158dvw, 7rem);
            column-gap: min(9.2105263158dvw, 7rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row70_pc {
    row-gap: min(6.3636363636dvw, 7rem);
  }
  .gap_col70_pc {
    -webkit-column-gap: min(6.3636363636dvw, 7rem);
       -moz-column-gap: min(6.3636363636dvw, 7rem);
            column-gap: min(6.3636363636dvw, 7rem);
  }
}
.gap_row100 {
  row-gap: min(9.0909090909dvw, 10rem);
}

.gap_col100 {
  -webkit-column-gap: min(9.0909090909dvw, 10rem);
     -moz-column-gap: min(9.0909090909dvw, 10rem);
          column-gap: min(9.0909090909dvw, 10rem);
}

@media screen and (max-width: 760px) {
  .gap_row100_sp {
    row-gap: min(13.1578947368dvw, 10rem);
  }
  .gap_col100_sp {
    -webkit-column-gap: min(13.1578947368dvw, 10rem);
       -moz-column-gap: min(13.1578947368dvw, 10rem);
            column-gap: min(13.1578947368dvw, 10rem);
  }
}
@media screen and (min-width: 761px) {
  .gap_row100_pc {
    row-gap: min(9.0909090909dvw, 10rem);
  }
  .gap_col100_pc {
    -webkit-column-gap: min(9.0909090909dvw, 10rem);
       -moz-column-gap: min(9.0909090909dvw, 10rem);
            column-gap: min(9.0909090909dvw, 10rem);
  }
}
.bdRadius_tl00, .bdRadius_al00 {
  border-top-left-radius: 0rem !important;
}

.bdRadius_tr00, .bdRadius_al00 {
  border-top-right-radius: 0rem !important;
}

.bdRadius_bl00, .bdRadius_al00 {
  border-bottom-left-radius: 0rem !important;
}

.bdRadius_br00, .bdRadius_al00 {
  border-bottom-right-radius: 0rem !important;
}

@media screen and (max-width: 760px) {
  .bdRadius_tl00_sp, .bdRadius_al00_sp {
    border-top-left-radius: 0rem !important;
  }
  .bdRadius_tr00_sp, .bdRadius_al00_sp {
    border-top-right-radius: 0rem !important;
  }
  .bdRadius_bl00_sp, .bdRadius_al00_sp {
    border-bottom-left-radius: 0rem !important;
  }
  .bdRadius_br00_sp, .bdRadius_al00_sp {
    border-bottom-right-radius: 0rem !important;
  }
}
@media screen and (min-width: 761px) {
  .bdRadius_tl00_pc, .bdRadius_al00_pc {
    border-top-left-radius: 0rem !important;
  }
  .bdRadius_tr00_pc, .bdRadius_al00_pc {
    border-top-right-radius: 0rem !important;
  }
  .bdRadius_bl00_pc, .bdRadius_al00_pc {
    border-bottom-left-radius: 0rem !important;
  }
  .bdRadius_br00_pc, .bdRadius_al00_pc {
    border-bottom-right-radius: 0rem !important;
  }
}
.bdRadius_tl03, .bdRadius_al03 {
  border-top-left-radius: 0.3rem !important;
}

.bdRadius_tr03, .bdRadius_al03 {
  border-top-right-radius: 0.3rem !important;
}

.bdRadius_bl03, .bdRadius_al03 {
  border-bottom-left-radius: 0.3rem !important;
}

.bdRadius_br03, .bdRadius_al03 {
  border-bottom-right-radius: 0.3rem !important;
}

@media screen and (max-width: 760px) {
  .bdRadius_tl03_sp, .bdRadius_al03_sp {
    border-top-left-radius: 0.3rem !important;
  }
  .bdRadius_tr03_sp, .bdRadius_al03_sp {
    border-top-right-radius: 0.3rem !important;
  }
  .bdRadius_bl03_sp, .bdRadius_al03_sp {
    border-bottom-left-radius: 0.3rem !important;
  }
  .bdRadius_br03_sp, .bdRadius_al03_sp {
    border-bottom-right-radius: 0.3rem !important;
  }
}
@media screen and (min-width: 761px) {
  .bdRadius_tl03_pc, .bdRadius_al03_pc {
    border-top-left-radius: 0.3rem !important;
  }
  .bdRadius_tr03_pc, .bdRadius_al03_pc {
    border-top-right-radius: 0.3rem !important;
  }
  .bdRadius_bl03_pc, .bdRadius_al03_pc {
    border-bottom-left-radius: 0.3rem !important;
  }
  .bdRadius_br03_pc, .bdRadius_al03_pc {
    border-bottom-right-radius: 0.3rem !important;
  }
}
.bdRadius_tl06, .bdRadius_al06 {
  border-top-left-radius: 0.6rem !important;
}

.bdRadius_tr06, .bdRadius_al06 {
  border-top-right-radius: 0.6rem !important;
}

.bdRadius_bl06, .bdRadius_al06 {
  border-bottom-left-radius: 0.6rem !important;
}

.bdRadius_br06, .bdRadius_al06 {
  border-bottom-right-radius: 0.6rem !important;
}

@media screen and (max-width: 760px) {
  .bdRadius_tl06_sp, .bdRadius_al06_sp {
    border-top-left-radius: 0.6rem !important;
  }
  .bdRadius_tr06_sp, .bdRadius_al06_sp {
    border-top-right-radius: 0.6rem !important;
  }
  .bdRadius_bl06_sp, .bdRadius_al06_sp {
    border-bottom-left-radius: 0.6rem !important;
  }
  .bdRadius_br06_sp, .bdRadius_al06_sp {
    border-bottom-right-radius: 0.6rem !important;
  }
}
@media screen and (min-width: 761px) {
  .bdRadius_tl06_pc, .bdRadius_al06_pc {
    border-top-left-radius: 0.6rem !important;
  }
  .bdRadius_tr06_pc, .bdRadius_al06_pc {
    border-top-right-radius: 0.6rem !important;
  }
  .bdRadius_bl06_pc, .bdRadius_al06_pc {
    border-bottom-left-radius: 0.6rem !important;
  }
  .bdRadius_br06_pc, .bdRadius_al06_pc {
    border-bottom-right-radius: 0.6rem !important;
  }
}
.bgc_1 {
  background-color: #F7F7F7;
}

.btn {
  position: relative;
  display: inline-block !important;
  width: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 0 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(76, 118, 191, 0.4);
          box-shadow: 0 0 0 0 rgba(76, 118, 191, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 0.4rem rgba(76, 118, 191, 0.4);
          box-shadow: 0 0 0 0.4rem rgba(76, 118, 191, 0.4);
}
@media screen and (max-width: 760px) {
  .btn {
    height: 5rem;
    font-size: 1.4rem;
  }
}
.btn_a {
  color: #FFF;
  border: 0.1rem solid #11246F;
  border-radius: 0.3rem;
  background-color: #11246F;
}
.btn_b {
  color: #11246F;
  border: 0.1rem solid #11246F;
  border-radius: 0.3rem;
  background-color: #FFF;
}
.btn_c {
  color: #FFF;
  border: 0.2rem solid #FFF;
  border-radius: 0.3rem;
}
.btnWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5em;
  width: 100%;
  height: 100%;
}
.btn_contact {
  width: 20rem;
  height: 4rem;
  font-size: 1.6rem;
  border: none;
}
.btn_contact > [class*=Wrap] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 761px) {
  .btn_w1 {
    width: 10rem;
  }
  .btn_w2 {
    width: 20rem;
  }
  .btn_w3 {
    width: 30rem;
  }
  .btn_w4 {
    width: 40rem;
  }
  .btn_w5 {
    width: 50rem;
  }
  .btn_w6 {
    width: 60rem;
  }
}
.btn .tx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn .icon {
  font-size: 1.09em;
}

.pictBox_2, .pictBox_1 {
  text-align: center;
  overflow: hidden;
}
.pictBox_2 img, .pictBox_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pictBox_1 {
  aspect-ratio: 1/0.75;
}
.pictBox_2 {
  aspect-ratio: 1/0.655;
}

/* WP-PageNaviの基本スタイル */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(1.8181818182dvw, 2rem);
  margin-top: 5rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(4.5454545455dvw, 5rem);
  height: min(4.5454545455dvw, 5rem);
  text-decoration: none;
  line-height: 1;
  border-radius: 0.3rem;
  background-color: #11246F;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #11246F;
  width: auto;
  background-color: transparent;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: transparent;
}
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0;
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1em !important;
}

label:has(> .wpcf7-list-item-label)::after, label:has(> .wpcf7-list-item-label)::before {
  content: "";
  grid-area: icon;
  justify-self: center;
}

label:has(> .wpcf7-list-item-label) {
  display: grid;
  grid-template-areas: "icon label";
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
}
label:has(> .wpcf7-list-item-label)::before {
  border: 0.05rem solid #999;
}
label:has(> .wpcf7-list-item-label)::after {
  opacity: 0;
}

.wpcf7-radio label:has(> .wpcf7-list-item-label)::before {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.2rem;
  border-radius: 100%;
}
.wpcf7-radio label:has(> .wpcf7-list-item-label)::after {
  width: 1rem;
  height: 1rem;
  margin-top: 0.6rem;
  border-radius: 100%;
  background-color: #4C76BF;
}

.wpcf7-acceptance label:has(> .wpcf7-list-item-label)::before {
  width: 2rem;
  height: 2rem;
}
.wpcf7-acceptance label:has(> .wpcf7-list-item-label)::after {
  width: 1.3rem;
  height: 0.8rem;
  margin-top: 0.4rem;
  border-bottom: 0.2rem solid #4C76BF;
  border-left: 0.2rem solid #4C76BF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wpcf7-radio input,
.wpcf7-acceptance input {
  display: none;
}
.wpcf7-radio label:has(> input:checked)::after,
.wpcf7-acceptance label:has(> input:checked)::after {
  opacity: 1;
}

.agreeBox {
  width: 85rem;
  max-width: 100%;
  margin: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
  .agreeBox {
    font-size: inherit;
  }
}

/* // text-decoration
----------------------------------------------- */
.tdUnderline {
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
}
.tdNone {
  text-decoration: none !important;
}
.tdOverline {
  text-decoration: overline !important;
}
.tdLine {
  text-decoration: line-through !important;
}

/* // font-size
----------------------------------------------- */
.fs1 {
  font-size: 1rem;
}

.fs2 {
  font-size: 2rem;
}

.fs3 {
  font-size: 3rem;
}

.fs4 {
  font-size: 4rem;
}

.fs5 {
  font-size: 5rem;
}

.fs6 {
  font-size: 6rem;
}

@media screen and (max-width: 760px) {
  .fs1_sp {
    font-size: 1rem;
  }
  .fs2_sp {
    font-size: 2rem;
  }
  .fs3_sp {
    font-size: 3rem;
  }
  .fs4_sp {
    font-size: 4rem;
  }
  .fs5_sp {
    font-size: 5rem;
  }
  .fs6_sp {
    font-size: 6rem;
  }
}
@media screen and (min-width: 761px) {
  .fs1_pc {
    font-size: 1rem;
  }
  .fs2_pc {
    font-size: 2rem;
  }
  .fs3_pc {
    font-size: 3rem;
  }
  .fs4_pc {
    font-size: 4rem;
  }
  .fs5_pc {
    font-size: 5rem;
  }
  .fs6_pc {
    font-size: 6rem;
  }
}
/* // font-weight
----------------------------------------------- */
.fwBold {
  font-weight: bold !important;
}
.fwNormal {
  font-weight: normal !important;
}
.fw1 {
  font-weight: 100 !important;
}
.fw2 {
  font-weight: 200 !important;
}
.fw3 {
  font-weight: 300 !important;
}
.fw4 {
  font-weight: 400 !important;
}
.fw5 {
  font-weight: 500 !important;
}
.fw6 {
  font-weight: 600 !important;
}
.fw7 {
  font-weight: 700 !important;
}
.fw8 {
  font-weight: 800 !important;
}
.fw9 {
  font-weight: 900 !important;
}

@media screen and (min-width: 761px) {
  .pc_fwBold {
    font-weight: bold !important;
  }
  .pc_fwNormal {
    font-weight: normal !important;
  }
  .pc_fw1 {
    font-weight: 100 !important;
  }
  .pc_fw2 {
    font-weight: 200 !important;
  }
  .pc_fw3 {
    font-weight: 300 !important;
  }
  .pc_fw4 {
    font-weight: 400 !important;
  }
  .pc_fw5 {
    font-weight: 500 !important;
  }
  .pc_fw6 {
    font-weight: 600 !important;
  }
  .pc_fw7 {
    font-weight: 700 !important;
  }
  .pc_fw8 {
    font-weight: 800 !important;
  }
  .pc_fw9 {
    font-weight: 900 !important;
  }
}
/* // font-style
----------------------------------------------- */
.fsNormal {
  font-style: normal !important;
}
.fsItalic {
  font-style: italic !important;
}

/* // text-align
----------------------------------------------- */
.taRight {
  text-align: right !important;
}
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}

@media screen and (min-width: 761px) {
  .pc_taRight {
    text-align: right !important;
  }
  .pc_taLeft {
    text-align: left !important;
  }
  .pc_taCenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 760px) {
  .sp_taRight {
    text-align: right !important;
  }
  .sp_taLeft {
    text-align: left !important;
  }
  .sp_taCenter {
    text-align: center !important;
  }
}
.mat00, .mav00, .ma00 {
  margin-top: 0rem !important;
}

.mar00, .mah00, .ma00 {
  margin-right: 0rem !important;
}

.mab00, .mav00, .ma00 {
  margin-bottom: 0rem !important;
}

.mal00, .mah00, .ma00 {
  margin-left: 0rem !important;
}

@media screen and (max-width: 760px) {
  .mat00_sp, .mav00_sp, .ma00_sp {
    margin-top: 0rem !important;
  }
  .mar00_sp, .mah00_sp, .ma00_sp {
    margin-right: 0rem !important;
  }
  .mab00_sp, .mav00_sp, .ma00_sp {
    margin-bottom: 0rem !important;
  }
  .mal00_sp, .mah00_sp, .ma00_sp {
    margin-left: 0rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat00_pc, .mav00_pc, .ma00_pc {
    margin-top: 0rem !important;
  }
  .mar00_pc, .mah00_pc, .ma00_pc {
    margin-right: 0rem !important;
  }
  .mab00_pc, .mav00_pc, .ma00_pc {
    margin-bottom: 0rem !important;
  }
  .mal00_pc, .mah00_pc, .ma00_pc {
    margin-left: 0rem !important;
  }
}
.mat05, .mav05, .ma05 {
  margin-top: 0.5rem !important;
}

.mar05, .mah05, .ma05 {
  margin-right: 0.5rem !important;
}

.mab05, .mav05, .ma05 {
  margin-bottom: 0.5rem !important;
}

.mal05, .mah05, .ma05 {
  margin-left: 0.5rem !important;
}

@media screen and (max-width: 760px) {
  .mat05_sp, .mav05_sp, .ma05_sp {
    margin-top: 0.5rem !important;
  }
  .mar05_sp, .mah05_sp, .ma05_sp {
    margin-right: 0.5rem !important;
  }
  .mab05_sp, .mav05_sp, .ma05_sp {
    margin-bottom: 0.5rem !important;
  }
  .mal05_sp, .mah05_sp, .ma05_sp {
    margin-left: 0.5rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat05_pc, .mav05_pc, .ma05_pc {
    margin-top: 0.5rem !important;
  }
  .mar05_pc, .mah05_pc, .ma05_pc {
    margin-right: 0.5rem !important;
  }
  .mab05_pc, .mav05_pc, .ma05_pc {
    margin-bottom: 0.5rem !important;
  }
  .mal05_pc, .mah05_pc, .ma05_pc {
    margin-left: 0.5rem !important;
  }
}
.mat10, .mav10, .ma10 {
  margin-top: 1rem !important;
}

.mar10, .mah10, .ma10 {
  margin-right: 1rem !important;
}

.mab10, .mav10, .ma10 {
  margin-bottom: 1rem !important;
}

.mal10, .mah10, .ma10 {
  margin-left: 1rem !important;
}

@media screen and (max-width: 760px) {
  .mat10_sp, .mav10_sp, .ma10_sp {
    margin-top: 1rem !important;
  }
  .mar10_sp, .mah10_sp, .ma10_sp {
    margin-right: 1rem !important;
  }
  .mab10_sp, .mav10_sp, .ma10_sp {
    margin-bottom: 1rem !important;
  }
  .mal10_sp, .mah10_sp, .ma10_sp {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat10_pc, .mav10_pc, .ma10_pc {
    margin-top: 1rem !important;
  }
  .mar10_pc, .mah10_pc, .ma10_pc {
    margin-right: 1rem !important;
  }
  .mab10_pc, .mav10_pc, .ma10_pc {
    margin-bottom: 1rem !important;
  }
  .mal10_pc, .mah10_pc, .ma10_pc {
    margin-left: 1rem !important;
  }
}
.mat20, .mav20, .ma20 {
  margin-top: 2rem !important;
}

.mar20, .mah20, .ma20 {
  margin-right: 2rem !important;
}

.mab20, .mav20, .ma20 {
  margin-bottom: 2rem !important;
}

.mal20, .mah20, .ma20 {
  margin-left: 2rem !important;
}

@media screen and (max-width: 760px) {
  .mat20_sp, .mav20_sp, .ma20_sp {
    margin-top: 2rem !important;
  }
  .mar20_sp, .mah20_sp, .ma20_sp {
    margin-right: 2rem !important;
  }
  .mab20_sp, .mav20_sp, .ma20_sp {
    margin-bottom: 2rem !important;
  }
  .mal20_sp, .mah20_sp, .ma20_sp {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat20_pc, .mav20_pc, .ma20_pc {
    margin-top: 2rem !important;
  }
  .mar20_pc, .mah20_pc, .ma20_pc {
    margin-right: 2rem !important;
  }
  .mab20_pc, .mav20_pc, .ma20_pc {
    margin-bottom: 2rem !important;
  }
  .mal20_pc, .mah20_pc, .ma20_pc {
    margin-left: 2rem !important;
  }
}
.mat30, .mav30, .ma30 {
  margin-top: 3rem !important;
}

.mar30, .mah30, .ma30 {
  margin-right: 3rem !important;
}

.mab30, .mav30, .ma30 {
  margin-bottom: 3rem !important;
}

.mal30, .mah30, .ma30 {
  margin-left: 3rem !important;
}

@media screen and (max-width: 760px) {
  .mat30_sp, .mav30_sp, .ma30_sp {
    margin-top: 3rem !important;
  }
  .mar30_sp, .mah30_sp, .ma30_sp {
    margin-right: 3rem !important;
  }
  .mab30_sp, .mav30_sp, .ma30_sp {
    margin-bottom: 3rem !important;
  }
  .mal30_sp, .mah30_sp, .ma30_sp {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat30_pc, .mav30_pc, .ma30_pc {
    margin-top: 3rem !important;
  }
  .mar30_pc, .mah30_pc, .ma30_pc {
    margin-right: 3rem !important;
  }
  .mab30_pc, .mav30_pc, .ma30_pc {
    margin-bottom: 3rem !important;
  }
  .mal30_pc, .mah30_pc, .ma30_pc {
    margin-left: 3rem !important;
  }
}
.mat40, .mav40, .ma40 {
  margin-top: 4rem !important;
}

.mar40, .mah40, .ma40 {
  margin-right: 4rem !important;
}

.mab40, .mav40, .ma40 {
  margin-bottom: 4rem !important;
}

.mal40, .mah40, .ma40 {
  margin-left: 4rem !important;
}

@media screen and (max-width: 760px) {
  .mat40_sp, .mav40_sp, .ma40_sp {
    margin-top: 4rem !important;
  }
  .mar40_sp, .mah40_sp, .ma40_sp {
    margin-right: 4rem !important;
  }
  .mab40_sp, .mav40_sp, .ma40_sp {
    margin-bottom: 4rem !important;
  }
  .mal40_sp, .mah40_sp, .ma40_sp {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat40_pc, .mav40_pc, .ma40_pc {
    margin-top: 4rem !important;
  }
  .mar40_pc, .mah40_pc, .ma40_pc {
    margin-right: 4rem !important;
  }
  .mab40_pc, .mav40_pc, .ma40_pc {
    margin-bottom: 4rem !important;
  }
  .mal40_pc, .mah40_pc, .ma40_pc {
    margin-left: 4rem !important;
  }
}
.mat50, .mav50, .ma50 {
  margin-top: 5rem !important;
}

.mar50, .mah50, .ma50 {
  margin-right: 5rem !important;
}

.mab50, .mav50, .ma50 {
  margin-bottom: 5rem !important;
}

.mal50, .mah50, .ma50 {
  margin-left: 5rem !important;
}

@media screen and (max-width: 760px) {
  .mat50_sp, .mav50_sp, .ma50_sp {
    margin-top: 5rem !important;
  }
  .mar50_sp, .mah50_sp, .ma50_sp {
    margin-right: 5rem !important;
  }
  .mab50_sp, .mav50_sp, .ma50_sp {
    margin-bottom: 5rem !important;
  }
  .mal50_sp, .mah50_sp, .ma50_sp {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat50_pc, .mav50_pc, .ma50_pc {
    margin-top: 5rem !important;
  }
  .mar50_pc, .mah50_pc, .ma50_pc {
    margin-right: 5rem !important;
  }
  .mab50_pc, .mav50_pc, .ma50_pc {
    margin-bottom: 5rem !important;
  }
  .mal50_pc, .mah50_pc, .ma50_pc {
    margin-left: 5rem !important;
  }
}
.mat60, .mav60, .ma60 {
  margin-top: 6rem !important;
}

.mar60, .mah60, .ma60 {
  margin-right: 6rem !important;
}

.mab60, .mav60, .ma60 {
  margin-bottom: 6rem !important;
}

.mal60, .mah60, .ma60 {
  margin-left: 6rem !important;
}

@media screen and (max-width: 760px) {
  .mat60_sp, .mav60_sp, .ma60_sp {
    margin-top: 6rem !important;
  }
  .mar60_sp, .mah60_sp, .ma60_sp {
    margin-right: 6rem !important;
  }
  .mab60_sp, .mav60_sp, .ma60_sp {
    margin-bottom: 6rem !important;
  }
  .mal60_sp, .mah60_sp, .ma60_sp {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat60_pc, .mav60_pc, .ma60_pc {
    margin-top: 6rem !important;
  }
  .mar60_pc, .mah60_pc, .ma60_pc {
    margin-right: 6rem !important;
  }
  .mab60_pc, .mav60_pc, .ma60_pc {
    margin-bottom: 6rem !important;
  }
  .mal60_pc, .mah60_pc, .ma60_pc {
    margin-left: 6rem !important;
  }
}
.mat70, .mav70, .ma70 {
  margin-top: 7rem !important;
}

.mar70, .mah70, .ma70 {
  margin-right: 7rem !important;
}

.mab70, .mav70, .ma70 {
  margin-bottom: 7rem !important;
}

.mal70, .mah70, .ma70 {
  margin-left: 7rem !important;
}

@media screen and (max-width: 760px) {
  .mat70_sp, .mav70_sp, .ma70_sp {
    margin-top: 7rem !important;
  }
  .mar70_sp, .mah70_sp, .ma70_sp {
    margin-right: 7rem !important;
  }
  .mab70_sp, .mav70_sp, .ma70_sp {
    margin-bottom: 7rem !important;
  }
  .mal70_sp, .mah70_sp, .ma70_sp {
    margin-left: 7rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat70_pc, .mav70_pc, .ma70_pc {
    margin-top: 7rem !important;
  }
  .mar70_pc, .mah70_pc, .ma70_pc {
    margin-right: 7rem !important;
  }
  .mab70_pc, .mav70_pc, .ma70_pc {
    margin-bottom: 7rem !important;
  }
  .mal70_pc, .mah70_pc, .ma70_pc {
    margin-left: 7rem !important;
  }
}
.mat80, .mav80, .ma80 {
  margin-top: 8rem !important;
}

.mar80, .mah80, .ma80 {
  margin-right: 8rem !important;
}

.mab80, .mav80, .ma80 {
  margin-bottom: 8rem !important;
}

.mal80, .mah80, .ma80 {
  margin-left: 8rem !important;
}

@media screen and (max-width: 760px) {
  .mat80_sp, .mav80_sp, .ma80_sp {
    margin-top: 8rem !important;
  }
  .mar80_sp, .mah80_sp, .ma80_sp {
    margin-right: 8rem !important;
  }
  .mab80_sp, .mav80_sp, .ma80_sp {
    margin-bottom: 8rem !important;
  }
  .mal80_sp, .mah80_sp, .ma80_sp {
    margin-left: 8rem !important;
  }
}
@media screen and (min-width: 761px) {
  .mat80_pc, .mav80_pc, .ma80_pc {
    margin-top: 8rem !important;
  }
  .mar80_pc, .mah80_pc, .ma80_pc {
    margin-right: 8rem !important;
  }
  .mab80_pc, .mav80_pc, .ma80_pc {
    margin-bottom: 8rem !important;
  }
  .mal80_pc, .mah80_pc, .ma80_pc {
    margin-left: 8rem !important;
  }
}
.pat00, .pav00, .pa00 {
  padding-top: 0rem !important;
}

.par00, .pah00, .pa00 {
  padding-right: 0rem !important;
}

.pab00, .pav00, .pa00 {
  padding-bottom: 0rem !important;
}

.pal00, .pah00, .pa00 {
  padding-left: 0rem !important;
}

@media screen and (max-width: 760px) {
  .pat00_sp, .pav00_sp, .pa00_sp {
    padding-top: 0rem !important;
  }
  .par00_sp, .pah00_sp, .pa00_sp {
    padding-right: 0rem !important;
  }
  .pab00_sp, .pav00_sp, .pa00_sp {
    padding-bottom: 0rem !important;
  }
  .pal00_sp, .pah00_sp, .pa00_sp {
    padding-left: 0rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat00_pc, .pav00_pc, .pa00_pc {
    padding-top: 0rem !important;
  }
  .par00_pc, .pah00_pc, .pa00_pc {
    padding-right: 0rem !important;
  }
  .pab00_pc, .pav00_pc, .pa00_pc {
    padding-bottom: 0rem !important;
  }
  .pal00_pc, .pah00_pc, .pa00_pc {
    padding-left: 0rem !important;
  }
}
.pat10, .pav10, .pa10 {
  padding-top: 1rem !important;
}

.par10, .pah10, .pa10 {
  padding-right: 1rem !important;
}

.pab10, .pav10, .pa10 {
  padding-bottom: 1rem !important;
}

.pal10, .pah10, .pa10 {
  padding-left: 1rem !important;
}

@media screen and (max-width: 760px) {
  .pat10_sp, .pav10_sp, .pa10_sp {
    padding-top: 1rem !important;
  }
  .par10_sp, .pah10_sp, .pa10_sp {
    padding-right: 1rem !important;
  }
  .pab10_sp, .pav10_sp, .pa10_sp {
    padding-bottom: 1rem !important;
  }
  .pal10_sp, .pah10_sp, .pa10_sp {
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat10_pc, .pav10_pc, .pa10_pc {
    padding-top: 1rem !important;
  }
  .par10_pc, .pah10_pc, .pa10_pc {
    padding-right: 1rem !important;
  }
  .pab10_pc, .pav10_pc, .pa10_pc {
    padding-bottom: 1rem !important;
  }
  .pal10_pc, .pah10_pc, .pa10_pc {
    padding-left: 1rem !important;
  }
}
.pat20, .pav20, .pa20 {
  padding-top: 2rem !important;
}

.par20, .pah20, .pa20 {
  padding-right: 2rem !important;
}

.pab20, .pav20, .pa20 {
  padding-bottom: 2rem !important;
}

.pal20, .pah20, .pa20 {
  padding-left: 2rem !important;
}

@media screen and (max-width: 760px) {
  .pat20_sp, .pav20_sp, .pa20_sp {
    padding-top: 2rem !important;
  }
  .par20_sp, .pah20_sp, .pa20_sp {
    padding-right: 2rem !important;
  }
  .pab20_sp, .pav20_sp, .pa20_sp {
    padding-bottom: 2rem !important;
  }
  .pal20_sp, .pah20_sp, .pa20_sp {
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat20_pc, .pav20_pc, .pa20_pc {
    padding-top: 2rem !important;
  }
  .par20_pc, .pah20_pc, .pa20_pc {
    padding-right: 2rem !important;
  }
  .pab20_pc, .pav20_pc, .pa20_pc {
    padding-bottom: 2rem !important;
  }
  .pal20_pc, .pah20_pc, .pa20_pc {
    padding-left: 2rem !important;
  }
}
.pat30, .pav30, .pa30 {
  padding-top: 3rem !important;
}

.par30, .pah30, .pa30 {
  padding-right: 3rem !important;
}

.pab30, .pav30, .pa30 {
  padding-bottom: 3rem !important;
}

.pal30, .pah30, .pa30 {
  padding-left: 3rem !important;
}

@media screen and (max-width: 760px) {
  .pat30_sp, .pav30_sp, .pa30_sp {
    padding-top: 3rem !important;
  }
  .par30_sp, .pah30_sp, .pa30_sp {
    padding-right: 3rem !important;
  }
  .pab30_sp, .pav30_sp, .pa30_sp {
    padding-bottom: 3rem !important;
  }
  .pal30_sp, .pah30_sp, .pa30_sp {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat30_pc, .pav30_pc, .pa30_pc {
    padding-top: 3rem !important;
  }
  .par30_pc, .pah30_pc, .pa30_pc {
    padding-right: 3rem !important;
  }
  .pab30_pc, .pav30_pc, .pa30_pc {
    padding-bottom: 3rem !important;
  }
  .pal30_pc, .pah30_pc, .pa30_pc {
    padding-left: 3rem !important;
  }
}
.pat40, .pav40, .pa40 {
  padding-top: 4rem !important;
}

.par40, .pah40, .pa40 {
  padding-right: 4rem !important;
}

.pab40, .pav40, .pa40 {
  padding-bottom: 4rem !important;
}

.pal40, .pah40, .pa40 {
  padding-left: 4rem !important;
}

@media screen and (max-width: 760px) {
  .pat40_sp, .pav40_sp, .pa40_sp {
    padding-top: 4rem !important;
  }
  .par40_sp, .pah40_sp, .pa40_sp {
    padding-right: 4rem !important;
  }
  .pab40_sp, .pav40_sp, .pa40_sp {
    padding-bottom: 4rem !important;
  }
  .pal40_sp, .pah40_sp, .pa40_sp {
    padding-left: 4rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat40_pc, .pav40_pc, .pa40_pc {
    padding-top: 4rem !important;
  }
  .par40_pc, .pah40_pc, .pa40_pc {
    padding-right: 4rem !important;
  }
  .pab40_pc, .pav40_pc, .pa40_pc {
    padding-bottom: 4rem !important;
  }
  .pal40_pc, .pah40_pc, .pa40_pc {
    padding-left: 4rem !important;
  }
}
.pat50, .pav50, .pa50 {
  padding-top: 5rem !important;
}

.par50, .pah50, .pa50 {
  padding-right: 5rem !important;
}

.pab50, .pav50, .pa50 {
  padding-bottom: 5rem !important;
}

.pal50, .pah50, .pa50 {
  padding-left: 5rem !important;
}

@media screen and (max-width: 760px) {
  .pat50_sp, .pav50_sp, .pa50_sp {
    padding-top: 5rem !important;
  }
  .par50_sp, .pah50_sp, .pa50_sp {
    padding-right: 5rem !important;
  }
  .pab50_sp, .pav50_sp, .pa50_sp {
    padding-bottom: 5rem !important;
  }
  .pal50_sp, .pah50_sp, .pa50_sp {
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat50_pc, .pav50_pc, .pa50_pc {
    padding-top: 5rem !important;
  }
  .par50_pc, .pah50_pc, .pa50_pc {
    padding-right: 5rem !important;
  }
  .pab50_pc, .pav50_pc, .pa50_pc {
    padding-bottom: 5rem !important;
  }
  .pal50_pc, .pah50_pc, .pa50_pc {
    padding-left: 5rem !important;
  }
}
.pat60, .pav60, .pa60 {
  padding-top: 6rem !important;
}

.par60, .pah60, .pa60 {
  padding-right: 6rem !important;
}

.pab60, .pav60, .pa60 {
  padding-bottom: 6rem !important;
}

.pal60, .pah60, .pa60 {
  padding-left: 6rem !important;
}

@media screen and (max-width: 760px) {
  .pat60_sp, .pav60_sp, .pa60_sp {
    padding-top: 6rem !important;
  }
  .par60_sp, .pah60_sp, .pa60_sp {
    padding-right: 6rem !important;
  }
  .pab60_sp, .pav60_sp, .pa60_sp {
    padding-bottom: 6rem !important;
  }
  .pal60_sp, .pah60_sp, .pa60_sp {
    padding-left: 6rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat60_pc, .pav60_pc, .pa60_pc {
    padding-top: 6rem !important;
  }
  .par60_pc, .pah60_pc, .pa60_pc {
    padding-right: 6rem !important;
  }
  .pab60_pc, .pav60_pc, .pa60_pc {
    padding-bottom: 6rem !important;
  }
  .pal60_pc, .pah60_pc, .pa60_pc {
    padding-left: 6rem !important;
  }
}
.pat70, .pav70, .pa70 {
  padding-top: 7rem !important;
}

.par70, .pah70, .pa70 {
  padding-right: 7rem !important;
}

.pab70, .pav70, .pa70 {
  padding-bottom: 7rem !important;
}

.pal70, .pah70, .pa70 {
  padding-left: 7rem !important;
}

@media screen and (max-width: 760px) {
  .pat70_sp, .pav70_sp, .pa70_sp {
    padding-top: 7rem !important;
  }
  .par70_sp, .pah70_sp, .pa70_sp {
    padding-right: 7rem !important;
  }
  .pab70_sp, .pav70_sp, .pa70_sp {
    padding-bottom: 7rem !important;
  }
  .pal70_sp, .pah70_sp, .pa70_sp {
    padding-left: 7rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat70_pc, .pav70_pc, .pa70_pc {
    padding-top: 7rem !important;
  }
  .par70_pc, .pah70_pc, .pa70_pc {
    padding-right: 7rem !important;
  }
  .pab70_pc, .pav70_pc, .pa70_pc {
    padding-bottom: 7rem !important;
  }
  .pal70_pc, .pah70_pc, .pa70_pc {
    padding-left: 7rem !important;
  }
}
.pat75, .pav75, .pa75 {
  padding-top: 7.5rem !important;
}

.par75, .pah75, .pa75 {
  padding-right: 7.5rem !important;
}

.pab75, .pav75, .pa75 {
  padding-bottom: 7.5rem !important;
}

.pal75, .pah75, .pa75 {
  padding-left: 7.5rem !important;
}

@media screen and (max-width: 760px) {
  .pat75_sp, .pav75_sp, .pa75_sp {
    padding-top: 7.5rem !important;
  }
  .par75_sp, .pah75_sp, .pa75_sp {
    padding-right: 7.5rem !important;
  }
  .pab75_sp, .pav75_sp, .pa75_sp {
    padding-bottom: 7.5rem !important;
  }
  .pal75_sp, .pah75_sp, .pa75_sp {
    padding-left: 7.5rem !important;
  }
}
@media screen and (min-width: 761px) {
  .pat75_pc, .pav75_pc, .pa75_pc {
    padding-top: 7.5rem !important;
  }
  .par75_pc, .pah75_pc, .pa75_pc {
    padding-right: 7.5rem !important;
  }
  .pab75_pc, .pav75_pc, .pa75_pc {
    padding-bottom: 7.5rem !important;
  }
  .pal75_pc, .pah75_pc, .pa75_pc {
    padding-left: 7.5rem !important;
  }
}
:root {
  font-size: 10px;
}

.mceContentBody:not(.noneMce) {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */