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

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 100px 0 0 0;
}

.page-title-left h2 {
  font-size: 2.1rem;
  font-family: "Roboto";
  line-height: 1.4;
}
.page-title-left h2 span {
  font-family: #0662B5;
  letter-spacing: 0.1rem;
  font-size: 4.8rem;
  font-weight: 600;
  color: #0662B5;
  line-height: 1.4;
}

.page-title-center h2 {
  font-size: 2.1rem;
  font-family: "Roboto";
  text-align: center;
  line-height: 1.4;
}
.page-title-center h2 span {
  font-family: #0662B5;
  letter-spacing: 0.1rem;
  font-size: 4.8rem;
  font-weight: 600;
  color: #0662B5;
  line-height: 1.4;
  text-align: center;
}

.sub-title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  background: #0662B5;
  padding: 8px 16px;
  margin: 16px 0 24px 0;
}

.btn {
  width: 268px;
  border: 1px solid #0662B5;
  color: #0662B5;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 16px;
  width: 32px;
  height: 1px;
  background-color: #0662B5;
}
.btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 16px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #0662B5;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.anchor {
  display: block;
  padding-top: 180px;
  margin-top: -150px !important;
}

.headline {
  animation: SlideIn 1.2s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 1; /*初期状態では透明に*/
    transform: translateX(324px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#global-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px 3vw;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 998;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .header-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#global-header .header-left .logo {
  width: 210px;
}
#global-header .header-left .header-news {
  display: none;
}
#global-header .header-right .right-top {
  display: none;
}
#global-header .header-right .right-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#global-header .header-right .right-bottom #global-navi {
  display: none;
}
#global-header .header-right .right-bottom .tel-area {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#global-header .header-right .right-bottom .tel-area a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-family: "Roboto";
  font-weight: 600;
  text-align: right;
  position: relative;
  color: #202020;
  pointer-events: none;
}
#global-header .header-right .right-bottom .tel-area a::before {
  content: "";
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
#global-header .header-right .right-bottom .tel-area p {
  font-size: 1.3rem;
  text-align: right;
  line-height: 1;
}

.key-wrap {
  position: relative;
  z-index: 1;
}
.key-wrap #key-visual {
  height: calc(100vh - 62px);
  height: calc(var(--vh, 1vh) * 93);
  width: 100%;
  margin: 62px 0 0 auto;
  position: relative;
  overflow: hidden;
}
.key-wrap #key-visual .key-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.key-wrap #key-visual .key-txt h1 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.2rem;
  color: #fff;
}
.key-wrap #key-visual .key-txt h1 span {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 1rem;
  color: #fff;
}
.key-wrap #key-visual .key-txt p {
  font-family: "Roboto";
  letter-spacing: 0.9rem;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.key-wrap #key-visual .sp {
  display: none;
}
.key-wrap #key-visual .slide {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.key-wrap #key-visual .slide .top-inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.key-wrap #key-visual .slide .top-inner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-banner {
  position: fixed;
  bottom: 12px;
  right: 2vw;
  z-index: 1;
  width: 280px;
  height: 100px;
  display: block;
}
.cta-banner img {
  width: 100%;
}

#subkey-visual {
  width: 100%;
  height: 220px;
  position: relative;
  width: 100%;
  margin: 62px 0 0 auto;
  overflow: hidden;
}
#subkey-visual h1 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  bottom: 0;
  margin: auto;
  line-height: 0.7;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
#subkey-visual h1 span {
  font-size: 1.8rem;
  letter-spacing: 0.6rem;
  color: #fff;
  font-family: "Roboto";
  line-height: 1;
}

.company-bg {
  background: url(../images/company/key-bg.webp) no-repeat center;
  background-size: cover;
}

.product-bg {
  background: url(../images/product/key-bg.webp) no-repeat center;
  background-size: cover;
}

.productlist-bg .key-imglist, .case-bg .key-imglist, .recruit-bg .key-imglist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  height: 100%;
}
.productlist-bg .key-imglist::before, .case-bg .key-imglist::before, .recruit-bg .key-imglist::before {
  content: "";
  background: rgba(0, 0, 0, 0.28);
  position: absolute;
  width: 100%;
  height: 100%;
}
.productlist-bg .key-imglist img, .case-bg .key-imglist img, .recruit-bg .key-imglist img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inquiry-bg {
  background: url(../images/inquiry/key-bg.webp) no-repeat center;
  background-size: cover;
}

.privacy-bg {
  background: url(../images/privacy/key-bg.webp) no-repeat center;
  background-size: cover;
}

.news-bg {
  background: url(../images/news/key-bg.webp) no-repeat center;
  background-size: cover;
}

.quotation-bg {
  background: url(../images/quotation/key-bg.webp) no-repeat center;
  background-size: cover;
}

.pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 6px 2vw 0 0;
}
.pankuzu li {
  position: relative;
  padding-right: 36px;
}
.pankuzu li::after {
  content: ">";
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  right: 15px;
}
.pankuzu li:last-child::after {
  display: none;
}
.pankuzu li a {
  font-size: 1.5rem;
  color: #202020;
}

#top-container #about {
  background: url(../images/about-bg.webp) no-repeat center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
