@charset "UTF-8";
/* CSS Document */
/* base
----------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #394f57;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.4rem;
  background-color: #f1efe5;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: justify;
  text-justify: inter-ideograph; /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 4.4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 1.8rem;
}

p {
  font-size: 1.4rem;
}

ul {
  font-size: 1.4rem;
}

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

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

.br {
  display: none;
}

.d_none {
  display: none;
}

@media screen and (max-width: 820px) {
  .br {
    display: block;
  }
}
.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.mb_ll {
  margin-bottom: 100px !important;
}

.mb_l {
  margin-bottom: 54px;
}

.pb_ll {
  padding-bottom: 80px !important;
}

.mt_l {
  margin-top: 50px !important;
}

a:hover {
  color: #007eb1;
}

.baseWrap {
  max-width: 1280px;
  width: 100%;
  padding: 80px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
}

.bg_white {
  background-color: #fff;
}

.baseWrap h2 {
  width: 100%;
  text-align: center;
  color: #007eb1;
  font-weight: 700;
  letter-spacing: 4px;
}

.baseWrap h2 span {
  display: block;
  font-size: clamp(1.4rem, 3vw, 1.4rem);
  color: #949494;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -5px;
}

.breadcrumbs {
  margin-bottom: 96px;
  line-height: 180%;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
}

.btn {
  max-width: 640px;
  width: 100%;
  height: 60px;
  border-radius: 13px;
  position: relative;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
  border: 1px solid #394f57;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #007eb1;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  border-color: #007eb1;
}

.btn::after {
  content: url(../img/icon_btn_next.svg);
  display: block;
  position: absolute;
  top: 14px;
  right: 24px;
  width: 6px;
  height: 12px;
}

.new {
  color: red;
}

.headerGroup {
  width: 100%;
  height: 170px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}

.headerGroup h1 {
  max-width: 110px;
  width: 100%;
  height: 130px;
  background-color: #007eb1;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 45px;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  line-height: 115%;
}

a.header_h1_hover:hover {
  color: #bbb !important;
}

.headerGroup h1 span {
  display: block;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  margin-top: -2px;
}

.headerGroup nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.navWrap li.nav01 {
  width: 90px;
  height: 90px;
  background-image: url(../img/bg_nav01@2x.png);
  background-size: 90px 180px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10%;
  font-weight: 700;
  padding-top: 25px;
}

.navWrap li.nav01:hover {
  background-position: 100% -90px;
  color: #fff;
}

.navWrap li.nav02 {
  width: 90px;
  height: 90px;
  background-image: url(../img/bg_nav02@2x.png);
  background-size: 90px 180px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10%;
  font-weight: 700;
  padding-top: 25px;
}

.navWrap li.nav02:hover {
  background-position: 100% -90px;
  color: #fff;
}

.navWrap li.nav03 {
  width: 90px;
  height: 90px;
  background-image: url(../img/bg_nav03@2x.png);
  background-size: 90px 180px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10%;
  font-weight: 700;
  padding-top: 25px;
}

.navWrap li.nav03:hover {
  background-position: 100% -90px;
  color: #fff;
}

.navWrap li.nav04 {
  width: 90px;
  height: 90px;
  background-image: url(../img/bg_nav04@2x.png);
  background-size: 90px 180px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10%;
  font-weight: 700;
  padding-top: 25px;
}

.navWrap li.nav04:hover {
  background-position: 100% -90px;
  color: #fff;
}

.navWrap li.nav05 {
  width: 90px;
  height: 90px;
  background-image: url(../img/bg_nav05@2x.png);
  background-size: 90px 180px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10%;
  font-weight: 700;
  padding-top: 25px;
}

.navWrap li.nav05:hover {
  background-position: 100% -90px;
  color: #fff;
}

.navWrap li.nav06 {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #007eb1;
  border-radius: 10%;
  font-weight: 700;
  color: #fff;
  letter-spacing: 4px;
  line-height: 180%;
}

.navWrap li.nav06:hover {
  background-color: #fff;
  color: #007eb1;
}

.headerGroup_left_childGroup {
  max-width: 450px;
  width: 100%;
  display: flex;
}

.headerGroup_left_childGroup p {
  padding-top: 55px;
  padding-left: 25px;
  font-weight: 700;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 23px;
  top: 17px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 6px;
  background: #394f57;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0;
  color: #000;
  background-color: #ccc;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  display: flex;
  flex-direction: column;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 16px 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  color: #394f57;
  font-weight: 600;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

nav.globalMenuSp ul li:first-child {
  border-top: 1px solid #fff;
}

.globalMenuSp_title {
  width: 100%;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 800;
  padding: 16px 16px;
  color: #007eb1;
  background-color: #f1efe5;
}

.bg_blue {
  background-color: #007eb1;
  color: #fff !important;
}

.ham_nv {
  display: flex;
  flex-direction: column;
}

.ham_nv01::before {
  content: url(../img/hamburger/01.svg);
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.ham_nv02::before {
  content: url(../img/hamburger/02.svg);
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.ham_nv03::before {
  content: url(../img/hamburger/03.svg);
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.ham_nv04::before {
  content: url(../img/hamburger/04.svg);
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.ham_nv05::before {
  content: url(../img/hamburger/05.svg);
  width: 25px;
  height: 25px;
}

.hamburger {
  display: none;
}

/* ベースの本体 */
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #007eb1;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader003 {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #f1efe5;
  background: linear-gradient(to right, #f1efe5 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}

.loader003:before {
  width: 50%;
  height: 50%;
  background: #f1efe5;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader003:after {
  background: #007eb1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mainContentsGroup {
  width: 100%;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.mainContentsGroup video {
  display: block;
  aspect-ratio: 16/9;
  max-width: 90.2777777778%;
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #000;
}

.mainContentsGroup h2 {
  max-width: 9.7222222222%;
  width: 100%;
  padding-left: 0px;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(3.2rem, 3vw, 5.2rem);
  color: #f1efe5;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #007eb1;
  font-weight: 900;
  letter-spacing: 3px;
}

.mainContentsGroup video.sp_top_movie {
  display: none;
}

@media screen and (max-width: 800px) {
  .mainContentsGroup video.pc_top_movie {
    display: none;
  }
  .mainContentsGroup video.sp_top_movie {
    display: block;
  }
  .mainContentsGroup video {
    aspect-ratio: 1/1;
    height: 100%;
  }
}
ul.newsList_gridWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  gap: 40px;
  margin-bottom: 50px;
}

.hiddenWrap {
  max-width: 290px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5%;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.newsList_imgWrap {
  max-width: 290px;
  width: 100%;
  height: 290px;
  border-radius: 5%;
  -webkit-mask-image: url(../img/mask_news_thumbnail.png);
          mask-image: url(../img/mask_news_thumbnail.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.newsList_imgWrap:hover {
  opacity: 0.8;
}

.img_list_thumbnail {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsList_detailLink {
  max-width: 40px;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 900;
  transition: all 0.3s ease;
}

.newsList_imgMask {
  width: 100%;
  height: 290px;
}

ul.newsList_gridWrap li h3 {
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 15px;
}

ul.newsList_gridWrap li h3:hover {
  color: #007eb1;
  transition: all 0.3s ease;
}

ul.newsList_gridWrap li p.newsList_des {
  font-weight: 500;
}

.news_nextBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%;
  height: 60px;
  background-image: url(../img/bg_news_nextBtn@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
}

.news_nextBtn:hover {
  color: #fff;
  background-position: 100% -60px;
}

.serviceContentsWrap {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

.serviceContents_left {
  max-width: 640px;
  width: 100%;
  height: 360px;
  position: relative;
}

.serviceContents_left > h4 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 600;
  color: #007eb1;
  letter-spacing: 1px;
}

.serviceContents_right {
  max-width: 640px;
  width: 100%;
  height: 360px;
  position: relative;
  background-image: url(../img/mask_service_thumbnail_right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px;
}

div.serviceContents_right > .serviceContents_right__title {
  color: #fff;
  text-align: unset;
  font-weight: 600;
}

.serviceContents_right__subTitle {
  color: #fff;
  margin-bottom: 60px;
}

div.serviceContents_right > .serviceContents_right__des {
  max-width: 500px;
  width: 100%;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}

.serviceContents_detailLink {
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 0 12px 16px 0;
  transition: all 0.3s ease;
}

.bg_serviceContents_img_01 {
  background-image: url(../img/bg_img_serviceContents_01n.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_serviceContents_img_02 {
  background-image: url(../img/bg_img_serviceContents_02n.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mask_service_thumbnail_left {
  width: 100%;
  height: 360px;
}

.mask_service_thumbnail_right {
  width: 100%;
  height: 360px;
}

.linkbox {
  position: relative;
}

.linkbox_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.groupfacGroup_front-page {
  max-width: 1280px;
  width: 100%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.groupfacGroup {
  max-width: 1280px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 100px;
}

.groupfacWrap {
  max-width: 620px;
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  background-image: url(../img/bg_footerService@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 280px;
}

.groupfacWrap_border {
  border: 1px solid #394f57;
  border-radius: 15px;
}

.groupfacWrap h4 {
  font-weight: 600;
}

.groupfacWrap h3 {
  font-weight: 700;
}

.groupfacWrap_h3 {
  color: #007eb1;
}

span.border_doted {
  display: block;
  border-left: 1px dashed #fff;
  height: 140px;
}

.groupfacWrap:hover {
  background-position: 100% -140px;
  color: #fff;
}

.groupfacWrap:hover .groupfacWrap_h3 {
  color: #fff;
}

footer.footerGroup {
  width: 100%;
  font-weight: 500;
  padding-bottom: 40px;
  position: relative;
}

.footerGroup_innerWrap_front {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  border: 0.5px solid #394f57;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.footerGroup_innerWrap {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.footerGroup_innerLeft {
  max-width: 295px;
  width: 100%;
}

.footerGroup_innerLeft ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.footerGroup_innerLeft ul li::before {
  content: "";
  display: block;
  background-image: url(../img/icon_footer_nav.svg);
  width: 4px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.footerGroup_innerCenter li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.footerGroup_innerCenter li::before {
  content: "";
  display: block;
  background-image: url(../img/icon_footer_nav.svg);
  width: 4px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.footerGroup_innerRight ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.footerGroup_innerRight ul li::before {
  content: "";
  display: block;
  background-image: url(../img/icon_footer_nav.svg);
  width: 4px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.footerGroup_innerCenter {
  max-width: 590px;
  width: 100%;
}

.footerGroup_innerRight {
  max-width: 295px;
  width: 100%;
}

.copyRightWrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyRightWrap h3 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0px;
}

.copyRightWrap address {
  flex-basis: 52%;
  padding-left: 10px;
  font-weight: normal;
}

span.icon_mapLink::after {
  display: inline-block;
  width: 16px;
  height: 13px;
  content: "";
  background-image: url(../img/icon_mapLink.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pageTop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background-image: url(../img/icon_pageTop@2x.png);
  background-repeat: no-repeat;
  background-size: 60px 120px;
}

.pageTop:hover {
  background-position: 100% -60px;
}

.copyRight {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.base_childWrap {
  max-width: 1060px;
  width: 100%;
  padding-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 150px;
}

.base_childWrap_title {
  width: 100%;
  font-size: 4.4rem !important;
  font-weight: 700 !important;
  color: #394f57 !important;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.base_childWrap_title::after {
  content: "";
  display: block;
  width: 173px;
  border-bottom: 5px solid #394f57;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.base_childWrap_subTitle {
  font-size: 3.6rem;
  font-weight: 700;
  color: #007eb1;
  margin-bottom: 55px;
  text-align: center;
}

.bg_headerColor {
  width: 100%;
  height: 50px;
  background-color: #f1efe5;
}

.base_childWrap_l {
  max-width: 1340px;
}

.company_about_gridWrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.company_about_gridWrap_left {
  width: 100%;
  padding-right: 55px;
}

.company_about_gridWrap_left p {
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.company_about_gridWrap_right {
  max-width: 450px;
  width: 100%;
}

.company_about_gridWrap_right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.company_tableGroup {
  border-collapse: collapse;
  font-size: 1.6rem;
  margin-bottom: 100px;
}

.company_tableGroup tr {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.company_tableGroup th {
  table-layout: fixed;
  width: 200px;
}

.company_tableGroup td {
  table-layout: fixed;
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #808080;
  padding: 23px;
}

.company_googleMap {
  width: 100%;
  height: 400px;
  position: relative;
}

.company_googleMap iframe {
  position: absolute;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.pt-l {
  padding-top: 100px;
}

.pb-m {
  padding-bottom: 40px;
}

.pb-none {
  padding-bottom: 0px;
}

.formWrap {
  max-width: 800px;
  width: 100%;
}

.formTable {
  width: 100%;
}

.formTable th {
  width: 160px;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.formTable td {
  width: 600px;
  padding-left: 40px;
  padding-bottom: 20px;
}

input[type=text] {
  padding: 20px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: 0.5px solid #808080;
}

select {
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: 0.5px solid #808080;
}

input[type=radio] {
  margin-bottom: 5px;
}

textarea {
  padding: 20px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: 0.5px solid #808080;
}

.require {
  color: red;
}

.submitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 500px;
  width: 100%;
  height: 60px;
  background-image: url(../img/bg_submitBtn@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.submitBtn:hover {
  background-position: 100% -60px;
  color: #fff;
  cursor: pointer;
}

input::-moz-placeholder {
  color: #c6c6c6;
}

input::placeholder {
  color: #c6c6c6;
}

textarea::-moz-placeholder {
  color: #c6c6c6;
}

textarea::placeholder {
  color: #c6c6c6;
}

.formDes {
  line-height: 250%;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 17px !important;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10px;
}

.wp-pagenavi span.current {
  background-color: #007eb1;
  color: #fff;
  border: 1px solid #007eb1 !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  font-size: 1.8rem;
  border-color: #394f57 !important;
}

.wp-pagenavi span {
  color: #fff !important;
  font-size: 1.2rem;
}

span.pages {
  display: none;
}

a.nextpostslink {
  color: #fff;
  background-image: url(../img/bg_pageNav_next@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
  text-indent: -9999px;
  border: none !important;
}

a.nextpostslink:hover {
  background-position: 100% -60px !important;
}

a.previouspostslink {
  color: #fff;
  background-image: url(../img/bg_pageNav_back@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
  text-indent: -9999px;
  border: none !important;
}

a.previouspostslink:hover {
  background-position: 100% -60px !important;
}

.postWrap {
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.breadList {
  font-size: 1.4rem;
  color: #999999;
  margin-bottom: 30px;
}

.breadList span::after {
  content: ">";
  margin-left: 5px;
}

.postWrap h1 {
  font-size: 3.2rem;
  color: #007eb1;
  font-weight: 600;
  margin-bottom: 20px;
}

.postWrap h2 {
  font-size: 2.4rem;
  color: #007eb1;
  font-weight: 600;
  margin-bottom: 30px;
}

.postWrap h3 {
  font-size: 2rem;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

.postWrap h4 {
  font-size: 1.8rem;
  color: #303030;
  font-weight: 500;
  margin-bottom: 30px;
}

.postWrap p {
  font-size: 1.6rem;
  line-height: 200%;
  color: #333333;
  margin-bottom: 30px;
}

.postWrap ul, .postWrap ol {
  margin-left: 3.2rem;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 30px;
}

.postWrap ul > li, .postWrap ol > li {
  font-size: 1.6rem;
  line-height: 150%;
  color: #333333;
  margin-bottom: 20px;
}

.postWrap img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.postWrap table {
  margin-bottom: 30px;
}

.postWrap table th {
  width: 190px;
  table-layout: fixed;
  padding: 20px;
  border: 1px solid #666666;
}

.postWrap table td {
  padding: 20px;
  border: 1px solid #666666;
}

figcaption.wp-element-caption {
  margin-top: -20px;
}

.wp-block-table {
  margin-bottom: 60px !important;
}

:where(figure) {
  margin: unset !important;
}

.d_minami_gridWrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.d_minami_gridWrap img {
  margin-bottom: unset !important;
}

.d_minami_gridWrap h3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .headerGroup {
    padding-left: 16px;
    padding-right: 16px;
    height: 100px;
  }
  .navWrap {
    display: none;
  }
  .hamburger {
    display: block;
  }
  ul.newsList_gridWrap {
    grid-template-columns: 1fr 1fr;
  }
  .newsList_detailLink {
    bottom: -9px;
  }
  .baseWrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
  }
  .hiddenWrap {
    width: 100%;
    max-width: none;
  }
  .newsList_imgWrap {
    max-width: unset;
  }
  .news_nextBtn {
    background-image: url(../img/bg_sp_news_nextBtn@2x.png);
    max-width: 290px;
  }
  .serviceContentsWrap {
    flex-direction: column;
  }
  .serviceContents_left {
    max-width: none;
  }
  .serviceContents_right {
    max-width: none;
    padding: 24px;
  }
  div.serviceContents_right > .serviceContents_right__title {
    margin-bottom: 24px;
    font-size: 2.8rem;
    letter-spacing: 1.5px;
  }
  .groupfacGroup {
    grid-template-columns: 1fr;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 100px;
  }
  .groupfacGroup_front-page {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 100px;
  }
  .groupfacGroup_front-page h3 {
    font-size: 2.4rem;
  }
  .groupfacWrap {
    padding-left: 20px;
  }
  span.border_doted {
    display: none;
  }
  footer.footerGroup {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footerGroup_innerWrap {
    flex-direction: column;
    padding: 24px;
  }
  .footerGroup_innerLeft {
    order: 1;
  }
  .footerGroup_innerRight {
    order: 2;
  }
  .footerGroup_innerCenter {
    order: 3;
  }
  .copyRightWrap {
    flex-direction: column;
  }
  .company_about_gridWrap {
    grid-template-columns: 1fr;
  }
  .company_about_gridWrap_left {
    order: 2;
    padding-right: unset;
  }
  .company_about_gridWrap_right {
    order: 1;
  }
  .company_tableGroup th {
    display: block;
  }
  .headerGroup_left_childGroup p {
    display: none;
  }
  .mainContentsGroup {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .mainContentsGroup h2 {
    writing-mode: unset;
    max-width: 290px;
    width: 100%;
    padding: unset;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .mainContentsGroup video {
    max-width: unset;
    border-radius: unset;
  }
  .base_childWrap_title {
    top: 20px;
  }
  .formTable th {
    display: block;
    width: 100%;
  }
  .formTable td {
    display: block;
    width: 100%;
    padding-left: unset;
  }
  input[type=text] {
    padding: 20px;
  }
  textarea {
    padding: 20px;
  }
  .submitBtn {
    background-image: url(../img/bg_sp_news_nextBtn@2x.png);
    max-width: 290px;
  }
  .headerGroup h1 {
    max-width: 265px;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 3rem;
    -moz-text-align-last: justify;
         text-align-last: justify;
    letter-spacing: 5px;
    padding-top: 20px;
  }
  .headerGroup h1 br {
    display: none;
  }
  .headerGroup h1 span {
    font-size: 2.4rem;
  }
  .footerGroup_innerWrap_front {
    flex-direction: column;
    padding: 30px;
  }
  .copyRightWrap address {
    margin-bottom: 130px;
    text-align: center;
  }
  .pageTop {
    position: absolute;
    right: 50%;
    bottom: 13%;
    transform: translate(50%, 0%);
  }
  ul.newsList_gridWrap {
    grid-template-columns: 1fr;
  }
  .groupfacWrap h3 {
    font-size: 2.4rem;
  }
  .serviceContents_right {
    background-image: url(../img/mask_service_thumbnail_right_sp.png);
  }
  .serviceContents_detailLink {
    writing-mode: unset;
    bottom: -9px;
    right: -4px;
  }
  .bg_serviceContents_img_01 {
    background-image: url(../img/bg_img_serviceContents_01n_sp.png);
  }
  .bg_serviceContents_img_02 {
    background-image: url(../img/bg_img_serviceContents_02n_sp.png);
  }
  .serviceContents_left > h4 {
    line-height: 20px;
    left: -5px;
    font-size: 1.5rem;
  }
  .d_minami_gridWrap {
    gap: 15px;
  }
  .postWrap table th {
    width: 150px;
  }
  .bg_headerColor {
    height: 100px;
  }
  .serviceContents_right__subTitle {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */