@charset "UTF-8";
/* color */
/* font */
/* animation */
/* parts */
.primary-btn {
  min-width: 250px;
  min-height: 70px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #1f4d8a;
  border-radius: 35px;
  padding: 1rem 2.5rem 1rem 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1f4d8a;
  line-height: 1.5;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
.primary-btn svg {
  width: 38px;
}
.primary-btn svg path {
  transition: all 0.3s ease-out;
}
.primary-btn:active {
  color: #ffffff;
  background: #1f4d8a;
}
.primary-btn:active svg path {
  stroke: #ffffff;
}
.primary-btn:hover {
  color: #ffffff;
  background: #1f4d8a;
}
.primary-btn:hover svg path {
  stroke: #ffffff;
}

.section-head {
  text-align: center;
  margin-bottom: 4rem;
  color: #1f4d8a;
  line-height: 1.5;
}
.section-head .jp {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 3px;
}
.section-head .en {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .section-head {
    margin-bottom: 5rem;
  }
  .section-head .jp {
    font-size: 3.6rem;
    letter-spacing: 3.6px;
  }
}

.small-btn {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #1f4d8a;
  text-decoration: none !important;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  margin: 2rem 0;
  display: inline-block;
  min-width: 150px;
}
.small-btn svg {
  width: 20px;
  margin-left: 0.5rem;
}

/* common */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  padding: 0;
  margin: 0;
}
p a {
  color: #1f4d8a;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
p a:hover {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000000;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

input,
select,
button,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
}

.pc {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.link-txt {
  color: #204d8a;
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.link-txt:active {
  opacity: 0.8;
}

.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
}
.header .wrap .block {
  height: 100%;
}
.header .wrap .block:nth-child(1) {
  width: 170px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.header .wrap .block:nth-child(1) .logo {
  display: block;
  transition: all 0.3s ease-out;
}
.header .wrap .block:nth-child(1) .logo:active {
  opacity: 0.7;
}
.header .wrap .block:nth-child(1) .logo:hover {
  opacity: 0.7;
}
.header .wrap .block:nth-child(1) .logo .site-ttl {
  display: flex;
  align-items: center;
}
.header .wrap .block:nth-child(2) {
  width: 140px;
}
.header .wrap .block:nth-child(2) .header-sp {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header .wrap .block:nth-child(2) .header-sp .box {
  width: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .wrap .block:nth-child(2) .header-sp .box:not(:last-child) {
  margin-right: 10px;
}
.header .wrap .block:nth-child(2) .header-sp .box a {
  display: block;
  width: 35px;
  transition: all 0.3s ease-out;
}
.header .wrap .block:nth-child(2) .header-sp .box a:active {
  opacity: 0.7;
}
.header .wrap .block:nth-child(2) .header-sp .box.hamburger {
  background: #1f4d8a;
  color: #ffffff;
  width: 50px;
}
.header .wrap .block:nth-child(2) .header-sp .box.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 5px;
}
.header .wrap .block:nth-child(2) .header-sp .box.hamburger p {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
}
.header .wrap .block:nth-child(2) .header-pc {
  display: none;
}
.header .nav-sp ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header .nav-sp ul li {
  width: 33.3333333333%;
  border-bottom: 1px solid #d1d1d1;
}
.header .nav-sp ul li:not(:nth-child(3n)) {
  border-right: 1px solid #d1d1d1;
}
.header .nav-sp ul li:nth-child(1), .header .nav-sp ul li:nth-child(2), .header .nav-sp ul li:nth-child(3) {
  border-top: 1px solid #d1d1d1;
}
.header .nav-sp ul li a {
  display: block;
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
.header .nav-sp ul li a:active {
  opacity: 0.7;
}
.header .menu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 999;
}
.header .menu.active {
  opacity: 1;
  visibility: visible;
}
.header .menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1f4d8a;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header .menu .menu-container {
  padding: 10rem 2rem 20rem 2rem;
  position: relative;
  overflow: scroll;
  height: 100%;
}
.header .menu .menu-container .close {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 38px;
}
.header .menu .menu-container .menu-wrap {
  padding: 2rem;
}
.header .menu .menu-container .menu-wrap .menu-nav ul {
  padding: 0;
  list-style: none;
}
.header .menu .menu-container .menu-wrap .menu-nav ul.list2 {
  margin-top: 1rem;
}
.header .menu .menu-container .menu-wrap .menu-nav ul.list2 li a {
  font-size: 1.6rem;
  font-weight: 400;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li {
  border-bottom: 1px solid #ffffff;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li:first-child {
  border-top: 1px solid #ffffff;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 1.5rem 0;
  transition: all 0.3s ease-out;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li a:active {
  opacity: 0.8;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li a .target {
  width: 14px;
  margin-left: 1rem;
}
.header .menu .menu-container .menu-wrap2 {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.header .menu .menu-container .menu-wrap2 a {
  display: block;
  width: calc((100% - 10px) / 2);
  transition: all 0.3s ease-out;
}
.header .menu .menu-container .menu-wrap2 a:active {
  opacity: 0.8;
}

.cta-section {
  background: #05174b;
  padding: 2.5rem 0.5rem;
}
.cta-section .container .intro {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
  text-align: center;
  color: #ffffff;
}
.cta-section .container .wrap a {
  display: block;
  color: #ffffff;
  padding: 1.5rem;
  transition: all 0.3s ease-out;
}
.cta-section .container .wrap a:active {
  opacity: 0.7;
}
.cta-section .container .wrap a:hover {
  opacity: 0.7;
}
.cta-section .container .wrap a:nth-child(1) .block .box:nth-child(1) {
  width: 23px;
}
.cta-section .container .wrap a:nth-child(1) .block .box:nth-child(2) .ttl {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.cta-section .container .wrap a:nth-child(2) .block .box:nth-child(1) {
  width: 36px;
}
.cta-section .container .wrap a:nth-child(2) .block .box:nth-child(2) .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.cta-section .container .wrap a .block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section .container .wrap a .block .box:nth-child(1) {
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.cta-section .container .wrap a .txt {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}

.footer {
  background: #1f4d8a;
  padding: 3.5rem 1rem 1rem;
}
.footer .container .wrap .block:nth-child(1) {
  margin-bottom: 4.5rem;
}
.footer .container .wrap .block:nth-child(1) a {
  display: block;
  max-width: 326px;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.footer .container .wrap .block:nth-child(1) a:active {
  opacity: 0.7;
}
.footer .container .wrap .block:nth-child(1) a:hover {
  opacity: 0.7;
}
.footer .container .wrap .block:nth-child(1) a img {
  width: 100%;
}
.footer .container .wrap .block:nth-child(1) .info-block {
  margin-top: 4rem;
  padding: 0 1.5rem;
}
.footer .container .wrap .block:nth-child(1) .info-block .box {
  margin-bottom: 2.5rem;
}
.footer .container .wrap .block:nth-child(1) .info-block .box span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff;
  color: #1f4d8a;
  padding: 0 0.5rem;
}
.footer .container .wrap .block:nth-child(1) .info-block .box .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 0.5rem;
  color: #ffffff;
}
.footer .container .wrap .block:nth-child(1) .pdf-link {
  margin-top: 3rem;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  padding: 2rem 4rem;
  border-radius: 50px;
  max-width: 100%;
}
.footer .container .wrap .block:nth-child(2) .footer-nav-sp {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
}
.footer .container .wrap .block:nth-child(2) .footer-nav-sp .box {
  width: calc((100% - 40px) / 2);
}
.footer .container .wrap .block:nth-child(2) .footer-nav-pc {
  display: none;
}
.footer .container .wrap .block:nth-child(2) nav ul {
  list-style: none;
  padding: 0;
}
.footer .container .wrap .block:nth-child(2) nav ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer .container .wrap .block:nth-child(2) nav ul li a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.footer .container .wrap .block:nth-child(2) nav ul li a:active {
  opacity: 0.7;
}
.footer .container .wrap .block:nth-child(2) nav ul li a:hover {
  opacity: 0.7;
}
.footer .container .wrap2 {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.footer .container .wrap2 .block:nth-child(1) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #ffffff;
}
.footer .container .wrap2 .block .txt {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.5;
}
.footer .container .wrap2 .block a {
  transition: all 0.3s ease-out;
}
.footer .container .wrap2 .block a:active {
  opacity: 0.7;
}
.footer .container .wrap2 .block a:hover {
  opacity: 0.7;
}

.faq-block {
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.faq-block .box {
  display: flex;
}
.faq-block .box div:nth-child(1) {
  width: 32px;
}
.faq-block .box div:nth-child(2) {
  width: calc(100% - 32px - 5px);
  margin-left: 5px;
}
.faq-block .box:nth-child(1) {
  margin-bottom: 2rem;
}
.faq-block .box:nth-child(1) div:nth-child(1) p {
  font-size: 2rem;
  font-weight: 700;
  color: #204d8a;
}
.faq-block .box:nth-child(1) div:nth-child(2) p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.faq-block .box:nth-child(2) div:nth-child(1) p {
  font-size: 2rem;
  font-weight: 700;
  color: #8b8b8b;
}
.faq-block .box:nth-child(2) div:nth-child(2) p {
  font-size: 1.4rem;
  color: #5a5a5a;
  line-height: 2;
  letter-spacing: 0;
}
.faq-block .box:nth-child(2) div:nth-child(2) p a {
  color: #204d8a;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.faq-block .box:nth-child(2) div:nth-child(2) p a:active {
  opacity: 0.6;
}
.faq-block .box:nth-child(2) div:nth-child(2) p a:hover {
  opacity: 0.6;
}
.faq-block .box:nth-child(2) div:nth-child(2) .btn {
  margin-top: 3rem;
}

.record-list {
  list-style: none;
  padding: 0;
}
.record-list .record-item {
  margin-bottom: 4rem;
}
.record-list .record-item .record-link {
  display: block;
  transition: all 0.3s ease-out;
}
.record-list .record-item .record-link:active {
  opacity: 0.8;
}
.record-list .record-item .record-link:hover {
  opacity: 0.8;
}
.record-list .record-item .record-link .img {
  margin-bottom: 1.5rem;
  height: 0;
  padding-bottom: 64.516129%;
  position: relative;
}
.record-list .record-item .record-link .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.record-list .record-item .record-link .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #204d8a;
}
.record-list .record-item .record-link .ex {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
  margin-top: 1rem;
}

.tag {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.tag li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.tag li a {
  display: block;
  background: #1f4d8a;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0.2rem 1rem;
}
.tag li a:active {
  opacity: 0.8;
}

.tag.tag-tag {
  margin-top: 0;
}
.tag.tag-tag li a {
  background: #d9d9d9;
  color: #000000;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .link-txt {
    font-size: 1.6rem;
    transition: all 0.3s ease-out;
  }
  .link-txt:hover {
    opacity: 0.8;
  }
  .header .menu .menu-container {
    padding: 2rem 5vw;
  }
  .cta-section {
    padding: 5rem 2rem;
  }
  .cta-section .section-inner {
    max-width: 1400px;
  }
  .cta-section .container .wrap {
    display: flex;
  }
  .cta-section .container .wrap a {
    width: 50%;
    padding: 2.5rem;
  }
  .cta-section .container .wrap a:nth-child(1) {
    border-right: 1px solid #ffffff;
  }
  .cta-section .container .wrap a:nth-child(1) .block .box:nth-child(1) {
    width: 30px;
  }
  .cta-section .container .wrap a:nth-child(1) .block .box:nth-child(2) .ttl {
    font-size: 5rem;
  }
  .cta-section .container .wrap a:nth-child(2) .block .box:nth-child(1) {
    width: 52px;
  }
  .cta-section .container .wrap a:nth-child(2) .block .box:nth-child(2) .ttl {
    font-size: 4rem;
  }
  .cta-section .container .wrap a .block .box:nth-child(1) {
    margin-right: 1.5rem;
  }
  .cta-section .container .wrap a .txt {
    margin-top: 1.5rem;
  }
  .footer .section-inner {
    max-width: 1200px;
  }
  .footer .container {
    padding: 3rem 2rem;
  }
  .footer .container .wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer .container .wrap .block:nth-child(1) {
    width: 34%;
    margin-bottom: 0;
  }
  .footer .container .wrap .block:nth-child(1) a {
    max-width: 212px;
    margin: 0;
  }
  .footer .container .wrap .block:nth-child(1) .info-block {
    margin-top: 3rem;
    padding: 0;
  }
  .footer .container .wrap .block:nth-child(1) .pdf-link {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .footer .container .wrap .block:nth-child(2) {
    width: calc(66% - 100px);
    padding: 0;
  }
  .footer .container .wrap .block:nth-child(2) .footer-nav-sp {
    display: none;
  }
  .footer .container .wrap .block:nth-child(2) .footer-nav-pc {
    display: flex;
    justify-content: space-between;
  }
  .footer .container .wrap .block:nth-child(2) .footer-nav-pc .box {
    width: calc((100% - 40px) / 3);
  }
  .footer .container .wrap .block:nth-child(2) nav ul {
    justify-content: flex-end;
  }
  .footer .container .wrap .block:nth-child(2) nav ul li a {
    font-size: 1.6rem;
  }
  .footer .container .wrap2 {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 2rem;
  }
  .footer .container .wrap2 .block:nth-child(1) {
    border-right: 0;
  }
  .footer .container .wrap2 .block .txt.privacy {
    font-size: 1.4rem;
  }
  .faq-block {
    padding: 4rem 0;
  }
  .faq-block .box:nth-child(1) {
    margin-bottom: 3rem;
  }
  .record-list {
    display: flex;
    flex-wrap: wrap;
  }
  .record-list.top .record-item {
    margin-bottom: 0;
  }
  .record-list .record-item {
    width: calc((100% - 70px) / 3);
    margin-bottom: 10rem;
  }
  .record-list .record-item:not(:nth-child(3n)) {
    margin-right: 35px;
  }
  .tag li a {
    transition: all 0.3s ease-out;
  }
  .tag li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1000px) {
  .wrapper {
    padding-top: 80px;
  }
  .header .wrap {
    height: 80px;
    padding: 0 25px 0 40px;
  }
  .header .wrap .block:nth-child(1) {
    width: 16.179775%;
    max-width: 216px;
    padding-left: 0;
  }
  .header .wrap .block:nth-child(2) {
    width: calc(83.820225% - 20px);
  }
  .header .wrap .block:nth-child(2) .header-sp {
    display: none;
  }
  .header .wrap .block:nth-child(2) .header-pc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  .header .wrap .block:nth-child(2) .header-pc .box {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) {
    width: 65.423112%;
    justify-content: flex-end;
    margin-right: 3.639672%;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul li:not(:last-child) {
    margin-right: 2rem;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul li a {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    transition: all 0.3s ease-out;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul li a:hover {
    opacity: 0.7;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(2) {
    width: 30.937216%;
    max-width: 340px;
    justify-content: space-between;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(2) a {
    display: block;
    transition: all 0.3s ease-out;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(2) a:hover {
    opacity: 0.7;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(2) a:nth-child(1) {
    width: calc(50% - 20px);
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(2) a:nth-child(2) {
    width: 50%;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(2) a img {
    width: 100%;
  }
  .header .nav-sp {
    display: none;
  }
  .header .menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul li:not(:last-child) {
    margin-right: 3.5rem;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .cta-section {
    padding: 5rem 0;
  }
  .cta-section .container .wrap a:nth-child(1) .block .box:nth-child(2) .ttl {
    font-size: 3.6rem;
  }
  .cta-section .container .wrap a:nth-child(2) .block .box:nth-child(2) .ttl {
    font-size: 3.2rem;
  }
  .footer {
    padding: 3.5rem 2rem 1rem;
  }
  .footer .container {
    padding: 3rem 0;
  }
  .footer .container .wrap .block:nth-child(1) .info-block .box .txt {
    font-size: 1.2rem;
  }
  .footer .container .wrap .block:nth-child(2) {
    width: calc(66% - 40px);
  }
  .footer .container .wrap .block:nth-child(2) nav ul {
    margin-right: -2rem;
  }
  .footer .container .wrap .block:nth-child(2) nav ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .header .menu .menu-container {
    padding: 2rem 10vw;
  }
}
.page-mv-section {
  height: 150px;
  background: #204d8a;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-mv-section .section-head {
  color: #ffffff;
  margin-bottom: 0;
}

/* breadcrumb section */
.breadcrumb-section {
  padding: 0 2rem;
  margin: 2rem 0;
}

.breadcrumb-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 0.5rem;
}
.breadcrumb-list li a,
.breadcrumb-list li span {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.breadcrumb-list li a:active {
  opacity: 0.6;
}
.breadcrumb-list li:not(:first-child)::before {
  display: inline-block;
  content: "＞";
  padding: 0 1rem;
  font-size: 1.2rem;
}

.page-section {
  margin: 5rem 0 10rem;
  padding: 0 2rem;
}
.page-section .page-ul {
  padding: 0;
  list-style: none;
  margin: 2rem 0;
}
.page-section .page-ul li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 2rem;
}
.page-section .page-ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.page-section .page-ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #000000;
  position: absolute;
  top: 3px;
  left: 0;
}
.page-section .page-ul li a {
  color: #1f4d8a;
  text-decoration: underline;
}
.page-section .page-ul li a:active {
  opacity: 0.8;
}

.page-head {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #204d8a;
  text-align: center;
}

.page-h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  background: #ecf0f5;
  padding: 1rem 2rem;
  border-left: 10px solid #204d8a;
  margin-bottom: 3rem;
}
.page-h2.ex {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.page-h2.ex span {
  font-size: 1.2rem;
  font-weight: 500;
  background: #ffffff;
  border-radius: 18px;
  padding: 0.5rem 2rem;
  margin-right: 1rem;
}

.page-h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #bababa;
  margin-bottom: 3rem;
  position: relative;
}
.page-h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: calc(100% - 2rem);
  background: #204d8a;
}

.table {
  width: 100%;
  border: 1px solid #d1d1d1;
}
.table th,
.table td {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  border: 1px solid #d1d1d1;
  width: 25%;
  padding: 0.5rem;
}
.table th.col3,
.table td.col3 {
  width: 75%;
}
.table th {
  background: #f4f4f4;
  text-align: center;
}
.table td.center {
  text-align: center;
}

#article {
  overflow-wrap: word-break;
}
#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  line-height: 1.5;
  margin: 3rem 0 2.5rem;
}
#article h1 {
  font-size: 2.4rem;
}
#article h2 {
  font-size: 2.2rem;
  letter-spacing: 1.1px;
  padding: 0 0 1rem;
  border-bottom: 1px solid #000000;
}
#article h3 {
  font-size: 1.8rem;
}
#article h3::before {
  content: "■";
  display: inline-block;
  margin-right: 0.2rem;
}
#article h4 {
  font-size: 1.8rem;
  border-left: 1px solid #000000;
  padding-left: 1rem;
  margin-left: 0.8rem;
}
#article h5 {
  font-size: 1.6rem;
}
#article h6 {
  font-size: 1.4rem;
}
#article p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
#article a {
  color: #204d8a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  transition: 0.3s;
  margin: 0 0 1.5rem;
  display: inline-block;
  text-decoration: underline;
}
#article a:active {
  opacity: 0.6;
}
#article a:hover {
  opacity: 0.6;
}
#article a img {
  opacity: 0.8;
}
#article ul,
#article ol {
  display: block;
  width: 100%;
  margin: 2rem 0 3rem;
}
#article ul li,
#article ol li {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.7;
  position: relative;
  text-indent: -0.6em;
  margin-bottom: 0.5rem;
}
#article ul {
  list-style: none;
  padding-left: 1.6rem;
}
#article ul li::before {
  content: "■";
  display: inline-block;
  margin-right: 0.2rem;
}
#article ol {
  padding-left: 2.1rem;
}
#article table th,
#article table td {
  border: 1px solid #000000;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  text-align: left;
}
#article blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
  font-size: 1.2rem;
  margin: 2rem 0 3rem;
  position: relative;
  line-height: 1.5;
}
#article blockquote p {
  margin-bottom: 1rem;
}
#article blockquote cite {
  font-size: 1.4rem;
  opacity: 0.5;
}
#article figure {
  margin: 3rem 0;
}
#article figure figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
}
#article img {
  display: block;
  transition: 0.3s;
  max-width: 100%;
}
#article hr {
  border: none;
  height: 1px;
  background: #000000;
  margin: 3rem 0 2rem;
}

.message-section {
  padding: 0 2rem;
  margin: 5rem 0 10rem;
}
.message-section .section-head .jp,
.message-section .section-head .en {
  color: #303d8d;
}
.message-section .container .wrap .block:nth-child(1) {
  margin-bottom: 4rem;
}
.message-section .container .wrap .block:nth-child(1) img {
  width: 100%;
}
.message-section .container .wrap .block:nth-child(2) .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #303d8d;
}
.message-section .container .wrap .block:nth-child(2) .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  margin: 3rem 0;
}
.message-section .container .wrap .block:nth-child(2) .box .ceo {
  font-size: 1.4rem;
  line-height: 1.5;
}
.message-section .container .wrap .block:nth-child(2) .box .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.message-section .container .wrap2 .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #303d8d;
}
.message-section .container .wrap2 .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  margin: 3rem 0;
}
.message-section .container .wrap2 .box .ceo {
  font-size: 1.4rem;
  line-height: 1.5;
}
.message-section .container .wrap2 .box .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.companypolicy-section {
  padding: 0 2rem;
  margin: 5rem 0 10rem;
}
.companypolicy-section .section-head .jp,
.companypolicy-section .section-head .en {
  color: #303d8d;
}
.companypolicy-section .container .wrap .block .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #303d8d;
}
.companypolicy-section .container .wrap .block .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  margin: 1.5rem 0 3rem;
}
.companypolicy-section .container .wrap .block .txt:last-child {
  margin-bottom: 0;
}