#top-container #about::before {
  content: "";
  background: url(../images/about-logo.svg) no-repeat;
  background-size: contain;
  width: 514px;
  height: 514px;
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#top-container #about .about-contents {
  display: flex;
  justify-content: space-between;
}
#top-container #about .about-contents .about-txt {
  width: 57%;
}
#top-container #about .about-contents .about-txt h2 {
  font-size: 3.6rem;
  letter-spacing: 0.8rem;
  font-weight: 600;
  color: #0662B5;
  line-height: 1.4;
}
#top-container #about .about-contents .about-txt p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 16px 0 24px 0;
}
#top-container #about .about-contents .about-txt .btn {
  margin: 0 auto 0 0;
}
#top-container #about .about-contents figure {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#top-container #about .about-contents figure img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
#top-container #about .about-contents figure::before {
  content: "";
  background: url(../images/about-img02.webp) no-repeat;
  background-size: contain;
  position: absolute;
  width: 16vw;
  height: 16vw;
  bottom: -100px;
  left: -9vw;
  border-radius: 8px;
}
#top-container #product .tech-list {
  max-width: 1400px;
  width: 90%;
  margin: 16px auto 0 auto;
  display: flex;
  justify-content: center;
}
#top-container #product .tech-list .tech-item {
  width: 32%;
  margin: 0 1%;
}
#top-container #product .tech-list .tech-item a {
  display: block;
  background: #F9F9F9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 12px;
  height: -webkit-fill-available;
  transition: all ease 0.5s;
}
#top-container #product .tech-list .tech-item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 280px;
  height: 18vw;
}
#top-container #product .tech-list .tech-item a h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
}
#top-container #product .product-list {
  max-width: 1400px;
  width: 90%;
  margin: 80px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}
#top-container #product .product-list .product-item {
  position: relative;
}
#top-container #product .product-list .product-item a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #F9F9F9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
#top-container #product .product-list .product-item a figure {
  max-width: 116px;
  max-height: 116px;
  width: 8vw;
  height: 8vw;
}
#top-container #product .product-list .product-item a figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
#top-container #product .product-list .product-item a h3 {
  max-width: calc(100% - 116px);
  width: 90%;
  padding: 0 10% 0 4%;
  font-size: 1.7rem;
  font-weight: 600;
}
#top-container #product .product-list .new::before {
  content: "NEW";
  background: #DC1830;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  font-family: "Roboto";
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#top-container #product .btn {
  margin: 40px auto 80px auto;
}
#top-container #product .patent-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
#top-container #product .patent-list .patent-item {
  border: 1px solid #DBDBDB;
}
#top-container #product .patent-list .patent-item a {
  display: flex;
  align-items: center;
  height: -webkit-fill-available;
}
#top-container #product .patent-list .patent-item .title {
  width: 68px;
  min-height: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
#top-container #product .patent-list .patent-item .title span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
#top-container #product .patent-list .patent-item:nth-child(1), #top-container #product .patent-list .patent-item:nth-child(2), #top-container #product .patent-list .patent-item:nth-child(3) {
  position: relative;
}
#top-container #product .patent-list .patent-item:nth-child(1) .title, #top-container #product .patent-list .patent-item:nth-child(2) .title, #top-container #product .patent-list .patent-item:nth-child(3) .title {
  background: #DC1830;
}
#top-container #product .patent-list .patent-item:nth-child(1)::before, #top-container #product .patent-list .patent-item:nth-child(2)::before, #top-container #product .patent-list .patent-item:nth-child(3)::before {
  content: "";
  background: url(../images/tab.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
#top-container #product .patent-list .patent-item .patent-txt {
  padding: 0 8px;
  width: calc(100% - 68px);
}
#top-container #product .patent-list .patent-item .patent-txt h3 {
  font-size: 1.8rem;
  letter-spacing: 0.001rem;
  font-weight: 600;
  line-height: 1.2;
}
#top-container #product .patent-list .patent-item .patent-txt h4 {
  font-size: 1.3rem;
  letter-spacing: 0.001rem;
  font-weight: 500;
  line-height: 1.2;
}
#top-container #product .patent-list .patent-item .patent-txt p {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  color: #8E8E8E;
  margin-top: 4px;
}
#top-container #product .patent-list .patent-nolink {
  display: flex;
  align-items: center;
}
#top-container #case {
  position: relative;
  padding: 80px 0 40px 0;
}
#top-container #case::before {
  content: "";
  background: #E8F1F8;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
}
#top-container #case .case-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#top-container #case .case-wrap .case-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
#top-container #case .case-wrap .case-list .case-item {
  position: relative;
}
#top-container #case .case-wrap .case-list .case-item .new_mark {
  position: absolute;
  background: #DC1830;
  width: 36px;
  height: 36px;
  font-size: 1.3rem;
  color: #fff;
  font-family: "Roboto";
  display: grid;
  place-items: center;
  top: 0;
  bottom: 0;
}
#top-container #case .case-wrap .case-list .case-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 360px;
  height: 18vw;
}
#top-container #case .case-wrap .case-list .case-item .cat {
  margin: 8px 0 6px 0;
  font-size: 1.4rem;
  background: #A3AFB8;
  color: #fff;
  padding: 4px 8px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
