@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1rem;
}

span.page-numbers {
  background: rgba(254, 86, 33, 0.5);
}

span.page-numbers {
  display: block;
  background: #dadada;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 35px;
  font-size: 9px;
}

.page-numbers a {
  display: block;
  background: #9f9f9f;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 35px;
  font-size: 9px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-area a {
  color: #fff;
}

.breadcrumb-area li::after {
  content: ">";
  font-weight: 900;
  margin: 0 10px;
}

.breadcrumb-area li:last-child::after {
  display: none;
}

.post,
.page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.post-main h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.post-main .pagination {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-main .pagination a {
  background: #47a48f;
  display: block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 10px;
  background: #fff;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
}

.error-404 {
  margin-top: 3rem;
}

.error-404 h1 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.error-404 p {
  text-align: center;
}

.error-404 a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
  background: #080f57;
  text-align: center;
  color: #fff;
  padding: 10px;
}

i.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

i.prev-arrow {
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

i.next-arrow {
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#colophon {
  padding: 1rem;
  text-align: center;
  font-size: 70%;
  line-height: 25px;
}

#colophon p a {
  text-decoration: underline;
}

.pp p {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.pp h2 {
  margin: 2rem 0 1rem;
}

.pp ol {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
  list-style: auto;
  margin-left: 30px;
}

.pp ul {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.blog-content p {
  margin-top: 1rem;
}

.blog-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  background: #ffcdd2;
  padding: 10px;
}

.blog-content h3 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  border-bottom: 2px solid #ffcdd2;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.blog-content h4 {
  font-size: 1.1rem;
  border-left: 2px solid #fecdd3;
  padding-left: 1rem;
}

.blog-content p a {
  color: #3f51b5;
  text-decoration: underline;
}

.blog-content ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 2rem;
}

.blog-content ol {
  margin-top: 1rem;
  list-style: decimal;
  margin-left: 2rem;
}

.pp-area p {
  font-size: 90%;
  margin-top: 1rem;
}

.pp-area h2 {
  text-align: left;
  font-size: 18px;
  margin: 2rem 0 1rem;
}

.pp-area ol {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pp-area ul {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

p.tR {
  text-align: right;
}

#map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  line-height: 40px;
}

#map > li {
  width: calc(25% - 1.5rem);
}

#map li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.8);
}

#map li a::after {
  content: "＞";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc-area .pc-hd-area {
  width: 60%;
  position: relative;
}
.pc-area .pc-hd-area-box {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  background: url(../img/pc-menu-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.pc-area .pc-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2rem;
}
.pc-area .pc-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 2rem 4rem 2rem 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pc-area .pc-menu-top .site-branding {
  width: 50%;
}
.pc-area .pc-menu-top .site-branding img {
  max-width: 200px;
}

#pc-menu a {
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  display: block;
  font-weight: 700;
  width: 170px;
}
#pc-menu a::after {
  font-family: "Material Symbols Outlined";
  content: "\f8ce";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#pc-menu li {
  margin-top: 2rem;
}
#pc-menu li:first-child {
  margin-top: 0;
}