.company-section {
  padding: 0 2rem;
  margin: 10rem 0;
}
.company-section .section-head .jp,
.company-section .section-head .en {
  color: #303d8d;
}
.company-section .container .building {
  margin-top: 2rem;
}
.company-section .container .building img {
  width: 100%;
}
.company-section .container .googlemap {
  width: 100%;
  height: 200px;
  margin-top: 2rem;
}

.history-section {
  padding: 0 2rem;
  margin: 10rem 0;
}
.history-section .section-head .jp,
.history-section .section-head .en {
  color: #303d8d;
}

.company-table {
  width: 100%;
}
.company-table tr {
  padding: 1.5rem 0;
  border-bottom: 1px solid #000000;
  display: block;
}
.company-table tr:nth-child(1) {
  border-top: 1px solid #000000;
}
.company-table tr th,
.company-table tr td {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.5;
  display: block;
}
.company-table tr th {
  margin-bottom: 0.5rem;
}

.suppliers-section {
  padding: 0 2rem;
  margin: 10rem 0;
}
.suppliers-section .container .section-head .jp,
.suppliers-section .container .section-head .en {
  color: #303d8d;
}
.suppliers-section .container .wrap {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.suppliers-section .container .wrap .block {
  width: calc((100% - 20px) / 2);
}
.suppliers-section .container .wrap .block .txt {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0;
}

.service-section .container .wrap .block {
  padding: 5rem 0;
  border-bottom: 1px solid #b2b2b2;
}
.service-section .container .wrap .block.no-img .box:nth-child(1) {
  display: none;
}
.service-section .container .wrap .block.no-img .box:nth-child(2) {
  width: 100%;
}
.service-section .container .wrap .block.no-img .box:nth-child(2) .ttl {
  margin-top: 0;
}
.service-section .container .wrap .block .box:nth-child(1) img {
  width: 100%;
}
.service-section .container .wrap .block .box:nth-child(2) .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #204d8a;
  margin: 2rem 0;
}
.service-section .container .wrap .block .box:nth-child(2) .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.service-section .container .wrap .block .box:nth-child(2) .txt:not(:first-of-type) {
  margin-top: 2rem;
}
.service-section .container .wrap .block .box:nth-child(2) .txt span {
  color: #d30000;
  font-weight: 700;
}
.service-section .container .wrap .block .box:nth-child(2) .btn {
  margin-top: 3rem;
}

.product-section .container .wrap .block {
  padding: 5rem 0;
  border-bottom: 1px solid #b2b2b2;
}
.product-section .container .wrap .block .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #204d8a;
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 10px solid #204d8a;
}
.product-section .container .wrap .block .ttl span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  background: #ff0000;
  border-radius: 15px;
  padding: 0.5rem 2rem;
  margin-left: 2rem;
}
.product-section .container .wrap .block .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.product-section .container .wrap .block .box.img-box {
  margin-bottom: 2rem;
}
.product-section .container .wrap .block .box div.video-inner {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: #242424;
  position: absolute;
  top: 0;
  left: 0;
}
.product-section .container .wrap .block .box div.image, .product-section .container .wrap .block .box div.video {
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.product-section .container .wrap .block .box div.image img, .product-section .container .wrap .block .box div.video img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.product-section .container .wrap .block .box div.full-image {
  height: auto;
  padding-bottom: 0;
}
.product-section .container .wrap .block .box div.full-image img {
  width: 100%;
  height: auto;
}
.product-section .container .wrap .block .box div:not(:last-child) {
  margin-bottom: 2rem;
}

.price-section .wrap {
  margin-top: 5rem;
}
.price-section .wrap .block:not(:last-child) {
  margin-bottom: 5rem;
}
.price-section .wrap .block .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #204d8a;
  margin-bottom: 2rem;
}