#top-container #case .case-wrap .case-list .case-item h3 {
  font-size: 1.7rem;
  font-weight: 500;
}
#top-container #case .case-wrap .btn {
  margin: 32px 0 0 auto;
}
#top-container #recruit {
  width: 90%;
  margin: 100px auto 0 auto;
  position: relative;
  padding-bottom: 5%;
}
#top-container #recruit .recruit-txt {
  width: 58%;
  background: #0662B5;
  padding: 4% 4% 5% 4%;
  box-shadow: 10px 19px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 0;
}
#top-container #recruit .recruit-txt .page-title-left h2, #top-container #recruit .recruit-txt .page-title-left span {
  color: #fff;
}
#top-container #recruit .recruit-txt h3 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 500;
  margin: 24px 0 6px 0;
}
#top-container #recruit .recruit-txt p {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
#top-container #recruit .recruit-txt .btn {
  color: #fff;
  border: 1px solid #fff;
  margin: 32px auto 0 0;
}
#top-container #recruit .recruit-txt .btn::before, #top-container #recruit .recruit-txt .btn::after {
  background: #fff;
}
#top-container #recruit figure {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  height: 88%;
  z-index: 0;
}
#top-container #recruit figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#top-container #news {
  margin-top: 100px;
}
#top-container #news .news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top-container #news .news-header .btn {
  margin: 0 0 0 auto;
}
#top-container #news .news-list {
  margin-top: 24px;
}
#top-container #news .news-list li {
  border-top: 1px solid #D4D4D4;
}
#top-container #news .news-list li:last-child {
  border-bottom: 1px solid #D4D4D4;
}
#top-container #news .news-list li a {
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
}
#top-container #news .news-list li a time {
  width: 150px;
  font-size: 1.8rem;
  font-family: "Roboto";
}
#top-container #news .news-list li a h3 {
  width: calc(100% - 150px);
  font-size: 1.8rem;
}

#company-container #about {
  position: relative;
}
#company-container #about::before {
  content: "";
  background: url(../images/about-logo.svg) no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#company-container #about h3 {
  font-size: 4rem;
  font-feature-settings: "palt";
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
#company-container #about h3 span {
  color: #DC1830;
  font-weight: 600;
}
#company-container #about p {
  max-width: 1000px;
  width: 90%;
  margin: 16px auto 0 auto;
  font-size: 2rem;
  line-height: 1.8;
}
#company-container #philosophy {
  margin-top: 100px;
}
#company-container #philosophy .parallax {
  background-image: url(../images/company/philosophy-bg.webp);
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  width: 100%;
}
#company-container #philosophy .contents {
  width: 90%;
  padding: 80px 0;
  margin: 0 auto;
}
#company-container #philosophy .contents .page-title-center h2, #company-container #philosophy .contents .page-title-center span {
  color: #fff;
}
#company-container #philosophy .contents .about {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#company-container #philosophy .contents .about h3 {
  width: 50%;
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: 0.3rem;
}
#company-container #philosophy .contents .about figure {
  width: 46%;
  display: flex;
}
#company-container #philosophy .contents .about figure img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company-container #philosophy .contents .philosophy-contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
#company-container #philosophy .contents .philosophy-contents .philosophy-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
#company-container #philosophy .contents .philosophy-contents .philosophy-box h4 {
  font-size: 2.4rem;
  color: #0662B5;
  text-align: center;
  font-weight: 600;
}
#company-container #philosophy .contents .philosophy-contents .philosophy-box .philosophy-list {
  margin-top: 12px;
  display: grid;
  gap: 4px;
}
#company-container #philosophy .contents .philosophy-contents .philosophy-box .philosophy-list li {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
}
#company-container #philosophy .contents .philosophy-contents .philosophy-box .philosophy-list li::before {
  content: "●";
  font-size: 1.8rem;
  color: #0662B5;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -3px;
  left: 0;
}
#company-container #message .message-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 20px;
}
#company-container #message .name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 16px;
  text-align: right;
}
#company-container #message .name span {
  font-size: 1.7rem;
  padding-right: 6px;
}
#company-container #company {
  position: relative;
  padding-top: 160px;
  margin-top: 100px;
}
#company-container #company::before {
  content: "";
  background: url(../images/company/company-bg.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
#company-container #company .company-contents {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 40px 32px;
  position: relative;
  z-index: 0;
}
#company-container #company .company-contents .info-list {
  margin-top: 24px;
}
#company-container #company .company-contents .info-list .info-item {
  display: flex;
  padding: 16px;
  border-top: 1px solid #D4D4D4;
}
#company-container #company .company-contents .info-list .info-item dt, #company-container #company .company-contents .info-list .info-item dd {
  font-size: 1.7rem;
}
#company-container #company .company-contents .info-list .info-item dt {
  font-weight: 500;
  width: 160px;
}
#company-container #company .company-contents .info-list .info-item dd {
  font-weight: 400;
  width: calc(100% - 160px);
}
#company-container #company .company-contents .info-list .info-item dd a {
  text-decoration: underline;
  pointer-events: none;
  color: #202020;
}
#company-container #company .company-contents .info-list .info-item dd .br {
  display: none;
}
#company-container #company .company-contents .info-list .info-item dd .link {
  pointer-events: all;
}
#company-container #company .company-contents .info-list .info-item dd iframe {
  margin-top: 16px;
  width: 100%;
  height: 250px;
}
#company-container #history {
  position: relative;
  padding-top: 160px;
  margin-top: 100px;
}
#company-container #history::before {
  content: "";
  background: url(../images/company/history-bg.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  right: 0;
}
#company-container #history .history-contents {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 40px 32px;
  position: relative;
  z-index: 0;
}
#company-container #history .history-contents .info-list {
  margin-top: 24px;
}
#company-container #history .history-contents .info-list .info-item {
  display: flex;
  padding: 16px;
  border-top: 1px solid #D4D4D4;
}
#company-container #history .history-contents .info-list .info-item dt {
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: 500;
  width: 120px;
}
#company-container #history .history-contents .info-list .info-item dd {
  font-size: 1.7rem;
  font-weight: 400;
  width: calc(100% - 120px);
}