.pc-menu-bottom {
  margin-top: 2rem;
  padding-left: 2rem;
}
.pc-menu-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.pc-menu-bottom ul a {
  background: #1e72bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  position: relative;
}
.pc-menu-bottom ul a::after {
  font-family: "Material Symbols Outlined";
  content: "\f8ce";
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.scroll_down {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 30px;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #56cdff;
}

.scroll_down a:hover {
  opacity: 0.5;
}

#type01 a:after {
  -webkit-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-inner {
  padding: 2rem 4rem;
}

.top-main-key {
  height: 100vh;
  color: #fff;
  background: #1e72bd;
}
.top-main-key p {
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.top-main-key p.h1 {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}
.top-main-key p.h1::first-letter {
  color: #56cdff;
}

p.key-txt {
  font-family: "Montserrat", serif;
  color: rgba(255, 255, 255, 0);
  margin-top: 2rem;
  font-size: 38px;
  text-align: center;
  -webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: #fff;
}

.top1 {
  padding: 0 0 20rem 0;
  background: url(../img/top/about-bg.jpg);
}

.top1-inner {
  margin-top: -90px;
}
.top1-inner h2 {
  font-family: "Montserrat", serif;
  text-align: center;
  color: #1e72bd;
  font-size: 6rem;
  font-weight: 700;
}

.about-box {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4rem;
}
.about-box .about-title {
  width: 20%;
}
.about-box .about-title p {
  font-size: 2.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.about-box .about-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-box .about-txt h3 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.about-box .about-txt p {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 2;
}
.about-box .about-txt a {
  color: #1e72bd;
}

.ev {
  background: #56cdff;
}
.ev .ev-inner {
  padding: 0 4rem;
  margin: 0 auto;
  position: relative;
}
.ev .ev-inner img {
  margin-top: -20rem;
}
.ev .ev-inner .ev-inner-text {
  position: absolute;
  bottom: 1rem;
  left: 5rem;
  color: #fff;
}
.ev .ev-inner .ev-inner-text p {
  font-family: "Montserrat", serif;
  font-size: 2rem;
  font-weight: 600;
}
.ev .ev-inner .ev-inner-text h2 {
  font-size: 4rem;
  font-weight: 600;
}

.ev .top-inner p {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.ev a {
  margin-left: auto;
}

.top-choice {
  background: #1a5c99;
  position: relative;
  padding-bottom: 4rem;
}
.top-choice .top-choice-txt {
  position: absolute;
  left: 15px;
  top: 15px;
}
.top-choice .top-choice-txt p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Montserrat", serif;
  color: rgba(255, 255, 255, 0);
  font-size: 38px;
  -webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: #fff;
}
.top-choice .top-choice-main {
  padding-left: 5rem;
}

.choice-inner {
  color: #fff;
  margin-top: 2rem;
  padding-right: 4rem;
}

.choice-title p {
  font-family: "Montserrat", serif;
  font-size: 2rem;
}
.choice-title h2 {
  font-size: 3rem;
  font-weight: 600;
}

.choice-inner-txt p {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 2;
}
.choice-inner-txt a {
  margin-left: auto;
}

.top-works-inner {
  padding: 6rem 0 6rem 4rem;
  background: url(../img/top/worksbg.jpg);
  background-size: contain;
}
.top-works-inner h2 {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #1a5c99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-works-inner h2 span {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-works-inner h2 span::after {
  content: "";
  width: 5px;
  height: 10px;
  display: inline-block;
  background: #195c99;
  margin-left: 1rem;
}
.top-works-inner h2 strong {
  font-weight: 700;
  font-size: 20px;
}

.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}

.slick__image {
  position: relative;
  width: 310px;
  margin-right: 30px;
}

.slick__image:before {
  display: block;
  content: "";
}

a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  max-width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-inner {
  background: #fff;
  padding: 2rem;
}
.slick-inner p {
  margin-top: 1rem;
}

.ex {
  background: #56cdff;
  position: relative;
  padding-bottom: 4rem;
}
.ex .ex-title-txt {
  position: absolute;
  right: 2rem;
  top: 40%;
  z-index: 1111;
}
.ex .ex-title-txt p {
  font-size: 3rem;
  text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.ex .ex-box {
  color: #fff;
  padding: 2rem 15rem 2rem 4rem;
}
.ex .ex-box h2 {
  font-weight: 700;
  font-family: "Montserrat", serif;
  margin-bottom: 2rem;
}
.ex .ex-box p {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 2;
}

.ex-bg {
  color: rgba(255, 255, 255, 0.3607843137);
  position: absolute;
  bottom: -16px;
  z-index: 1;
}
.ex-bg p {
  font-family: "Montserrat", serif;
  font-size: 4rem;
  white-space: nowrap;
  font-weight: 500;
}

a.ex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 111;
}

a.ex-link::after {
  font-family: "Material Symbols Outlined";
  content: "\f8ce";
}

.top-job {
  background: #1e72bd;
}
.top-job h2 {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-job h2 span {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-job h2 span::after {
  content: "";
  width: 5px;
  height: 10px;
  display: inline-block;
  background: #ffffff;
  margin-left: 1rem;
}
.top-job h2 strong {
  font-weight: 700;
  font-size: 20px;
}
.top-job a {
  color: #fff;
  max-width: 400px;
  font-size: 1.5rem;
  font-weight: 600;
}

a.more::after {
  font-family: "Material Symbols Outlined";
  content: "\f8ce";
}

a.more-w {
  color: #fff;
}

.site-main {
  overflow-x: hidden;
}

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

.f-menu {
  margin-top: 2rem;
}
.f-menu img {
  width: 250px;
  margin: 0 auto;
  display: block;
}
.f-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.page-main .entry-header {
  background: #1e72bd;
  color: #fff;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-main .hd-text {
  text-align: center;
}
.page-main .hd-text span {
  font-family: "Montserrat", serif;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.page-main .hd-text .entry-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.a-header {
  background: #1e72bd;
  color: #fff;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hd-text {
  text-align: center;
}
.hd-text span {
  font-family: "Montserrat", serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.hd-text .entry-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.page-main .entry-content {
  margin-top: 2rem;
}
.page-main .entry-content section {
  padding: 0 2rem;
  position: relative;
}
.page-main .entry-content .pg-fv div {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  max-width: 450px;
  color: #fff;
}
.page-main .entry-content .pg-fv div h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-main .nm-c {
  margin-top: 2rem;
}
.page-main .nm-c h2 {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1f72bd;
}
.page-main .nm-c h3 {
  color: #1f72bd;
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-top: 2px solid #1f72bd;
  border-bottom: 2px solid #1f72bd;
  padding: 1rem 0;
}
.page-main .nm-c p {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 2;
}
.page-main .nm-c ul {
  list-style: disc;
  margin: 1rem 0 0 2rem;
  font-weight: 500;
  line-height: 2rem;
}
.page-main .nm-c > * {
  margin-top: 0;
}

.page-main .entry-content section.p-cta {
  background: #1f72bd;
  padding: 2rem;
  color: #fff;
}
.page-main .entry-content section.p-cta > p:first-child {
  margin-top: 0;
}

.ev .top-inner > p:first-child {
  margin-top: 0 !important;
}

table.cam th,
table.cam td {
  padding: 1rem;
  font-size: 90%;
}
table.cam tr:nth-of-type(even) {
  background: #e9e9e9;
}

.a-box {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-box article {
  width: calc(50% - 1rem);
}
.a-box article h1 {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
.a-box article p.price {
  text-align: right;
}
.a-box article p.j-link a {
  display: block;
  background: #1f72bd;
  padding: 5px;
  text-align: center;
  font-size: 80%;
  margin-top: 0.5rem;
  color: #fff;
  border-radius: 1rem;
}

.job-inner {
  padding: 2rem;
}
.job-inner h2 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
}
.job-inner p {
  margin-top: 1rem;
}
.job-inner > :first-child {
  margin-top: 0;
}
.job-inner .j-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
.job-inner .j-list li {
  background: #1f72bd;
  color: #fff;
  padding: 5px 10px;
  font-size: 90%;
}
.job-inner table {
  margin-top: 1rem;
}
.job-inner table th,
.job-inner table td {
  display: block;
  width: 100%;
  padding: 1rem;
}
.job-inner table th ul,
.job-inner table td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
.job-inner table th ul li,
.job-inner table td ul li {
  background: #1f72bd;
  color: #fff;
  padding: 5px 10px;
  font-size: 90%;
}
.job-inner table th p,
.job-inner table td p {
  margin-top: 0;
}
.job-inner table th {
  width: 100%;
  padding-bottom: 0;
}
.job-inner table th span {
  background: #f44336;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  display: inline-block;
  margin-left: 5px;
}
.job-inner table tr:nth-of-type(even) {
  background: #e9e9e9;
}

.case-blog {
  padding: 0 2rem;
}
.case-blog h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.case-blog h2 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  background: #1f72bd;
  color: #fff;
  padding: 10px;
}
.case-blog p {
  margin-top: 1rem;
}
.case-blog ul {
  margin-top: 2rem;
}

a.btn {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  background: #8bc34a;
  color: #fff;
  padding: 10px;
  border-radius: 1rem;
}

.works-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-box .works-inner {
  width: calc(50% - 1rem);
}
.works-box .works-inner h2 {
  margin: 0.5rem 0 0;
}

.wpcf7 input[type=submit] {
  border: none;
  border-radius: 3px;
  background: #2196f3;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
}

.rinen li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
}/*# sourceMappingURL=main.css.map */