.works-section {
  padding: 0 2rem;
}
.works-section .container img {
  width: 100%;
}
.works-section .container .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.works-section .container .wrap {
  margin: 5rem 0;
}
.works-section .container .wrap .block:nth-child(1) {
  margin-bottom: 2rem;
}
.works-section .container .wrap2 .block:not(:last-child) {
  margin-bottom: 8rem;
}
.works-section .container .wrap2 .block .inblock:not(:last-child) {
  margin-bottom: 5rem;
}
.works-section .container .wrap2 .block .fukidashi {
  padding: 0 4rem;
  margin-bottom: 2rem;
}
.works-section .container .wrap2 .block .box {
  margin-bottom: 2rem;
}
.works-section .container .wrap2 .block .box.youtube-box div:nth-child(2) {
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.works-section .container .wrap2 .block .box.youtube-box div:nth-child(2) iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.works-section .container .wrap2 .block .box div:nth-child(1) {
  margin-bottom: 2rem;
}
.works-section .container .wrap2 .block .box div:nth-child(2) .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #204d8a;
  margin-bottom: 2rem;
}
.works-section .container .end-txt {
  margin-top: 10rem;
}

.flow-section .container .page-head {
  margin-bottom: 5rem;
}
.flow-section .container .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.flow-section .container .txt.remark {
  margin-top: 2rem;
}
.flow-section .container .wrap .block:not(:last-child) {
  margin-bottom: 5rem;
}
.flow-section .container .wrap .block:nth-child(2) .flow {
  margin-bottom: 5rem;
}
.flow-section .container .wrap .block:nth-child(2) .page-h3 {
  margin-bottom: 2rem;
}
.flow-section .container .wrap .block .flow {
  max-width: 800px;
  margin: 0 auto;
}
.flow-section .container .wrap .block .flow .box {
  background: #f4f4f4;
  padding: 2rem;
  position: relative;
}
.flow-section .container .wrap .block .flow .box.img-box div:nth-child(1) {
  margin-bottom: 2rem;
}
.flow-section .container .wrap .block .flow .box.img-box div:nth-child(1) img {
  width: 100%;
}
.flow-section .container .wrap .block .flow .box:not(:last-of-type) {
  margin-bottom: 4rem;
}
.flow-section .container .wrap .block .flow .box:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #959595 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3rem;
}
.flow-section .container .wrap .block .flow .box .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #204d8a;
  margin-bottom: 1rem;
}

.repair-section .container img {
  width: 100%;
}
.repair-section .container img.arrow {
  max-width: 56px;
}
.repair-section .container .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.repair-section .container .txt.emphasis {
  font-size: 1.6rem;
  color: #ff0000;
  font-weight: 700;
  margin-top: 1rem;
}
.repair-section .container .wrap {
  margin-top: 5rem;
}
.repair-section .container .wrap .block:not(:last-child) {
  margin-bottom: 8rem;
}
.repair-section .container .wrap .block .page-h3 {
  margin-bottom: 2rem;
}
.repair-section .container .wrap .block .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #242424;
  margin-bottom: 2rem;
}
.repair-section .container .wrap .block .box {
  max-width: 730px;
  margin: 5rem auto;
}
.repair-section .container .wrap .block .box div {
  text-align: center;
}
.repair-section .container .wrap .block .box div:nth-child(2) {
  margin: 2rem 0;
}
.repair-section .container .wrap .block .box div:nth-child(2) img {
  transform: rotate(90deg);
}
.repair-section .container .wrap .block .box div .txt {
  margin-top: 1rem;
}
.repair-section .container .wrap .block .btn {
  margin-top: 3rem;
}

.faq-section .container .faq-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.faq-section .container .faq-link a {
  display: flex;
  padding: 1rem 2rem 1rem 1rem;
  background: #e8edf3;
  border-bottom: 2px solid #204d8a;
  color: #204d8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  width: calc((100% - 20px) / 2);
  margin-bottom: 2rem;
  position: relative;
}
.faq-section .container .faq-link a:not(:nth-child(2n)) {
  margin-right: 20px;
}
.faq-section .container .faq-link a .arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  width: 5px;
  transform: rotate(90deg);
}
.faq-section .container .faq-link2 {
  margin-bottom: 5rem;
}
.faq-section .container .faq-link2 .faq-link-block:not(:last-child) {
  margin-bottom: 3rem;
}
.faq-section .container .faq-link2 .faq-link-block .faq-link-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
.faq-section .container .faq-link2 .faq-link-block .faq-link-list {
  padding: 0;
  list-style-type: none;
}
.faq-section .container .faq-link2 .faq-link-block .faq-link-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.faq-section .container .faq-link2 .faq-link-block .faq-link-list li a {
  color: #1f4d8a;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: underline;
}
.faq-section .container .faq-body .faq:not(:last-child) {
  margin-bottom: 6rem;
}
.faq-section .container .faq-body .faq .page-h2 {
  margin-bottom: 2rem;
}
.faq-section .container .faq-body .faq .page-h3 {
  margin: 4rem 0 2rem;
}
.faq-section .container .faq-body .faq .faq-block {
  max-width: 900px;
  margin: 0 auto;
}

.parts-section .container img {
  width: 100%;
}
.parts-section .container .txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.parts-section .container .txt a {
  color: #204d8a;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.parts-section .container .txt a:active {
  opacity: 0.6;
}
.parts-section .container .txt a:hover {
  opacity: 0.6;
}
.parts-section .container .wrap {
  margin-top: 5rem;
}
.parts-section .container .wrap .block:not(:last-child) {
  margin-bottom: 10rem;
}
.parts-section .container .wrap .block:nth-child(1) .btn .primary-btn {
  width: 100%;
  max-width: 350px;
}
.parts-section .container .wrap .block .page-h3 {
  margin-bottom: 2rem;
}
.parts-section .container .wrap .block .table th,
.parts-section .container .wrap .block .table td {
  line-height: 1.75;
}
.parts-section .container .wrap .block .table td a {
  color: #204d8a;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.parts-section .container .wrap .block .table td a:active {
  opacity: 0.6;
}
.parts-section .container .wrap .block .table td a:hover {
  opacity: 0.6;
}
.parts-section .container .wrap .block .table td .box div:nth-child(1) {
  height: auto;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.parts-section .container .wrap .block .table td .box div:nth-child(1) img {
  position: static;
}
.parts-section .container .wrap .block .btn {
  margin-top: 5rem;
  text-align: center;
}

.news-section .container .wrap article:not(:last-child) {
  margin-bottom: 5rem;
}
.news-section .container .wrap article .page-h3 {
  margin-bottom: 2rem;
}
.news-section .container .pagenavi {
  margin-top: 4rem;
}

.contact-section {
  padding: 0 2rem;
  margin: 5rem 0 10rem;
}
.contact-section .container .tel {
  background: #1f4d8a;
  color: #ffffff;
  padding: 3rem 2rem;
  margin-bottom: 5rem;
}
.contact-section .container .tel .ttl {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.contact-section .container .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.contact-section .container .tel a:active {
  opacity: 0.7;
}
.contact-section .container .tel a:hover {
  opacity: 0.7;
}
.contact-section .container .tel a img {
  width: 22px;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
.contact-section .container .tel a .txt {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.contact-section .container .mail {
  margin-bottom: 5rem;
}
.contact-section .container .mail .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
.contact-section .container .mail .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}
.contact-section .container .mail .txt span {
  color: #dd1717;
}
.contact-section .container .form .remark2 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  color: #333333;
}
.contact-section .container .form .group {
  margin-bottom: 3rem;
}
.contact-section .container .form .group .head {
  display: flex;
  margin-bottom: 1.5rem;
}
.contact-section .container .form .group .head div:nth-child(1) p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.contact-section .container .form .group .head div:nth-child(2) span {
  background: #dd1717;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 1rem;
}
.contact-section .container .form .group .data input[type=text],
.contact-section .container .form .group .data input[type=email],
.contact-section .container .form .group .data select,
.contact-section .container .form .group .data textarea {
  border: 1px solid #707070;
  padding: 1rem;
  font-size: 1.6rem;
  box-shadow: none;
  line-height: 1.5;
  border-radius: 0;
}
.contact-section .container .form .group .data input[type=text].p-postal-code,
.contact-section .container .form .group .data input[type=email].p-postal-code,
.contact-section .container .form .group .data select.p-postal-code,
.contact-section .container .form .group .data textarea.p-postal-code {
  max-width: 200px;
}
.contact-section .container .form .group .data.address div {
  display: flex;
}
.contact-section .container .form .group .data.address div span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.contact-section .container .form .group .data.address div span.txt {
  padding-top: 1.2rem;
}
.contact-section .container .form .group .data.address div.postal input {
  width: 106px;
  margin: 0 1rem;
}
.contact-section .container .form .group .data.address div.pref {
  margin-top: 1.5rem;
}
.contact-section .container .form .group .data.address div.city {
  margin-top: 1.5rem;
}
.contact-section .container .form .group .data.address div .box:nth-child(1) {
  width: 80px;
  margin-right: 20px;
  padding-top: 1.2rem;
}
.contact-section .container .form .group .data.address div .box:nth-child(2) {
  width: calc(100% - 70px - 20px);
}
.contact-section .container .form .group .data.address div .box:nth-child(2) .select {
  width: 100%;
  max-width: 186px;
  position: relative;
}
.contact-section .container .form .group .data.address div .box:nth-child(2) .select::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000000 transparent;
}
.contact-section .container .form .group .data.address div .box:nth-child(2) .select::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}
.contact-section .container .form .group .data.address div .box:nth-child(2) .select select {
  width: 100%;
  background: #ffffff;
}
.contact-section .container .form .group .data.address div .box:nth-child(2) .select span {
  width: 100%;
}
.contact-section .container .form .group .data.radio .radio-wrap label {
  margin-right: 2rem;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  display: inline-flex;
  justify-content: flex-start;
}
.contact-section .container .form .group .data.radio .radio-wrap label input {
  display: none;
}
.contact-section .container .form .group .data.radio .radio-wrap label input:checked + span::after {
  display: block;
}
.contact-section .container .form .group .data.radio .radio-wrap label span {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.contact-section .container .form .group .data.radio .radio-wrap label span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1px solid #707070;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
}
.contact-section .container .form .group .data.radio .radio-wrap label span::after {
  content: "";
  display: none;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #5fb2e5;
  position: absolute;
  top: 7px;
  left: 5px;
}
.contact-section .container .form .group .data.file {
  font-size: 1.4rem;
}
.contact-section .container .form .group .data.file input[type=file]:hover {
  cursor: pointer;
}
.contact-section .container .form .group .data .remark {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.contact-section .container .form .submit {
  margin-top: 5rem;
}
.contact-section .container .form .submit input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #ffffff;
  border: none;
  border-radius: 35px;
  width: 250px;
  height: 50px;
  background: #ff6200;
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
}
.contact-section .container .form .submit input[type=submit]:active {
  opacity: 0.8;
}
.contact-section .container .form .submit input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