#product-container #tech .tech-list {
  display: grid;
  gap: 24px;
  margin-top: 20px;
}
#product-container #tech .tech-list .tech-item {
  background: #F9F9F9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  padding: 32px;
}
#product-container #tech .tech-list .tech-item h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0662B5;
  padding-bottom: 6px;
  border-bottom: 1px solid #0662B5;
  margin-bottom: 16px;
}
#product-container #tech .tech-list .tech-item h4 {
  font-size: 2rem;
  font-weight: 600;
}
#product-container #tech .tech-list .tech-item p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#product-container #tech .tech-list .tech-item .tech-img {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
}
#product-container #tech .tech-list .tech-item .tech-img figure img {
  max-height: 400px;
  height: 30vw;
}
#product-container #tech .tech-list .tech-item .tech-img figure figcaption {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 6px;
}
#product-container #product {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
#product-container #product .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}
#product-container #product .product-list .product-item {
  position: relative;
}
#product-container #product .product-list .product-item a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #F9F9F9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
#product-container #product .product-list .product-item a figure {
  max-width: 116px;
  max-height: 116px;
  width: 8vw;
  height: 8vw;
}
#product-container #product .product-list .product-item a figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
#product-container #product .product-list .product-item a h3 {
  max-width: calc(100% - 116px);
  width: 90%;
  padding: 0 10% 0 4%;
  font-size: 1.7rem;
  font-weight: 600;
}
#product-container #product .product-list .new::before {
  content: "NEW";
  background: #DC1830;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  font-family: "Roboto";
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#product-container #product .product-box p {
  font-size: 1.6rem;
}
#product-container #product .product-box .map {
  margin-top: 16px;
}
#product-container #product .product-box .map img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#product-container #product .product-box .map .tyuui {
  text-align: right;
  margin-top: 12px;
}
#product-container #product .product-box .tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 24px;
}
#product-container #product .product-box .tab label {
  order: -1;
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.5em;
  border-radius: 50px;
  background-color: #EBF3F9;
  font-size: 1.7rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  color: #202020;
  text-align: center;
  cursor: pointer;
  font-family: "Noto Sans JP";
}
#product-container #product .product-box .tab label:has(:checked) {
  background-color: #0662B5;
  color: #fff;
}
#product-container #product .product-box .tab label:has(:checked) + div {
  display: block;
}
#product-container #product .product-box .tab label input {
  display: none;
}
#product-container #product .product-box .tab .tab-contents {
  display: none;
  width: 100%;
  margin-top: 24px;
  background: #F9F9F9;
  padding: 32px;
}
#product-container #product .product-box .tab .tab-contents h4 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0662B5;
  text-align: center;
}
#product-container #product .product-box .tab .tab-contents .device-list {
  display: grid;
  gap: 40px;
  margin-top: 24px;
}
#product-container #product .product-box .tab .tab-contents .device-list .device-box h5 {
  font-size: 2.1rem;
  font-weight: 600;
}
#product-container #product .product-box .tab .tab-contents .device-list .device-box p {
  font-size: 1.6rem;
  margin: 8px 0;
}
#product-container #product .product-box .tab .tab-contents .device-list .device-box p a {
  color: #DC1830;
  text-decoration: underline;
}
#product-container #product .product-box .tab .tab-contents .device-list .device-box img {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#product-container #product .product-box + .product-box {
  margin-top: 40px;
}
#product-container .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  padding: 18px 40px;
  margin: 40px auto;
  position: relative;
}
#product-container .pagenation ul li {
  margin-right: 2%;
  border: none;
}
#product-container .pagenation ul li a {
  font-size: 1.7rem;
  font-family: "Roboto";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 30px;
  font-size: 1.7rem;
  width: 30px;
  transition: all ease 0.3s;
  background: #0662B5;
  border-radius: 50px;
  padding: 0;
}
#product-container .pagenation ul .page-active {
  font-size: 1.7rem;
  font-family: "Roboto";
}
#product-container .pagenation ul .next a, #product-container .pagenation ul .prev a {
  color: #433F37;
  font-size: 1.7rem;
  background: none;
  width: auto;
  font-family: "Roboto";
}
#product-container .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#product-container .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#productlist-container h3 {
  font-size: 2.8rem;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid #0662B5;
  margin-bottom: 16px;
}
#productlist-container .products-list {
  display: grid;
  gap: 60px;
}
#productlist-container .product-detail h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  background: #0662B5;
  padding: 2px 8px;
  margin-bottom: 8px;
}
#productlist-container .product-detail p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#productlist-container .product-detail .product-img {
  display: grid;
  margin: 16px 0 0 0;
  gap: 16px;
}
#productlist-container .product-detail .product-img li a {
  display: block;
}
#productlist-container .product-detail .product-img li a figcaption {
  font-size: 1.7rem;
  background: #EBF3F9;
  padding: 6px 8px;
}
#productlist-container .product-detail .product-img li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
#productlist-container .product-detail .column02 {
  display: flex;
  justify-content: space-between;
}
#productlist-container .product-detail .column02 p {
  width: 80%;
}
#productlist-container .product-detail .column02 a {
  width: 15%;
  display: block;
}
#productlist-container .product-detail .column02 a img {
  border: 1px solid #DEDEDE;
}
#productlist-container .product-detail .clmun03 {
  grid-template-columns: 1fr 1fr 1fr;
}
#productlist-container .product-detail .clmun03 img {
  max-height: 280px;
  height: 20vw;
}
#productlist-container .product-detail .clmun03 figcaption {
  text-align: center;
  margin-bottom: 8px;
}
#productlist-container .product-detail .clmun04 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}
#productlist-container .product-detail .clmun04 img {
  max-height: 280px;
  height: 20vw;
}
#productlist-container .product-detail .clmun04 figcaption {
  text-align: left;
  margin-bottom: 8px;
}
#productlist-container .product-detail table {
  width: 100%;
}
#productlist-container .product-detail table caption {
  font-size: 1.6rem;
  margin: 16px 0 6px 0;
  text-align: left;
}
#productlist-container .product-detail table tr th, #productlist-container .product-detail table tr td {
  border: 1px solid #CCCCCC;
  padding: 12px 0;
  text-align: center;
  font-size: 1.6rem;
  vertical-align: middle;
}
#productlist-container .product-detail table tr th {
  background: #F5F5F5;
  font-weight: 600;
  line-height: 1.4;
}
#productlist-container .product-detail .sp {
  display: none;
}
#productlist-container .product-detail .feature-list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
#productlist-container .product-detail .feature-list li {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
  margin: 6px 36px 0 0;
}
#productlist-container .product-detail .feature-list li::before {
  content: "";
  background: #CBCBCB;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 6px;
  left: 0;
}
#productlist-container .product-detail + .product-detail {
  margin-top: 40px;
}

