@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

body.is-fixed {
  overflow: hidden;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
}

p, li, span, dt, dd, a, h1, h2, h3, h4, h5 {
  color: #333333;
  font-size: 4.10256vw;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

button {
  border: none;
  padding: 0;
  text-align: left;
}

#about, #service, #company, #officers, #news, #inquiries {
  scroll-margin-top: 15.38462vw;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sectionInner {
  padding: 12.30769vw 0;
  width: 89.74359vw;
  margin-left: auto;
  margin-right: auto;
}

.sectionTitle {
  color: #164D77;
  font-size: 10.25641vw;
  font-weight: 700;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.sectionTitle span {
  display: block;
  color: #164D77;
}

.blkTitle {
  color: #164D77;
  font-size: 6.15385vw;
}

.imgTxtBox {
  margin-top: 10.25641vw;
  margin-left: auto;
  margin-right: auto;
}

.imgTxtBox .txt {
  margin-top: 6.15385vw;
}

.imgTxtBox .txt h3 {
  font-size: 5.12821vw;
  font-weight: 700;
}

.imgTxtBox .txt h3 + p {
  margin-top: 6.15385vw;
}

header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .headerInn {
  padding: 2.5641vw 5.12821vw;
  position: relative;
}

header .headerInn .headerLogo {
  width: 100%;
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

header .headerInn .headerLogo img {
  width: 36.15385vw;
  max-width: 197px;
}

header .headerInn .hamburger {
  position: relative;
  right: 0;
  width: 3.84615vw;
  height: 3.07692vw;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1001;
}

header .headerInn .hamburger span {
  position: absolute;
  left: 0;
  width: 3.84615vw;
  height: 0.51282vw;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .headerInn .hamburger span:nth-child(1) {
  top: 0;
}

header .headerInn .hamburger span:nth-child(2) {
  top: 1.28205vw;
}

header .headerInn .hamburger span:nth-child(3) {
  bottom: 0;
}

header .headerInn .hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.28205vw;
}

header .headerInn .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

header .headerInn .hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 1.28205vw;
}

header .headerInn nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  overflow-y: auto;
  margin: 7.69231vw 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10.25641vw;
}

header .headerInn nav ul {
  padding: 10.25641vw 5.12821vw;
}

header .headerInn nav ul li:nth-child(n+2) {
  margin-top: 5.12821vw;
}

header .headerInn nav ul li a {
  font-size: 4.10256vw;
  display: block;
}

header .headerInn nav ul li a span {
  display: block;
  font-size: 2.5641vw;
}

.mvArea {
  position: relative;
}

.mvArea .mvInner .mvTxt {
  position: absolute;
  left: 5.12821vw;
  top: 20.51282vw;
  z-index: 1;
}

.mvArea .mvInner .mvTxt h1, .mvArea .mvInner .mvTxt p {
  color: #fff;
}

.mvArea .mvInner .mvTxt h1 {
  font-size: 8.20513vw;
  line-height: 1.5;
  letter-spacing: 0.25em;
  font-weight: 700;
}

.mvArea .mvInner .mvTxt .mvLead {
  font-size: 3.58974vw;
  margin-top: 5.12821vw;
  line-height: 2;
  letter-spacing: 0.1em;
}

.mvArea .slider {
  position: relative;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.mvArea .slider .slick-slide {
  height: auto;
}

.mvArea .slider .slick-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 780 / 1080;
  display: block;
}

.mvArea .slider:not(.slick-initialized) {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 780 / 1080;
}

.mvArea .slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

.mvArea .slider:not(.slick-initialized) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mvArea .slider-ui {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5.64103vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  z-index: 10;
}

.mvArea .slider-control {
  background: #fff;
  width: 7.17949vw;
  height: 7.17949vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mvArea .slider-control button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

.mvArea .slider-control button img {
  display: block;
  width: 3.07692vw;
}

.mvArea .slider-control .btn-play {
  display: none;
}

.mvArea .slider-control .btn-play.is-active {
  display: block;
}

.mvArea .slider-control .btn-pause {
  display: none;
}

.mvArea .slider-control .btn-pause.is-active {
  display: block;
}

.mvArea .dots-wrap .slick-dots {
  position: static;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mvArea .dots-wrap .slick-dots li {
  margin: 0 1px;
}

.mvArea .dots-wrap .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 8px;
}

.mvArea .dots-wrap .slick-dots li.slick-active button:before {
  color: #CC0000;
  font-size: 12px;
}

.aboutArea {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(50%, #EDF9FF), to(#D7E8EF));
  background: linear-gradient(180deg, #FFFFFF 0%, #EDF9FF 50%, #D7E8EF 100%);
}

.aboutArea .sectionTitle {
  text-align: center;
}

.aboutArea .imgTxtBox .img img {
  border-radius: 2.05128vw;
}

.serviceArea {
  padding: 12.30769vw 0;
}

.serviceArea .sectionTitle {
  width: 89.74359vw;
  margin: 0 auto;
}

.serviceArea .serviceInner {
  margin-top: 10.25641vw;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent {
  position: relative;
  padding-top: 67.69231vw;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt {
  width: 89.74359vw;
  margin-left: auto;
  margin-right: auto;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt h3 {
  font-size: 5.12821vw;
  color: #164D77;
  font-weight: 700;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt h3 + p {
  margin-top: 4.10256vw;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList {
  margin-top: 4.10256vw;
  padding-top: 4.10256vw;
  border-top: 1px solid #D5D5D5;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li {
  padding-left: 6.15385vw;
  position: relative;
  font-size: 3.58974vw;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 1.28205vw;
  color: #164D77;
  font-size: 2.5641vw;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li span {
  color: #164D77;
  font-weight: 700;
  display: block;
  margin-bottom: 1.02564vw;
  line-height: 1.5;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li:nth-child(n+2) {
  margin-top: 4.10256vw;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList02 {
  margin-top: 4.10256vw;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList02 li {
  padding-left: 6.15385vw;
  position: relative;
}

.serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList02 li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 1.02564vw;
  color: #164D77;
  font-size: 2.5641vw;
}

.serviceArea .serviceInner .serviceContentWrap:first-child {
  background: url(/img/service01Sp.jpg) no-repeat center top;
  background-size: 100%;
}

.serviceArea .serviceInner .serviceContentWrap:nth-child(2) {
  background: url(/img/service02Sp.jpg) no-repeat center top;
  background-size: 100%;
}

.serviceArea .serviceInner .serviceContentWrap:nth-child(3) {
  background: url(/img/service03Sp.jpg) no-repeat center top;
  background-size: 100%;
}

.serviceArea .serviceInner .serviceContentWrap:nth-child(4) {
  background: url(/img/service04Sp.jpg) no-repeat center top;
  background-size: 100%;
}

.serviceArea .serviceInner .serviceContentWrap:nth-child(4) .serviceContent .serviceList {
  border-top: none;
}

.serviceArea .serviceInner .serviceContentWrap:nth-child(n+2) {
  margin-top: 10.25641vw;
}

.companyArea {
  background: #EDF2F4;
}

.companyArea .sectionInner .companyBox {
  margin-top: 10.25641vw;
}

.companyArea .sectionInner .companyBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.companyArea .sectionInner .companyBox dl dt {
  width: 29.23077vw;
  font-weight: 700;
  margin-top: 3.58974vw;
}

.companyArea .sectionInner .companyBox dl dd {
  width: 54.87179vw;
  margin-top: 3.58974vw;
}

.officersArea .presidentBlk {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 10.25641vw;
}

.officersArea .presidentBlk .txt .name {
  margin-top: 6.15385vw;
  font-size: 6.15385vw;
  text-align: center;
  font-weight: 700;
}

.officersArea .presidentBlk .txt .name span {
  display: block;
  font-weight: normal;
}

.officersArea .presidentBlk .txt .name + p {
  margin-top: 4.10256vw;
}

.officersArea .executiveBlk {
  margin-top: 10.25641vw;
}

.officersArea .executiveBlk .blkTitle {
  text-align: center;
  font-weight: 700;
}

.officersArea .executiveBlk .member {
  margin-top: 10.25641vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.15385vw 4.10256vw;
}

.officersArea .executiveBlk .member li {
  width: 42.82051vw;
}

.officersArea .executiveBlk .member li img {
  border-radius: 2.05128vw;
}

.officersArea .executiveBlk .member li .executiveName {
  font-size: 5.12821vw;
  text-align: center;
  margin-top: 4.10256vw;
  font-weight: 700;
}

.officersArea .executiveBlk .member li .executiveName span {
  display: block;
  font-size: 3.58974vw;
  font-weight: normal;
}

.newsArea {
  background: #EDF2F4;
}

.newsArea .newsBox {
  margin-top: 10.25641vw;
}

.newsArea .newsBox dl {
  padding-bottom: 5.12821vw;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}

.newsArea .newsBox dl:nth-child(n+2) {
  margin-top: 5.12821vw;
}

.newsArea dt button {
  width: 100%;
  padding-right: 10.25641vw;
  background-color: #EDF2F4;
}

.newsArea dt button .triggerTxt {
  font-size: 3.58974vw;
}

.newsArea dt button .newsTitle {
  display: block;
  margin-top: 3.07692vw;
  font-weight: 700;
}

.newsArea dt button .iconAccordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsArea dt button .iconAccordion:before {
  content: none;
}

.newsArea dt button .iconAccordion:after {
  content: "";
  width: 4.10256vw;
  height: 2.30769vw;
  background: url("/img/arrow.png") no-repeat center/contain;
  background-size: 4.10256vw 2.30769vw;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.newsArea dt .accordionTrigger[aria-expanded="true"] .iconAccordion::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.newsArea dt .accordionTrigger[aria-expanded="true"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.newsArea dt span.label {
  font-size: 3.07692vw;
  padding: 1.02564vw 2.05128vw;
  background: #fff;
  border-radius: 3.58974vw;
  margin-left: 3.07692vw;
}

.newsArea dd {
  padding-right: 10.25641vw;
}

.newsArea dd:not(.detail) {
  margin-top: 3.07692vw;
  font-weight: 700;
}

.newsArea dd.detail {
  margin-top: 1.02564vw;
  display: none;
}

.newsArea dd p:nth-child(n+2) {
  margin-top: 1.02564vw;
}

.newsArea dd a {
  color: #4C559B;
  display: inline-block;
  padding-right: 5.12821vw;
  background: url(/img/iconLink.png) no-repeat right center;
  background-size: 1.79487vw 3.33333vw;
}

.newsArea dd a.tab {
  background: url(/img/iconTab.png) no-repeat right center;
  background-size: 3.84615vw 3.84615vw;
}

.newsArea dd a.pdf {
  background: url(/img/iconPdf.png) no-repeat right center;
  background-size: 5.12821vw 5.12821vw;
}

.inquiryArea {
  background: #333333;
}

.inquiryArea .sectionTitle {
  color: #fff;
}

.inquiryArea .sectionTitle span {
  color: #fff;
}

.inquiryArea .inquiryBox {
  margin-top: 10.25641vw;
}

.inquiryArea .inquiryBox ul li {
  background: #fff;
  border-radius: 2.05128vw;
  padding: 5.12821vw;
}

.inquiryArea .inquiryBox ul li:nth-child(n+2) {
  margin-top: 6.15385vw;
}

.inquiryArea .inquiryBox ul li .sort {
  font-size: 5.12821vw;
  font-weight: 700;
}

.inquiryArea .inquiryBox ul li .mail {
  padding-left: 10.25641vw;
  position: relative;
  background: url(/img/iconMail.png) no-repeat left center;
  background-size: contain;
}

.inquiryArea .inquiryBox ul li p:nth-child(n+2) {
  margin-top: 4.10256vw;
  font-size: 3.58974vw;
}

footer {
  background: #000000;
}

footer .footerTop p {
  font-size: 8.46154vw;
}

footer .footerTop p span {
  display: block;
  font-size: 3.58974vw;
}

footer .footerBottom {
  margin-top: 8.20513vw;
}

footer .footerBottom p {
  font-size: 3.58974vw;
}

footer p, footer span {
  color: #fff;
}

footer .copyright {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 3.07692vw;
  padding: 5.12821vw 0;
}

@media screen and (min-width: 768px) {
  p, li, span, dt, dd, a, h1, h2, h3, h4, h5 {
    font-size: clamp(13px, calc(16 / 1920 * 100vw), 16px);
  }
  a:hover {
    opacity: .7;
  }
  .sectionInner {
    padding: calc(100 / 1920 * 100vw) 0;
    max-width: 1280px;
    width: calc(1280 / 1920 * 100vw);
  }
  .sectionTitle {
    font-size: clamp(30px, calc(64 / 1920 * 100vw), 64px);
  }
  .sectionTitle span {
    font-size: clamp(14px, calc(18 / 1920 * 100vw), 18px);
  }
  .blkTitle {
    font-size: clamp(30px, calc(40 / 1920 * 100vw), 50px);
  }
  .imgTxtBox {
    margin-top: calc(80 / 1920 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(1280 / 1920 * 100vw);
    max-width: 1280px;
  }
  .imgTxtBox .img {
    width: calc(496 / 1920 * 100vw);
    max-width: 496px;
  }
  .imgTxtBox .txt {
    margin-top: 0;
    width: calc(720 / 1920 * 100vw);
    max-width: 720px;
  }
  .imgTxtBox .txt h3 {
    font-size: clamp(18px, calc(32 / 1920 * 100vw), 32px);
  }
  .mvArea .mvInner {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1320px;
    height: 100%;
    z-index: 1;
  }
  .mvArea .mvInner .mvTxt {
    max-width: 1320px;
    padding: 0 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mvArea .mvInner .mvTxt h1 {
    font-size: clamp(30px, calc(56 / 1920 * 100vw), 56px);
  }
  .mvArea .mvInner .mvTxt .mvLead {
    margin-top: calc(36 / 1920 * 100vw);
    font-size: clamp(13px, calc(20 / 1920 * 100vw), 20px);
  }
  .mvArea .slider .slick-slide img {
    aspect-ratio: 1920 / 740;
  }
  .mvArea .slider:not(.slick-initialized) {
    aspect-ratio: 1920 / 740;
  }
  .mvArea .slider-ui {
    bottom: calc(22 / 1920 * 100vw);
    gap: 10px;
  }
  .mvArea .slider-control {
    width: calc(28 / 1280 * 100vw);
    height: calc(28 / 1280 * 100vw);
    max-width: 28px;
    max-height: 28px;
  }
  .mvArea .slider-control button img {
    width: calc(12 / 1280 * 100vw);
    max-width: 12px;
  }
  .aboutArea .imgTxtBox .img img {
    border-radius: calc(16 / 1280 * 100vw);
  }
  .serviceArea {
    padding: calc(100 / 1920 * 100vw) 0;
  }
  .serviceArea .sectionTitle {
    max-width: 1320px;
    width: calc(1320 / 1920 * 100vw);
    padding: 0 calc(20 / 1920 * 100vw);
  }
  .serviceArea .serviceInner {
    margin: calc(80 / 1920 * 100vw) auto 0;
  }
  .serviceArea .serviceInner .serviceContentWrap {
    position: relative;
  }
  .serviceArea .serviceInner .serviceContentWrap:before {
    content: "";
    width: calc(928 / 1920 * 100vw);
    height: calc(500 / 1920 * 100vw);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceImg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(928 / 1920 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent {
    max-width: 1280px;
    width: calc(1280 / 1920 * 100vw);
    min-height: calc(500 / 1920 * 100vw);
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(112 / 1920 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt {
    max-width: 560px;
    width: calc(560 / 1920 * 100vw);
    margin-right: initial;
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt h3 {
    font-size: clamp(14px, calc(32 / 1920 * 100vw), 32px);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt h3 + p {
    margin-top: calc(32 / 1920 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList {
    margin-top: calc(32 / 1920 * 100vw);
    padding-top: calc(32 / 1920 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li {
    padding-left: calc(24 / 1920 * 100vw);
    line-height: 1.8;
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li:before {
    top: calc(4 / 1920 * 100vw);
    left: 0;
    font-size: clamp(10px, calc(10 / 1920 * 100vw), 10px);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li:nth-child(n+2) {
    margin-top: calc(16 / 1920 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList02 {
    margin-top: calc(16 / 1920 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList02 li {
    padding-left: calc(24 / 1920 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList02 li:before {
    top: calc(4 / 1920 * 100vw);
    font-size: clamp(10px, calc(10 / 1920 * 100vw), 10px);
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-of-type(odd):before {
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-of-type(odd) .serviceContent .serviceTxt {
    margin-left: initial;
    margin-right: auto;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-of-type(even):before {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .serviceArea .serviceInner .serviceContentWrap:first-child {
    background: none;
  }
  .serviceArea .serviceInner .serviceContentWrap:first-child:before {
    content: "";
    background: url(/img/service01.jpg) no-repeat;
    background-size: cover;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(2) {
    background: none;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(2):before {
    content: "";
    background: url(/img/service02.jpg) no-repeat;
    background-size: cover;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(3) {
    background: none;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(3):before {
    content: "";
    background: url(/img/service03.jpg) no-repeat;
    background-size: cover;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(4) {
    background: none;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(4):before {
    content: "";
    background: url(/img/service04.jpg) no-repeat;
    background-size: cover;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(n+2) {
    margin-top: calc(80 / 1920 * 100vw);
  }
  .companyArea .sectionInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(1320 / 1920 * 100vw);
    -webkit-column-gap: calc(20 / 1920 * 100vw);
       -moz-column-gap: calc(20 / 1920 * 100vw);
            column-gap: calc(20 / 1920 * 100vw);
  }
  .companyArea .sectionInner .sectionTitle {
    width: calc(384 / 1920 * 100vw);
    max-width: 384px;
    white-space: nowrap;
  }
  .companyArea .sectionInner .companyBox {
    margin-top: 0;
    width: calc(830 / 1920 * 100vw);
  }
  .companyArea .sectionInner .companyBox dl dt {
    width: calc(114 / 1920 * 100vw);
    margin-top: calc(20 / 1920 * 100vw);
    max-width: 114px;
  }
  .companyArea .sectionInner .companyBox dl dd {
    width: calc(700 / 1920 * 100vw);
    margin-top: calc(20 / 1920 * 100vw);
    max-width: 718px;
  }
  .officersArea .presidentBlk {
    padding-bottom: calc(80 / 1920 * 100vw);
  }
  .officersArea .presidentBlk .txt .name {
    margin-top: 0;
    text-align: left;
    font-size: clamp(30px, calc(48 / 1920 * 100vw), 48px);
  }
  .officersArea .presidentBlk .txt .name + p {
    margin-top: calc(40 / 1920 * 100vw);
  }
  .officersArea .executiveBlk {
    margin-top: calc(80 / 1920 * 100vw);
  }
  .officersArea .executiveBlk .member {
    margin-top: calc(48 / 1920 * 100vw);
    gap: initial;
  }
  .officersArea .executiveBlk .member li {
    width: 30%;
    max-width: 384px;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .officersArea .executiveBlk .member li img {
    border-radius: calc(16 / 1920 * 100vw);
  }
  .officersArea .executiveBlk .member li .executiveName {
    font-size: clamp(18px, calc(24 / 1920 * 100vw), 24px);
    margin-top: calc(16 / 1920 * 100vw);
  }
  .officersArea .executiveBlk .member li .executiveName span {
    font-size: clamp(12px, calc(16 / 1920 * 100vw), 16px);
  }
  .officersArea .executiveBlk .member li:nth-of-type(3n) {
    margin-right: 0;
  }
  .newsArea .sectionInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsArea .sectionInner .sectionTitle {
    width: calc(384 / 1920 * 100vw);
  }
  .newsArea .sectionInner .newsBox {
    width: calc(840 / 1920 * 100vw);
  }
  .newsArea .newsBox {
    margin-top: 0;
  }
  .newsArea .newsBox dl {
    padding-bottom: calc(20 / 1920 * 100vw);
  }
  .newsArea .newsBox dl:nth-child(n+2) {
    margin-top: calc(20 / 1920 * 100vw);
  }
  .newsArea dt button {
    padding-right: calc(48 / 1920 * 100vw);
  }
  .newsArea dt button .triggerTxt {
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  }
  .newsArea dt button .newsTitle {
    margin-top: calc(12 / 1920 * 100vw);
  }
  .newsArea dt button .iconAccordion:after {
    width: 16px;
    height: 9px;
    background-size: 16px 9px;
  }
  .newsArea dt button:hover {
    cursor: pointer;
  }
  .newsArea dt span.label {
    font-size: clamp(9px, calc(12 / 1920 * 100vw), 12px);
    padding: calc(4 / 1920 * 100vw) calc(8 / 1920 * 100vw);
    margin-left: calc(12 / 1920 * 100vw);
  }
  .newsArea dd {
    padding-right: calc(48 / 1920 * 100vw);
  }
  .newsArea dd:not(.detail) {
    margin-top: calc(12 / 1920 * 100vw);
  }
  .newsArea dd.detail {
    margin-top: calc(4 / 1920 * 100vw);
  }
  .newsArea dd p:nth-child(n+2) {
    margin-top: 4px;
  }
  .newsArea dd a {
    padding-right: 20px;
    background-size: 7px 13px;
  }
  .newsArea dd a.tab {
    padding-right: 20px;
    background-position: right center;
    background-size: 15px 15px;
  }
  .newsArea dd a.pdf {
    padding-right: 20px;
    background-position: right center;
    background-size: 20px 20px;
  }
  .inquiryArea .inquiryBox {
    margin-top: calc(80 / 1920 * 100vw);
  }
  .inquiryArea .inquiryBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inquiryArea .inquiryBox ul li {
    border-radius: calc(16 / 1920 * 100vw);
    padding: calc(48 / 1920 * 100vw);
    padding: clamp(24px, 3vw, 48px);
    max-width: 700px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .inquiryArea .inquiryBox ul li:nth-child(n+2) {
    margin-top: 0;
  }
  .inquiryArea .inquiryBox ul li .sort {
    font-size: clamp(16px, calc(20 / 1920 * 100vw), 20px);
  }
  .inquiryArea .inquiryBox ul li .mail {
    padding-left: calc(40 / 1920 * 100vw);
    background-size: calc(24 / 1920 * 100vw);
  }
  .inquiryArea .inquiryBox ul li p:nth-child(n+2) {
    margin-top: calc(16 / 1920 * 100vw);
    font-size: clamp(12px, calc(16 / 1920 * 100vw), 16px);
  }
  footer .sectionInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(20 / 1920 * 100vw);
    -webkit-column-gap: calc(60 / 1920 * 100vw);
       -moz-column-gap: calc(60 / 1920 * 100vw);
            column-gap: calc(60 / 1920 * 100vw);
  }
  footer .footerTop p {
    font-weight: 500;
    font-size: clamp(20px, calc(32 / 1920 * 100vw), 32px);
    white-space: nowrap;
  }
  footer .footerTop p span {
    font-size: clamp(10px, calc(14 / 1920 * 100vw), 14px);
  }
  footer .footerBottom {
    margin-top: 0;
  }
  footer .footerBottom p {
    font-size: clamp(10px, calc(14 / 1920 * 100vw), 14px);
  }
  footer .copyright {
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    padding: calc(20 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1180px) {
  #about, #service, #company, #officers, #news, #inquiries {
    scroll-margin-top: 90px;
  }
  .sectionInner {
    padding: 100px 0;
  }
  .imgTxtBox {
    margin-top: 80px;
  }
  .imgTxtBox .txt h3 + p {
    margin-top: 40px;
  }
  header .headerInn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 20px;
    margin: 0 auto;
    max-width: 1320px;
  }
  header .headerInn .headerLogo {
    width: auto;
  }
  header .headerInn .headerLogo img {
    width: calc(197 / 1240 * 100vw);
  }
  header .headerInn .hamburger {
    display: none;
  }
  header .headerInn nav {
    display: block;
    max-width: 744px;
    margin: 0;
    position: static;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .headerInn nav ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  header .headerInn nav ul li:last-child {
    margin-right: 0;
  }
  header .headerInn nav ul li:nth-child(n+2) {
    margin-top: 0;
  }
  header .headerInn nav ul li a {
    font-size: 16px;
  }
  header .headerInn nav ul li a span {
    display: none;
  }
  .mvArea .mvInner .mvTxt .mvLead {
    margin-top: 36px;
  }
  .aboutArea .imgTxtBox .txt h3 + p {
    line-height: 2;
  }
  .serviceArea .serviceInner {
    margin-top: 80px;
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt h3 + p {
    margin-top: 32px;
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList {
    margin-top: 32px;
    padding-top: 32px;
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li {
    padding-left: 24px;
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li span {
    margin-bottom: 4px;
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li:nth-child(n+2) {
    margin-top: 16px;
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList02 li {
    padding-left: 24px;
  }
  .serviceArea .serviceInner .serviceContentWrap:nth-child(n+2) {
    margin-top: 80px;
  }
  .companyArea .sectionInner .companyBox dl dt {
    margin-top: 20px;
  }
  .companyArea .sectionInner .companyBox dl dd {
    margin-top: 20px;
  }
  .officersArea .presidentBlk {
    padding-bottom: 80px;
  }
  .officersArea .presidentBlk .txt .name + p {
    margin-top: 40px;
  }
  .officersArea .executiveBlk {
    margin-top: 80px;
  }
  .officersArea .executiveBlk .member {
    margin-top: 48px;
  }
  .officersArea .executiveBlk .member li .executiveName {
    margin-top: 16px;
  }
  .newsArea .newsBox dl {
    padding-bottom: 20px;
  }
  .newsArea .newsBox dl:nth-child(n+2) {
    margin-top: 20px;
  }
  .newsArea dt button {
    padding-right: 48px;
  }
  .newsArea dt button .newsTitle {
    margin-top: 12px;
  }
  .newsArea dt span.label {
    padding: 4px 8px;
    margin-left: 12px;
  }
  .newsArea dd {
    padding-right: 48px;
  }
  .newsArea dd:not(.detail) {
    margin-top: 12px;
  }
  .newsArea dd.detail {
    margin-top: 4px;
  }
  .inquiryArea .inquiryBox {
    margin-top: 80px;
  }
  .inquiryArea .inquiryBox ul li {
    padding: 48px;
    border-radius: 16px;
  }
  .inquiryArea .inquiryBox ul li .mail {
    padding-left: 40px;
    background-size: contain;
  }
  .inquiryArea .inquiryBox ul li p:nth-child(n+2) {
    margin-top: 16px;
  }
  footer .sectionInner {
    padding: 20px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  footer .copyright {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
  .imgTxtBox .txt h3 + p {
    margin-top: calc(40 / 1920 * 100vw);
    font-size: clamp(12px, calc(18 / 1920 * 100vw), 18px);
  }
  header .headerInn {
    padding: 17px 20px;
  }
  header .headerInn .headerLogo img {
    width: calc(140 / 768 * 100vw);
  }
  header .headerInn nav {
    margin: calc(30 / 768 * 100vw) 0;
    padding-top: 5.12821vw;
  }
  header .headerInn nav ul {
    padding: 17px 20px;
  }
  header .headerInn nav ul li:nth-child(n+2) {
    margin-top: calc(20 / 768 * 100vw);
  }
  header .headerInn nav ul li a {
    font-size: calc(20 / 768 * 100vw);
  }
  header .headerInn nav ul li a span {
    font-size: calc(14 / 768 * 100vw);
  }
  .serviceArea .serviceInner .serviceContentWrap .serviceContent .serviceTxt .serviceList li span {
    margin-bottom: calc(4 / 1920 * 100vw);
  }
}