.mw_wp_form_confirm .remark,
.mw_wp_form_confirm .remark2 {
  display: none;
}
.mw_wp_form_confirm .data {
  padding-top: 1.4rem;
  font-size: 1.4rem;
  opacity: 0.8;
  line-height: 1.5;
}
.mw_wp_form_confirm .head {
  margin-bottom: 0 !important;
  font-weight: 700;
}

.privacy-section {
  padding: 0 2rem;
  margin: 5rem 0 10rem;
}
.privacy-section .container p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}
.privacy-section .container p a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.privacy-section .container p a:active {
  text-decoration: none;
  opacity: 0.7;
}
.privacy-section .container p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.thanks-section {
  padding: 0 2rem;
  margin: 5rem 0 10rem;
}
.thanks-section .container .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.thanks-section .container .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 2rem;
}

.category-section {
  padding: 2rem 2rem 4rem;
  background: #e8e9eb;
}
.category-section.single {
  padding: 4rem 2rem;
}
.category-section .container .breadcrumb-list {
  margin-bottom: 3.8rem;
}
.category-section .container .category-sp .wrap .block {
  display: block;
}
.category-section .container .category-sp .wrap .block:not(:last-child) {
  margin-bottom: 0.5rem;
}
.category-section .container .category-sp .wrap .block .tab {
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  position: relative;
}
.category-section .container .category-sp .wrap .block .tab.active::before {
  display: none;
}
.category-section .container .category-sp .wrap .block .tab::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #1f4d8a;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.category-section .container .category-sp .wrap .block .tab::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1f4d8a;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.category-section .container .category-sp .wrap .block .tab span {
  color: #1f4d8a;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}
.category-section .container .category-sp .wrap .block .content {
  background-color: #ffffff;
  padding: 0 2rem 0.5rem;
  display: none;
}
.category-section .container .category-sp .wrap .block .content ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.category-section .container .category-sp .wrap .block .content ul li {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.category-section .container .category-sp .wrap .block .content ul li a {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.category-section .container .category-sp .wrap .block .content ul li a::before {
  content: "▶︎";
  display: block;
  margin-right: 0.5rem;
}
.category-section .container .category-sp .wrap .block .content ul li a:active {
  opacity: 0.6;
}
.category-section .container .category-sp .all-link {
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  display: block;
  margin-top: 0.5rem;
  position: relative;
}
.category-section .container .category-sp .all-link span {
  color: #1f4d8a;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}
.category-section .container .category-sp .all-link svg {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
}
.category-section .container .category-pc {
  display: none;
}

.pagenavi {
  margin-top: 5rem;
}
.pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagenavi .wp-pagenavi span,
.pagenavi .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #d8d8d8;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 1rem;
}
.pagenavi .wp-pagenavi span.current,
.pagenavi .wp-pagenavi a.current {
  background: #204d8a;
  color: #ffffff;
}
.pagenavi .wp-pagenavi a {
  transition: all 0.3s ease-out;
}
.pagenavi .wp-pagenavi a:active {
  opacity: 0.6;
}
.pagenavi .wp-pagenavi a:hover {
  opacity: 0.6;
}

.article-section .container .page-h2 {
  margin-bottom: 2rem;
}
.article-section .container .thumbnail {
  margin-top: 1rem;
}
.article-section .container .thumbnail img {
  width: 100%;
}
.article-section .container .thumbnail .thumbnail-list {
  list-style: none;
  padding: 0;
}
.article-section .container .thumbnail .main-thumb li {
  display: none;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.article-section .container .thumbnail .main-thumb li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.article-section .container .thumbnail .main-thumb li .youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-section .container .thumbnail .main-thumb li .youtube iframe {
  width: 100%;
  height: 100%;
}
.article-section .container .thumbnail .main-thumb li.active {
  display: block;
}
.article-section .container .thumbnail .sub-thumb .thumbnail-list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.article-section .container .thumbnail .sub-thumb .thumbnail-list li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 1rem;
  transition: all 0.3s ease-out;
  height: 0;
  padding-bottom: 20%;
  position: relative;
}
.article-section .container .thumbnail .sub-thumb .thumbnail-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.article-section .container .thumbnail .sub-thumb .thumbnail-list li img.load {
  width: 25%;
  max-width: 40px;
  height: auto;
  right: 0;
  bottom: 0;
  margin: auto;
}
.article-section .container .thumbnail .sub-thumb .thumbnail-list li .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  display: block;
}
.article-section .container .thumbnail .sub-thumb .thumbnail-list li:not(:nth-child(3n)) {
  margin-right: 10px;
}
.article-section .container .thumbnail .sub-thumb .thumbnail-list li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.article-section .container #article {
  margin-top: 5rem;
}
.article-section .container .article-cat {
  margin-top: 5rem;
}
.article-section .container .article-cat .wrap .block {
  display: flex;
}
.article-section .container .article-cat .wrap .block:not(:last-child) {
  margin-bottom: 1rem;
}
.article-section .container .article-cat .wrap .block .box:nth-child(1) {
  width: 100px;
}
.article-section .container .article-cat .wrap .block .box:nth-child(1) span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  line-height: 1.5;
}
.article-section .container .article-cat .wrap .block .box:nth-child(2) {
  width: calc(100% - 100px - 20px);
  margin-left: 20px;
}
.article-section .container .article-cat .wrap .block .box:nth-child(2) .tag {
  margin-top: 0;
}
.article-section .container .record-return {
  margin-top: 5rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  display: block;
  transition: all 0.3s ease-out;
}
.article-section .container .record-return:active {
  opacity: 0.6;
}
.article-section .container .record-return:hover {
  opacity: 0.6;
}

.btn-2col {
  margin-top: 5rem;
  text-align: center;
}
.btn-2col .primary-btn {
  width: 100%;
  max-width: 350px;
}
.btn-2col .primary-btn:not(:last-child) {
  margin-bottom: 2rem;
}