#case-container .case .case-cat .sub-title {
  margin: 24px 0 0 0;
}
#case-container .case .case-cat .case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
  background: #F9F9F9;
  padding: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#case-container .case .case-cat .case-list .case-item h4 {
  font-size: 2rem;
  line-height: 1.3;
  color: #0662B5;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 1px solid #0662B5;
}
#case-container .case .case-cat .case-list .case-item a {
  display: block;
  margin: 16px 0 8px 0;
}
#case-container .case .case-cat .case-list .case-item a img {
  max-height: 260px;
  height: 24vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#case-container .case .case-cat .case-list .case-item p {
  font-size: 1.6rem;
}

#recruit-container .btn-list {
  display: flex;
  justify-content: center;
}
#recruit-container .btn-list .btn-item {
  width: 28%;
  margin-right: 6%;
}
#recruit-container .btn-list .btn-item:last-child {
  margin-right: 0;
}
#recruit-container .btn-list .btn-item a {
  border-top: 1px solid #0662B5;
  border-bottom: 1px solid #0662B5;
  padding: 12px 8px;
  position: relative;
  font-size: 1.8rem;
  color: #202020;
  font-weight: 600;
  width: 100%;
  display: block;
}
#recruit-container .btn-list .btn-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}
#recruit-container #movie h2 {
  margin: 0 auto;
  max-width: 780px;
  width: 70%;
}
#recruit-container #movie .movie-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
#recruit-container #movie .movie-wrap .contents-item figure {
  height: 100%;
}
#recruit-container #movie .movie-wrap .contents-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-container #movie .movie-wrap .movie-item {
  border-left: 4px solid #FF0000;
  border-right: 4px solid #FF0000;
  border-bottom: 4px solid #FF0000;
}
#recruit-container #movie .movie-wrap .movie-item h3 {
  padding: 9px;
  background: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit-container #movie .movie-wrap .movie-item h3 img {
  max-width: 126px;
  width: auto;
}
#recruit-container #movie .movie-wrap .movie-item h3 span {
  font-size: 1.4rem;
  color: #FF0000;
  background: #fff;
  border-radius: 50px;
  padding: 2px 8px 2px 16px;
  margin-left: 12px;
}
#recruit-container #movie .movie-wrap .movie-item .js-modal-btn {
  cursor: pointer;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#recruit-container #movie .movie-wrap .blog-item {
  border-left: 4px solid #0662B5;
  border-right: 4px solid #0662B5;
  border-bottom: 4px solid #0662B5;
}
#recruit-container #movie .movie-wrap .blog-item h3 {
  background: #0662B5;
  padding: 8px 0;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit-container #movie .movie-wrap .blog-item h3::before {
  content: "";
  background: url(../images/recruit/check.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 8px;
}
#recruit-container #movie .movie-wrap .blog-item a {
  display: block;
}
#recruit-container #movie .movie-wrap .blog-item a img {
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-container #department h3, #recruit-container #recruitment h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #0662B5;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 1px solid #0662B5;
  margin-bottom: 16px;
}
#recruit-container #department p, #recruit-container #recruitment p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#recruit-container #department .flow-list, #recruit-container #recruitment .flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px 16px;
  margin: 16px 0 32px 0;
}
#recruit-container #department .flow-list .flow-item, #recruit-container #recruitment .flow-list .flow-item {
  font-size: 1.6rem;
  background: #E8F1F8;
  position: relative;
  display: flex;
  align-items: center;
}
#recruit-container #department .flow-list .flow-item::before, #recruit-container #recruitment .flow-list .flow-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 16px;
  border-color: transparent transparent transparent #E8F1F8;
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
}
#recruit-container #department .flow-list .flow-item span, #recruit-container #recruitment .flow-list .flow-item span {
  font-size: 1.8rem;
  font-family: "Roboto";
  color: #fff;
  width: 42px;
  height: 42px;
  background: #7AA4C9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
#recruit-container #department table, #recruit-container #recruitment table {
  width: 100%;
  margin-bottom: 24px;
}
#recruit-container #department table caption, #recruit-container #recruitment table caption {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 600;
  color: #0662B5;
  margin: 0 0 4px 0;
}
#recruit-container #department table tr th, #recruit-container #department table tr td, #recruit-container #recruitment table tr th, #recruit-container #recruitment table tr td {
  font-size: 1.6rem;
  padding: 12px;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
}
#recruit-container #department table tr th, #recruit-container #recruitment table tr th {
  font-weight: 600;
  background: #F5F5F5;
  width: 130px;
}
#recruit-container #department table tr td, #recruit-container #recruitment table tr td {
  width: calc(100% - 130px);
}
#recruit-container #recruitment {
  margin-top: 60px;
}
#recruit-container #recruitment .btn {
  margin: 32px auto 0 auto;
}

#inquiry-container p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#inquiry-container p .tel-txt {
  color: #202020;
  pointer-events: none;
}
#inquiry-container form {
  margin-top: 24px;
  background: #F9F9F9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
#inquiry-container form dl div {
  padding: 8px 0;
}
#inquiry-container form dl div dt {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#inquiry-container form dl div dt span.hissu {
  color: #fff;
  background: #0662B5;
  line-height: 1;
  font-size: 1.4rem;
  padding: 4px 6px;
  margin-right: 6px;
}
#inquiry-container form dl div dt br, #inquiry-container form dl div dt .fix {
  display: none;
}
#inquiry-container form dl div dd input, #inquiry-container form dl div dd textarea {
  font-size: 1.6rem;
  padding: 16px 16px;
  background: #fff;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
}
#inquiry-container form dl div .checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#inquiry-container form dl div .checkbox .wpcf7-form-control-wrap {
  margin-bottom: 12px;
  width: 100%;
}
#inquiry-container form dl div .checkbox .wpcf7-text {
  width: 100%;
}
#inquiry-container form dl div .checkbox label {
  font-size: 1.6rem;
  margin: 0 24px 8px 0;
  cursor: pointer;
}
#inquiry-container form dl div .checkbox label input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}
#inquiry-container form dl .title-top {
  align-items: flex-start;
}
#inquiry-container form .check-txt {
  text-align: center;
  margin-top: 36px;
}
#inquiry-container form .check-txt a {
  text-decoration: underline;
  color: #202020;
}
#inquiry-container form .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
#inquiry-container form .check label, #inquiry-container form .check input {
  font-weight: 500;
  cursor: pointer;
  margin: 0 0 2px 0;
}
#inquiry-container form .check input {
  width: 16px;
  height: 16px;
}
#inquiry-container form .tyuui {
  color: #A7A7A7;
  font-size: 1.5rem;
}
#inquiry-container form .btn-group {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
}
#inquiry-container form .btn-group input[type=submit] {
  border: none;
  font-size: 1.8rem;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 12px 77px;
  background: #DC1830;
  color: #ffffff;
}

.wpcf7-not-valid-tip {
  font-size: 1.3rem !important;
}

.wpcf7-response-output {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: red;
}

.wpcf7-spinner {
  position: absolute !important;
}

#quotation-container p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#quotation-container p .tel-txt {
  color: #202020;
  pointer-events: none;
  text-decoration: none;
}
#quotation-container p a {
  color: #0662B5;
  text-decoration: underline;
}
#quotation-container .tyuui-box {
  margin-top: 16px;
  padding: 16px;
  background: #EBF3F9;
  border: 1px solid #0662B5;
}
#quotation-container .tyuui-box h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
#quotation-container .tyuui-box p + h3 {
  margin-top: 12px;
}
#quotation-container .tyuui-box span {
  color: red;
}
#quotation-container form {
  margin-top: 24px;
  background: #F9F9F9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 28px;
}
#quotation-container form h4 {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 40px 0 12px 0;
  color: #656172;
}
#quotation-container form dl div {
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
}
#quotation-container form dl div dt, #quotation-container form dl div dd {
  color: #656172;
}
#quotation-container form dl div dt {
  width: 100px;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
#quotation-container form dl div dt span.hissu {
  color: #fff;
  background: #0662B5;
  line-height: 1;
  font-size: 1.3rem;
  padding: 2px 4px;
  margin-right: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
#quotation-container form dl div dt br {
  display: none;
}
#quotation-container form dl div dt .fix {
  display: block;
}
#quotation-container form dl div dd {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
}
#quotation-container form dl div dd input, #quotation-container form dl div dd textarea {
  font-size: 1.6rem;
  padding: 16px 16px;
  background: #fff;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}