.btn-3col {
  margin-top: 5rem;
  text-align: center;
}
.btn-3col .primary-btn {
  width: 100%;
  max-width: 350px;
}
.btn-3col .primary-btn:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  /* breadcrumb section */
  .breadcrumb-list li a,
  .breadcrumb-list li span {
    font-size: 1.4rem;
  }
  .breadcrumb-list li a {
    transition: opacity 0.3s ease-out;
  }
  .breadcrumb-list li a:hover {
    opacity: 0.6;
  }
  .page-section {
    margin: 10rem 0 16rem;
  }
  .page-section .page-ul li {
    font-size: 1.6rem;
  }
  .page-section .page-ul li a {
    transition: 0.3s;
  }
  .page-section .page-ul li a:hover {
    opacity: 0.6;
  }
  .page-head {
    font-size: 2.6rem;
  }
  .page-h2 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
    padding: 2rem;
  }
  .page-h2.ex {
    padding-left: 1.5rem;
  }
  .page-h2.ex span {
    font-size: 1.6rem;
    margin-right: 2rem;
    min-width: 140px;
    text-align: center;
  }
  .page-h3 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
    padding-left: 3rem;
  }
  .table th,
  .table td {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
  .table td {
    padding: 1.5rem 2rem;
  }
  #article p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #article a {
    font-size: 1.6rem;
  }
  #article ul li,
  #article ol li {
    font-size: 1.6rem;
  }
  #article ul {
    padding-left: 1.8rem;
  }
  #article ol {
    padding-left: 2.3rem;
  }
  .message-section {
    margin: 8rem 0 20rem;
  }
  .message-section .section-inner {
    max-width: 1000px;
  }
  .message-section .container .section-head {
    margin-bottom: 6rem;
  }
  .message-section .container .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .message-section .container .wrap .block:nth-child(1) {
    margin-bottom: 0;
    width: 40%;
  }
  .message-section .container .wrap .block:nth-child(2) {
    width: calc(60% - 60px);
  }
  .message-section .container .wrap .block:nth-child(2) .ttl {
    font-size: 2.6rem;
  }
  .message-section .container .wrap .block:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .message-section .container .wrap .block:nth-child(2) .box .ceo {
    font-size: 1.6rem;
  }
  .message-section .container .wrap .block:nth-child(2) .box .name {
    font-size: 2.6rem;
  }
  .message-section .container .wrap2 .ttl {
    font-size: 2.6rem;
  }
  .message-section .container .wrap2 .txt {
    font-size: 1.6rem;
  }
  .message-section .container .wrap2 .box .ceo {
    font-size: 1.6rem;
  }
  .message-section .container .wrap2 .box .name {
    font-size: 2.6rem;
  }
  .companypolicy-section {
    margin: 8rem 0 20rem;
  }
  .companypolicy-section .section-inner {
    max-width: 800px;
  }
  .companypolicy-section .container .section-head {
    margin-bottom: 6rem;
  }
  .companypolicy-section .container .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .companypolicy-section .container .wrap .block .ttl {
    font-size: 2.6rem;
  }
  .companypolicy-section .container .wrap .block .txt {
    font-size: 1.6rem;
  }
  .companypolicy-section .container .wrap .block .box .ceo {
    font-size: 1.6rem;
  }
  .companypolicy-section .container .wrap .block .box .name {
    font-size: 2.6rem;
  }
  .company-section {
    margin: 15rem 0;
  }
  .company-section .section-inner {
    max-width: 800px;
  }
  .company-section .container .googlemap {
    height: 300px;
  }
  .history-section {
    margin: 15rem 0;
  }
  .history-section .section-inner {
    max-width: 800px;
  }
  .company-table tr {
    padding: 0;
    display: flex;
  }
  .company-table tr th,
  .company-table tr td {
    font-size: 1.6rem;
    padding: 2.5rem 0;
    line-height: 2;
  }
  .company-table tr th {
    width: 25%;
    padding: 2.5rem 5rem;
  }
  .company-table tr td {
    width: 75%;
  }
  .suppliers-section {
    margin: 15rem 0;
  }
  .suppliers-section .container .wrap .block {
    width: 42.857143%;
  }
  .suppliers-section .container .wrap .block .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  .service-section .container .wrap .block {
    padding: 10rem 0;
    display: flex;
    justify-content: space-between;
  }
  .service-section .container .wrap .block.no-img {
    flex-direction: row-reverse;
  }
  .service-section .container .wrap .block .box:nth-child(1) {
    width: 45%;
  }
  .service-section .container .wrap .block .box:nth-child(2) {
    width: calc(55% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .service-section .container .wrap .block .box:nth-child(2) .ttl {
    font-size: 2.6rem;
    margin: 0 0 3rem 0;
  }
  .service-section .container .wrap .block .box:nth-child(2) .txt {
    font-size: 1.6rem;
  }
  .product-section .container .wrap {
    margin-top: 5rem;
  }
  .product-section .container .wrap .block .ttl {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
  .product-section .container .wrap .block .ttl span {
    font-size: 1.6rem;
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-section .container .wrap .block .txt {
    font-size: 1.6rem;
  }
  .product-section .container .wrap .block .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .product-section .container .wrap .block .box.img-box {
    margin-bottom: 0;
  }
  .product-section .container .wrap .block .box.img-box div {
    width: 50% !important;
    margin-bottom: 2rem !important;
  }
  .product-section .container .wrap .block .box.img-box div:not(:last-child) {
    margin-bottom: 0;
  }
  .product-section .container .wrap .block .box div.video-inner {
    width: 100% !important;
  }
  .product-section .container .wrap .block .box div:nth-child(1) {
    width: 45%;
    margin-bottom: 0;
  }
  .product-section .container .wrap .block .box div:nth-child(2) {
    width: calc(55% - 60px);
  }
  .product-section .container .wrap .block .box div.image, .product-section .container .wrap .block .box div.video {
    padding-bottom: 30%;
  }
  .price-section .wrap {
    max-width: 800px;
    margin: 10rem auto 0;
  }
  .price-section .wrap .block:not(:last-child) {
    margin-bottom: 7rem;
  }
  .price-section .wrap .block .ttl {
    font-size: 2rem;
  }
  .works-section .container .txt {
    font-size: 1.6rem;
  }
  .works-section .container .wrap {
    margin: 10rem 0;
    display: flex;
    justify-content: space-between;
  }
  .works-section .container .wrap .block:nth-child(1) {
    width: 45%;
    margin-bottom: 0;
  }
  .works-section .container .wrap .block:nth-child(2) {
    width: 50%;
  }
  .works-section .container .wrap2 .block:not(:last-child) {
    margin-bottom: 16rem;
  }
  .works-section .container .wrap2 .block .inblock:not(:last-child) {
    margin-bottom: 7rem;
  }
  .works-section .container .wrap2 .block .fukidashi {
    max-width: 880px;
    margin: 0 auto 2rem;
  }
  .works-section .container .wrap2 .block .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .works-section .container .wrap2 .block .box.img-box div:nth-child(1) {
    width: 50%;
  }
  .works-section .container .wrap2 .block .box.img-box div:nth-child(2) {
    width: 50%;
  }
  .works-section .container .wrap2 .block .box.youtube-box div:nth-child(2) {
    height: auto;
    padding-bottom: 0;
    padding: 2rem;
    background: #242424;
  }
  .works-section .container .wrap2 .block .box.youtube-box div:nth-child(2) iframe {
    position: static;
  }
  .works-section .container .wrap2 .block .box div:nth-child(1) {
    width: 45%;
    margin-bottom: 0;
  }
  .works-section .container .wrap2 .block .box div:nth-child(2) {
    width: 50%;
  }
  .works-section .container .wrap2 .block .box div:nth-child(2) .ttl {
    font-size: 2rem;
  }
  .flow-section .container .page-head {
    margin-bottom: 10rem;
  }
  .flow-section .container .txt {
    font-size: 1.6rem;
  }
  .flow-section .container .wrap .block:not(:last-child) {
    margin-bottom: 10rem;
  }
  .flow-section .container .wrap .block:nth-child(2) .flow {
    margin-bottom: 10rem;
  }
  .flow-section .container .wrap .block .flow .box {
    padding: 3rem 5rem;
  }
  .flow-section .container .wrap .block .flow .box.img-box {
    display: flex;
    justify-content: space-between;
  }
  .flow-section .container .wrap .block .flow .box.img-box div:nth-child(1) {
    margin-bottom: 0;
    width: 36.111111%;
  }
  .flow-section .container .wrap .block .flow .box.img-box div:nth-child(2) {
    width: calc(63.888889% - 40px);
  }
  .flow-section .container .wrap .block .flow .box:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .flow-section .container .wrap .block .flow .box:not(:last-of-type)::after {
    bottom: -4rem;
  }
  .flow-section .container .wrap .block .flow .box .ttl {
    font-size: 2.4rem;
  }
  .repair-section .container .txt {
    font-size: 1.6rem;
  }
  .repair-section .container .txt.emphasis {
    font-size: 1.8rem;
  }
  .repair-section .container .wrap {
    margin-top: 8rem;
  }
  .repair-section .container .wrap .block:not(:last-child) {
    margin-bottom: 16rem;
  }
  .repair-section .container .wrap .block .page-h3 {
    margin-bottom: 2.5rem;
  }
  .repair-section .container .wrap .block .ttl {
    font-size: 2rem;
  }
  .repair-section .container .wrap .block .box {
    display: flex;
    justify-content: space-between;
  }
  .repair-section .container .wrap .block .box div:nth-child(1), .repair-section .container .wrap .block .box div:nth-child(3) {
    width: 43.150685%;
  }
  .repair-section .container .wrap .block .box div:nth-child(2) {
    width: 13.69863%;
    margin: 0;
    padding-top: 8rem;
  }
  .repair-section .container .wrap .block .box div:nth-child(2) img {
    transform: rotate(0deg);
  }
  .faq-section .container .faq-link {
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
  .faq-section .container .faq-link a {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    width: calc((100% - 120px) / 4);
    padding: 1rem 2rem 1rem 1.5rem;
  }
  .faq-section .container .faq-link a:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .faq-section .container .faq-link a:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .faq-section .container .faq-link2 {
    margin-bottom: 7rem;
  }
  .faq-section .container .faq-link2 .faq-link-block:not(:last-child) {
    margin-bottom: 4rem;
  }
  .faq-section .container .faq-link2 .faq-link-block .faq-link-ttl {
    font-size: 2rem;
  }
  .faq-section .container .faq-link2 .faq-link-block .faq-link-list li a {
    font-size: 1.6rem;
  }
  .faq-section .container .faq-body .faq:not(:last-child) {
    margin-bottom: 12rem;
  }
  .faq-section .container .faq-body .faq .page-h2 {
    margin-bottom: 0;
  }
  .faq-section .container .faq-body .faq .page-h3 {
    margin: 4rem 0 0;
  }
  .parts-section .container .txt {
    font-size: 1.6rem;
  }
  .parts-section .container .wrap {
    margin-top: 10rem;
  }
  .parts-section .container .wrap .block:not(:last-child) {
    margin-bottom: 18rem;
  }
  .parts-section .container .wrap .block:nth-child(2) .btn {
    margin-top: 7rem;
  }
  .parts-section .container .wrap .block .table td {
    padding: 2rem 3rem;
  }
  .parts-section .container .wrap .block .table td .box {
    margin-bottom: 0;
  }
  .parts-section .container .wrap .block .table td .box div:nth-child(1) {
    width: 300px;
    margin-bottom: 0;
  }
  .parts-section .container .wrap .block .table td .box div:nth-child(2) {
    width: calc(100% - 300px - 30px);
  }
  .news-section .container .wrap article:not(:last-child) {
    margin-bottom: 10rem;
  }
  .news-section .container .pagenavi {
    margin-top: 10rem;
  }
  .contact-section {
    margin: 10rem 0 20rem;
  }
  .contact-section .section-inner {
    max-width: 800px;
  }
  .contact-section .section-inner .container .tel {
    padding: 4rem 2rem;
    margin-bottom: 10rem;
  }
  .contact-section .section-inner .container .tel .ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .contact-section .section-inner .container .tel a .txt {
    font-size: 4rem;
  }
  .contact-section .section-inner .container .mail {
    margin-bottom: 10rem;
  }
  .contact-section .section-inner .container .mail .ttl {
    font-size: 2rem;
  }
  .contact-section .section-inner .container .mail .txt {
    font-size: 1.6rem;
  }
  .contact-section .section-inner .container .form .group {
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
  }
  .contact-section .section-inner .container .form .group.file {
    margin-bottom: 1rem;
  }
  .contact-section .section-inner .container .form .group .head {
    width: calc(31.25% - 40px);
    justify-content: space-between;
    padding-top: 1.2rem;
    margin-bottom: 0;
  }
  .contact-section .section-inner .container .form .group .head div:nth-child(1) p {
    font-size: 1.6rem;
  }
  .contact-section .section-inner .container .form .group .head div:nth-child(2) {
    padding-top: 0.2rem;
  }
  .contact-section .section-inner .container .form .group .data {
    width: 68.75%;
  }
  .contact-section .section-inner .container .form .group .data input[type=text],
  .contact-section .section-inner .container .form .group .data input[type=email],
  .contact-section .section-inner .container .form .group .data select,
  .contact-section .section-inner .container .form .group .data textarea {
    padding: 1.2rem;
  }
  .contact-section .section-inner .container .form .group .data.address div span {
    font-size: 1.6rem;
  }
  .contact-section .section-inner .container .form .group .data.address div .box:nth-child(2) .select::before {
    top: 12px;
  }
  .contact-section .section-inner .container .form .group .data.address div .box:nth-child(2) .select::after {
    bottom: 12px;
  }
  .contact-section .section-inner .container .form .group .data.radio .radio-wrap {
    padding-top: 1.2rem;
  }
  .contact-section .section-inner .container .form .group .data.radio .radio-wrap label span {
    font-size: 1.6rem;
  }
  .contact-section .section-inner .container .form .group .data.radio .radio-wrap label span::before {
    top: 4px;
  }
  .contact-section .section-inner .container .form .group .data.radio .radio-wrap label span::after {
    top: 9px;
  }
  .contact-section .section-inner .container .form .group .data.file {
    padding-top: 1.2rem;
    font-size: 1.6rem;
  }
  .contact-section .section-inner .container .form .submit {
    margin-top: 8rem;
  }
  .contact-section .section-inner .container .form .submit input[type=submit] {
    height: 70px;
  }
  .mw_wp_form_confirm .group {
    margin-bottom: 3rem !important;
  }
  .mw_wp_form_confirm .data {
    font-size: 1.6rem;
  }
  .mw_wp_form_confirm .data .radio-wrap {
    padding-top: 0 !important;
  }
  .privacy-section {
    margin: 10rem 0 20rem;
  }
  .privacy-section .section-inner {
    max-width: 800px;
  }
  .privacy-section .container p {
    font-size: 1.6rem;
  }
  .thanks-section {
    margin: 10rem 0 20rem;
  }
  .thanks-section .section-inner {
    max-width: 800px;
  }
  .thanks-section .container .ttl {
    font-size: 3.2rem;
    line-height: 1.7;
  }
  .thanks-section .container .txt {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
  .category-section.single {
    padding: 6rem 2rem 4rem;
  }
  .category-section .section-inner {
    max-width: 1200px;
  }
  .category-section .container .category-sp {
    display: none;
  }
  .category-section .container .category-pc {
    display: block;
    max-width: 1000px;
    margin: 4rem auto 0;
  }
  .category-section .container .category-pc .wrap .block {
    display: flex;
  }
  .category-section .container .category-pc .wrap .block:not(:last-child) {
    margin-bottom: 2rem;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(1) {
    width: 162px;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(1) span {
    display: inline-block;
    background-color: #1f4d8a;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    width: 162px;
    padding: 0.8rem;
    line-height: 1.5;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(2) {
    width: calc(100% - 162px - 30px);
    margin-left: 30px;
    padding-top: 0.8rem;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(2) ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(2) ul li {
    margin-right: 3rem;
    margin-bottom: 2rem;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(2) ul li a {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(2) ul li a::before {
    content: "▶︎";
    display: block;
    margin-right: 0.5rem;
  }
  .category-section .container .category-pc .wrap .block .box:nth-child(2) ul li a:hover {
    opacity: 0.6;
  }
  .record-section {
    margin-bottom: 18rem;
  }
  .pagenavi {
    margin-top: 0;
  }
  .article-section .container .page-h2 {
    margin-bottom: 2.5rem;
  }
  .article-section .container .thumbnail {
    margin-top: 2rem;
  }
  .article-section .container .thumbnail .sub-thumb .thumbnail-list li {
    width: calc((100% - 40px) / 6);
    padding-bottom: 10%;
  }
  .article-section .container .thumbnail .sub-thumb .thumbnail-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .article-section .container .thumbnail .sub-thumb .thumbnail-list li:not(:nth-child(6n)) {
    margin-right: 8px;
  }
  .article-section .container #article {
    margin-top: 5rem;
  }
  .article-section .container .article-cat {
    margin-top: 8rem;
  }
  .article-section .container .record-return {
    font-size: 1.8rem;
    padding: 5rem 2rem;
    margin-top: 5rem;
  }
  .btn-2col {
    display: flex;
    justify-content: center;
  }
  .btn-2col .primary-btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 50px;
  }
  .btn-3col {
    display: flex;
  }
  .btn-3col .primary-btn {
    width: calc((100% - 60px) / 3);
    min-width: auto;
  }
  .btn-3col .primary-btn:not(:last-child) {
    margin-bottom: 0;
  }
  .btn-3col .primary-btn:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .faq-section .container .faq-link a {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .page-section {
    padding: 0 5vw;
  }
  .table td {
    padding: 1.5rem 1.2rem;
  }
  .message-section {
    padding: 0 5vw;
  }
  .companypolicy-section {
    padding: 0 5vw;
  }
  .company-section {
    padding: 0 5vw;
  }
  .history-section {
    padding: 0 5vw;
  }
  .company-table tr th {
    padding: 2.5rem 3rem;
  }
  .suppliers-section {
    padding: 0 5vw;
  }
  .contact-section {
    padding: 0 5vw;
  }
  .privacy-section {
    padding: 0 5vw;
  }
  .service-section .container .page-head {
    font-size: 2.2rem;
  }
  .service-section .container .wrap .block .box:nth-child(2) {
    width: calc(55% - 30px);
  }
  .service-section .container .wrap .block .box:nth-child(2) .ttl {
    font-size: 2.2rem;
    margin: 0 0 2rem 0;
  }
  .faq-section .container .faq-link a {
    width: calc((100% - 60px) / 4);
    font-size: 1.4rem;
  }
  .thanks-section {
    padding: 0 5vw;
  }
  .category-section .container .category-pc {
    padding: 0 calc(5vw - 2rem);
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .page-section {
    padding: 0 10vw;
  }
  .message-section {
    padding: 0 10vw;
  }
  .companypolicy-section {
    padding: 0 10vw;
  }
  .company-section {
    padding: 0 10vw;
  }
  .history-section {
    padding: 0 10vw;
  }
  .suppliers-section {
    padding: 0 10vw;
  }
  .contact-section {
    padding: 0 10vw;
  }
  .privacy-section {
    padding: 0 10vw;
  }
  .thanks-section {
    padding: 0 10vw;
  }
  .category-section .container .category-sp {
    padding: 0 calc(10vw - 2rem);
  }
}
/* contact form 7 */
.wpcf7-list-item {
  display: block !important;
  margin: 0 0 1rem 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  color: #dc3232;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important;
  margin-top: 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
  color: #46b450 !important;
}

.mw_wp_form .error {
  margin-top: 1rem;
}

.page-btn-box {
  margin: 2.5rem 0;
}
.page-btn-box.left {
  text-align: left;
}
.page-btn-box.center {
  text-align: center;
}
.page-btn-box.right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .page-btn-box {
    margin: 5rem 0;
  }
}
.nb-mv-section {
  background: #204d8a;
  color: #fff;
  padding: 0 2rem;
}
.nb-mv-section .nb-mv-section-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .nb-mv-section .nb-mv-section-flex {
    flex-direction: column;
    padding: 40px 0;
    gap: 25pxff;
  }
}
.nb-mv-section .nb-mv-section-flex .txt {
  line-height: 1.6;
}
.nb-mv-section .nb-mv-section-flex .txt .jp {
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .nb-mv-section .nb-mv-section-flex .txt .jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nb-mv-section .nb-mv-section-flex .txt .jp {
    font-size: 20px;
  }
}
.nb-mv-section .nb-mv-section-flex .txt .en {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .nb-mv-section .nb-mv-section-flex .txt .en {
    display: none;
  }
}
.nb-mv-section .nb-mv-section-flex .img img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .nb-mv-section .nb-mv-section-flex .img img {
    width: 180px;
  }
}

.neji-boruto-section {
  line-height: 2;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section {
    font-size: 14px;
  }
}
.neji-boruto-section .nb-ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-ttl {
    margin-bottom: 40px;
  }
}
.neji-boruto-section .nb-ttl-inner {
  border: 1px solid #1f4d8a;
  color: #1f4d8a;
  padding: 30px 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-ttl-inner {
    padding: 20px 35px;
  }
}
.neji-boruto-section .nb-ttl-inner .jp {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-ttl-inner .jp {
    font-size: 20px;
  }
}
.neji-boruto-section .nb-ttl-inner .en {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-ttl-inner .en {
    font-size: 10px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit {
    margin-bottom: 50px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit:nth-child(2n) {
  background: #e8edf3;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit:nth-child(2n) {
    padding: 50px 0;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit > .sect-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .neji-boruto-section .nb-feature .nb-feature-unit > .sect-inner {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit > .sect-inner {
    padding: 0 2rem;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .ttl {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  padding: 10px 10px 13px;
  padding-left: 134px;
  background: #1f4d8a;
  color: #fff;
  border-radius: 100vh;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .ttl {
    background: none;
    color: #1f4d8a;
    padding: 0;
    padding-left: 108px;
  }
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .ttl {
    font-size: 22px;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: none;
    color: #1f4d8a;
    border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .ttl .badge {
  position: absolute;
  left: 20px;
  top: 14px;
  background: #fff;
  color: #1f4d8a;
  border-radius: 100vh;
  padding: 5px 20px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .ttl .badge {
    font-size: 18px;
    background: #1f4d8a;
    color: #fff;
    padding: 4px 20px;
    left: 0;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .ttl .badge {
    position: static;
    font-size: 18px;
    background: #1f4d8a;
    color: #fff;
    padding: 4px 20px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .ttl small {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .ttl small {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .ttl small {
    font-size: 11px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit table {
  width: 100%;
}
.neji-boruto-section .nb-feature .nb-feature-unit table tr th,
.neji-boruto-section .nb-feature .nb-feature-unit table tr td {
  padding: 5px;
  font-size: 13px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit table tr th,
  .neji-boruto-section .nb-feature .nb-feature-unit table tr td {
    font-size: 13px;
    padding: 7px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit table + .note {
  margin-top: 20px;
  text-align: center;
}
.neji-boruto-section .nb-feature .nb-feature-unit .txt p {
  margin-bottom: 1.2em;
}
.neji-boruto-section .nb-feature .nb-feature-unit .txt.mb-40 {
  margin-bottom: 40px;
}
.neji-boruto-section .nb-feature .nb-feature-unit .img {
  text-align: center;
}
.neji-boruto-section .nb-feature .nb-feature-unit .img img.w-651 {
  width: 651px;
}
.neji-boruto-section .nb-feature .nb-feature-unit .img img.w-420 {
  width: 420px;
}
.neji-boruto-section .nb-feature .nb-feature-unit .neji {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .neji {
    margin: 30px 0;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .neji .neji-inner .img {
  border: 1px solid #d1d1d1;
  padding: 30px 50px;
  height: 306px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .neji .neji-inner .img {
    padding: 30px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .neji .neji-inner .note {
  margin-top: 20px;
  text-align: center;
}
.neji-boruto-section .nb-feature .nb-feature-unit .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .box {
    flex-direction: column;
    gap: 20px;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .box > .img,
.neji-boruto-section .nb-feature .nb-feature-unit .box > .video,
.neji-boruto-section .nb-feature .nb-feature-unit .box > .txt {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .box > .img,
  .neji-boruto-section .nb-feature .nb-feature-unit .box > .video,
  .neji-boruto-section .nb-feature .nb-feature-unit .box > .txt {
    width: 100%;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .box > .img img {
  width: 100%;
}
.neji-boruto-section .nb-feature .nb-feature-unit .box > .video .video-inner {
  height: 100%;
}
.neji-boruto-section .nb-feature .nb-feature-unit .box > .table-wrap {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-feature .nb-feature-unit .box > .table-wrap {
    width: 100%;
  }
}
.neji-boruto-section .nb-feature .nb-feature-unit .box + * {
  margin-top: 30px;
}
.neji-boruto-section .nb-movie {
  margin-bottom: 100px;
}
.neji-boruto-section .nb-movie > .sect-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .neji-boruto-section .nb-movie > .sect-inner {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .neji-boruto-section .nb-movie > .sect-inner {
    padding: 0 2rem;
  }
}
.neji-boruto-section .nb-movie .nb-video__ttl {
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  color: #1f4d8a;
  text-align: center;
}
.neji-boruto-section .nb-movie .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.neji-boruto-section .nb-movie .btn {
  margin-top: 50px;
  text-align: center;
}
.neji-boruto-section .nb-movie .btn .primary-btn {
  gap: 15px;
}/*# sourceMappingURL=page.css.map */