#quotation-container form dl div dd label {
  width: 140px;
  font-size: 1.6rem;
  color: #656172;
}
#quotation-container form dl div .checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#quotation-container form dl div .checkbox .wpcf7-form-control-wrap {
  margin-bottom: 6px;
  width: 100%;
}
#quotation-container form dl div .checkbox .wpcf7-text {
  width: 100%;
}
#quotation-container form dl div .checkbox label {
  width: auto;
  font-size: 1.6rem;
  margin: 0 24px 8px 0;
  cursor: pointer;
}
#quotation-container form dl div .checkbox label input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}
#quotation-container form dl .file-wrap dd label {
  color: #656172;
}
#quotation-container form dl .file-wrap dd input {
  background: none;
  border: none;
  padding: 0;
  width: auto;
  font-weight: 400;
  color: #858585;
}
#quotation-container form dl .title-top {
  align-items: flex-start;
}
#quotation-container form dl .form-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 16px 0 0 0;
  border-bottom: none;
}
#quotation-container form dl .form-detail table p {
  color: #656172;
}
#quotation-container form dl .form-detail table tr {
  border-bottom: 1px solid #D8D8D8;
}
#quotation-container form dl .form-detail table tr th {
  padding: 12px 8px;
  font-feature-settings: "palt";
}
#quotation-container form dl .form-detail table tr td {
  padding: 12px;
}
#quotation-container form dl .form-detail table tr th, #quotation-container form dl .form-detail table tr td {
  font-size: 1.5rem;
  color: #656172;
}
#quotation-container form dl .form-detail table tr td {
  display: flex;
  align-items: center;
}
#quotation-container form dl .form-detail table tr td input, #quotation-container form dl .form-detail table tr td textarea, #quotation-container form dl .form-detail table tr td select {
  font-size: 1.6rem;
  padding: 12px;
  background: #fff;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 3px;
  box-sizing: border-box;
  color: #656172;
}
#quotation-container form dl .form-detail table tr td input[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}
#quotation-container form dl .form-detail table tr td .txt-wrap {
  padding: 0;
  width: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}
#quotation-container form dl .form-detail table tr td .text-left {
  margin-right: 6px;
  color: #656172;
}
#quotation-container form dl .form-detail table tr td .text-right {
  margin-left: 6px;
  color: #656172;
}
#quotation-container form dl .form-detail table tr td .full {
  width: 100%;
}
#quotation-container form dl .form-detail table tr td .small {
  width: 100px;
}
#quotation-container form dl .form-detail table tr td .ma-right {
  margin-right: 16px;
}
#quotation-container form dl .form-detail table tr td .disable {
  background: #CCCCCC;
}
#quotation-container form dl .form-detail table tr td .form-block {
  width: 100%;
  align-items: center;
  padding: 0;
  border-bottom: none;
}
#quotation-container form dl .form-detail table tr td .flex-box {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
#quotation-container form dl .form-detail table tr td .flex-box li {
  display: flex;
  align-items: center;
  margin: 6px 0;
}
#quotation-container form dl .form-detail table tr td .flex-box li .txt-wrap {
  width: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}
#quotation-container form dl .form-detail table tr td .flex-box li .title-small {
  width: 82px;
}
#quotation-container form dl .form-detail table tr .radio label {
  display: flex;
  align-items: center;
  margin-right: 14px;
  cursor: pointer;
  color: #656172;
  font-feature-settings: "palt";
}
#quotation-container form dl .form-detail table tr .radio label input {
  margin: 1px 3px 0 0;
}
#quotation-container form dl .form-detail table:nth-child(1) .table-title {
  background: #FFDEEF;
}
#quotation-container form dl .form-detail table:nth-child(1) .table-side {
  background: #FFF0F8;
  padding: 0;
  vertical-align: middle;
}
#quotation-container form dl .form-detail table:nth-child(2) .table-title {
  background: #D5E8F6;
}
#quotation-container form dl .form-detail table:nth-child(2) .table-side {
  background: #EBF3F9;
  padding: 0;
  vertical-align: middle;
}
#quotation-container form .check-txt {
  text-align: center;
  margin-top: 36px;
}
#quotation-container form .check-txt a {
  text-decoration: underline;
  color: #202020;
  transition: all ease 0.5s;
}
#quotation-container form .check-txt a:hover {
  opacity: 0.7;
}
#quotation-container form .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
#quotation-container form .check label, #quotation-container form .check input {
  font-weight: 500;
  cursor: pointer;
}
#quotation-container form .check input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
#quotation-container form .tyuui {
  color: #A7A7A7;
  font-size: 1.5rem;
}
#quotation-container form .btn-group {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
}
#quotation-container form .btn-group input[type=submit] {
  border: none;
  font-size: 1.8rem;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 12px 77px;
  background: #DC1830;
  color: #ffffff;
}
#quotation-container span[data-name=mukaisaki], #quotation-container span[data-name=setsubi], #quotation-container span[data-name=youto], #quotation-container span[data-name=bikou-textarea], #quotation-container span[data-name=company], #quotation-container span[data-name=busho], #quotation-container span[data-name=onamae], #quotation-container span[data-name=address], #quotation-container span[data-name=tel-number], #quotation-container span[data-name=fax-number], #quotation-container span[data-name=email-address] {
  width: 100%;
}
#quotation-container .js-radio4 .wpcf7-list-item:nth-child(2), #quotation-container .js-radio6 .wpcf7-list-item:nth-child(2) {
  display: none;
}

#privacy-container #privacy p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#privacy-container ol {
  display: grid;
  gap: 16px;
  background: #F9F9F9;
  padding: 40px 40px 40px 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 16px;
}
#privacy-container ol li {
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: auto;
}

#news-container .news-contents .news-list li {
  border-top: 1px solid #D4D4D4;
}
#news-container .news-contents .news-list li:last-child {
  border-bottom: 1px solid #D4D4D4;
}
#news-container .news-contents .news-list li a {
  display: flex;
  justify-content: space-between;
  padding: 18px 12px;
}
#news-container .news-contents .news-list li a time {
  width: 130px;
  font-size: 1.6rem;
  font-family: "Roboto";
}
#news-container .news-contents .news-list li a h3 {
  width: calc(100% - 130px);
  font-size: 1.6rem;
}
#news-container .news-detail {
  padding: 24px 0 40px 0;
  border-bottom: 1px solid #D4D4D4;
}
#news-container .news-detail .sub-title {
  color: #fff;
}
#news-container .news-detail time {
  font-size: 1.7rem;
  font-family: "Roboto";
  color: #0662B5;
}
#news-container .news-detail .sub-title {
  margin: 0 0 24px 0;
}
#news-container .news-detail h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #0662B5;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 3px solid #0662B5;
  margin-bottom: 12px;
}
#news-container .news-detail h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #0662B5;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 1px solid #0662B5;
  margin-bottom: 12px;
}
#news-container .news-detail h4 {
  font-size: 2.1rem;
  color: #0662B5;
  font-weight: 600;
}
#news-container .news-detail h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
#news-container .news-detail h6 {
  font-size: 1.7rem;
  font-weight: 500;
}
#news-container .news-detail p, #news-container .news-detail a {
  font-size: 1.6rem;
  line-height: 1.8;
}
#news-container .news-detail a {
  color: #0662B5;
  text-decoration: underline;
}
#news-container .news-detail figure {
  margin: 12px 0;
}
#news-container .news-detail figure img {
  max-width: 100%;
  width: auto;
}
#news-container .btn {
  margin: 32px auto 0 auto;
}
#news-container .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  padding: 18px 40px;
  margin: 40px auto;
  position: relative;
}
#news-container .pagenation ul li {
  margin-right: 2%;
  border: none;
}
#news-container .pagenation ul li a {
  font-size: 1.7rem;
  font-family: "Roboto";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 30px;
  font-size: 1.7rem;
  width: 30px;
  transition: all ease 0.3s;
  background: #0662B5;
  border-radius: 50px;
  padding: 0;
}
#news-container .pagenation ul .page-active {
  font-size: 1.7rem;
  font-family: "Roboto";
}
#news-container .pagenation ul .next a, #news-container .pagenation ul .prev a {
  color: #433F37;
  font-size: 1.7rem;
  background: none;
  width: auto;
  font-family: "Roboto";
}
#news-container .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#news-container .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#contents-404 h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 24px;
}
#contents-404 p {
  font-size: 1.6rem;
}

#global-footer {
  position: relative;
  margin-top: 160px;
}
#global-footer .pagetop {
  position: absolute;
  bottom: 145px;
  right: 2vw;
  width: 45px;
  height: 45px;
}
#global-footer .pagetop img {
  width: 100%;
}
#global-footer .cta-area {
  display: flex;
}
#global-footer .cta-area .cta-item {
  overflow: hidden;
  position: relative;
  width: 50%;
}
#global-footer .cta-area .cta-item:nth-child(1) a {
  background: url(../images/cta-bg01.webp) no-repeat;
  background-size: cover;
}
#global-footer .cta-area .cta-item:nth-child(2) a {
  background: url(../images/cta-bg02.webp) no-repeat;
  background-size: cover;
}
#global-footer .cta-area .cta-item a {
  display: block;
  max-height: 290px;
  height: 20vw;
}
#global-footer .cta-area .cta-item h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  pointer-events: none;
}
#global-footer .cta-area .cta-item h3 span {
  font-size: 2rem;
  font-family: "Roboto";
  color: #fff;
  line-height: 1.4;
}
#global-footer .footer-inner {
  padding: 60px 0 0 0;
  background: #F9F9F9;
}
#global-footer .footer-inner .logo {
  display: block;
  width: 250px;
  margin: 0 auto;
}
#global-footer .footer-inner .info-area {
  display: flex;
  justify-content: center;
  margin: 36px 0;
}
#global-footer .footer-inner .info-area .info-item:first-child {
  margin-right: 6%;
}
#global-footer .footer-inner .info-area .info-item .info-title, #global-footer .footer-inner .info-area .info-item .info-txt {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
#global-footer .footer-inner .info-area .info-item .info-title a, #global-footer .footer-inner .info-area .info-item .info-txt a {
  color: #202020;
  pointer-events: none;
}
#global-footer .footer-inner .info-area .info-item .info-title {
  font-weight: 600;
}
#global-footer .footer-inner .footer-menu {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 32px 0;
  display: flex;
  justify-content: space-around;
}
#global-footer .footer-inner .footer-menu .footer-list li {
  margin: 18px 0;
}
#global-footer .footer-inner .footer-menu .footer-list li a {
  font-size: 1.6rem;
  color: #202020;
}
#global-footer .footer-inner .footer-menu .footer-list .submenu li {
  margin: 10px 0;
}
#global-footer .footer-inner .footer-menu .footer-list .submenu li a {
  font-size: 1.4rem;
  color: #929292;
}
#global-footer p.copy_small {
  font-size: 1.2rem;
  text-align: center;
  color: #707070;
  padding: 100px 0 12px 0;
}/*# sourceMappingURL=tb_style.css.map */