@charset "UTF-8";
/* :::::::::::::::::::

	RESET

:::::::::::::::::::::: */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* :::::::::::::::::::

	COMMON

:::::::::::::::::::::: */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  text-justify: inter-character;
  text-align: justify;
  word-break: break-all;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Font Awesome 5 Free", sans-serif;
  font-size: 1.5rem;
  /* 15px*/
  line-height: 2;
  letter-spacing: 1px;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-x: clip;
  animation: BodyFadeIn 1.5s ease 0s 1 normal;
}
@media only screen and (max-width: 834px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  body {
    width: 375px;
    margin: 0 auto;
    transform-origin: top left;
    transform: scale(0.2666666667vw);
  }
}

@keyframes BodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-style: normal;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}

::selection {
  color: #fff;
  background: #233372;
}

.flex {
  display: flex;
}

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 12rem 0;
}
@media only screen and (max-width: 834px) {
  .contents {
    padding: 6rem 0;
  }
}

.container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.container.long {
  max-width: 1500px;
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.belt {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.belt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EBF0FF;
  z-index: -9999;
}

/*
Pagetop
-------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  z-index: 99;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  #pagetop {
    width: 55px;
    height: 55px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  #pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}
#pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(4px) translate(-50%, -50%) rotate(-45deg);
}

/*
Buttom
-------------------------------------------------- */
/*
Heding
-------------------------------------------------- */
/*
Hero
-------------------------------------------------- */
#hero {
  height: 50rem;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 1366px) {
  #hero {
    height: 40rem;
  }
}
@media only screen and (max-width: 834px) {
  #hero {
    height: 40vw;
  }
}
#business #hero {
  background: top left/contain no-repeat url(../images/hero/hero-left.png), top right/contain no-repeat url(../images/hero/hero-bg-business.png), #FBFBFB;
}
#contact #hero {
  background: top left/contain no-repeat url(../images/hero/hero-left.png), top right/contain no-repeat url(../images/hero/hero-bg-contact.png), #FBFBFB;
}
#recruit #hero {
  background: top left/contain no-repeat url(../images/hero/hero-left.png), top right/contain no-repeat url(../images/hero/hero-bg-recruit.png), #FBFBFB;
}
#hero .hero-ttl {
  font-weight: bold;
  padding-left: 36rem;
  padding-bottom: 6rem;
}
#hero .hero-ttl span {
  font-size: 2.4rem;
  line-height: 4rem;
}
#hero .hero-ttl h1 {
  font-size: 6rem;
  line-height: 8rem;
}
@media only screen and (max-width: 1366px) {
  #hero .hero-ttl {
    padding-left: 30rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 834px) {
  #hero .hero-ttl {
    padding-left: 27.5vw;
    padding-bottom: 2.5vw;
  }
  #hero .hero-ttl span {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  #hero .hero-ttl h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 600px) {
  #hero .hero-ttl span {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #hero .hero-ttl h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.breadcrumb {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  gap: 2.5rem;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-0.5px) translateY(-50%) rotate(45deg);
}
.breadcrumb ul li:first-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #1E4370;
  transition: all 0.4s ease-out;
}
.breadcrumb ul li a:hover {
  color: #333;
}

/* :::::::::::::::::::

	SCROLL

:::::::::::::::::::::: */
/*
Scroll animation
-------------------------------------------------- */
.scroll,
.scroll-top,
.scroll-bottom,
.scroll-left,
.scroll-right {
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.scroll.on,
.scroll-top.on,
.scroll-bottom.on,
.scroll-left.on,
.scroll-right.on {
  opacity: 1;
}

.scroll-bottom {
  transform: translateY(30px);
}
.scroll-bottom.on {
  transform: translateY(0);
}

.scroll-top {
  transform: translateY(-30px);
}
.scroll-top.on {
  transform: translateY(0);
}

.scroll-left {
  transform: translateX(-30px);
}
.scroll-left.on {
  transform: translateX(0);
}

.scroll-right {
  transform: translateX(30px);
}
.scroll-right.on {
  transform: translateX(0);
}

/*
Scroll-img animation
-------------------------------------------------- */
.img-top,
.img-left,
.img-right {
  position: relative;
}
.img-top::after,
.img-left::after,
.img-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transition: 1.2s;
}

.img-top::after {
  transform-origin: center bottom;
}
.img-top.on::after {
  transform: scaleY(0);
}

.img-left::after {
  transform-origin: right center;
}
.img-left.on::after {
  transform: scaleX(0);
}

.img-right::after {
  transform-origin: center left;
}
.img-right.on::after {
  transform: scaleX(0);
}

/* :::::::::::::::::::

	HEADER

:::::::::::::::::::::: */
header {
  position: sticky;
  z-index: 100;
  background: #fff;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
@media only screen and (max-width: 834px) {
  header {
    height: 6rem;
  }
}
header .logo {
  font-size: 3.6rem;
  line-height: 6rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  header .logo {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
header nav {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 4rem;
  font-weight: bold;
}
header nav ul {
  display: flex;
  gap: 4rem;
}
header nav .rec-btn a {
  display: block;
  background: #233372;
  line-height: 2em;
  padding: 1em 2em;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  border: 1px solid #233372;
  transition: all ease 0.2s;
}
header nav .rec-btn a:hover {
  background: #fff;
  color: #233372;
}
@media only screen and (max-width: 834px) {
  header nav {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 2rem 1rem 6rem;
    flex-direction: column;
    transition: ease 0.5s;
  }
  header nav.open {
    left: 0%;
  }
  header nav ul {
    flex-direction: column;
    margin-right: 0;
    gap: 0;
  }
  header nav ul li a {
    display: block;
    width: 300px;
    padding: 1em 0;
    border-bottom: 1px solid #EBF0FF;
  }
  header nav ul li:last-of-type a {
    border-bottom: 0;
  }
  header .hbtn a {
    height: 6rem;
    width: 300px;
    margin-top: 2rem;
  }
}
header #hamburger {
  display: none;
}
@media only screen and (max-width: 834px) {
  header #hamburger {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99999;
    position: relative;
  }
  header #hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: #333;
    border-radius: 4px;
    transition: all 0.4s ease-out;
  }
  header #hamburger span:nth-of-type(1) {
    top: 20px;
  }
  header #hamburger span:nth-of-type(2) {
    top: 30px;
  }
  header #hamburger span:nth-of-type(3) {
    top: 40px;
  }
  header #hamburger.is-active span {
    top: 30px;
  }
  header #hamburger.is-active span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
  }
  header #hamburger.is-active span:nth-of-type(2) {
    width: 0;
  }
  header #hamburger.is-active span:nth-of-type(3) {
    transform: translateY(-50%) rotate(45deg);
  }
}

/* :::::::::::::::::::

	FOOTER

:::::::::::::::::::::: */
footer .f-contact {
  text-align: center;
  background: center center/cover no-repeat url("../images/foot-cont-bg.jpg");
}
footer .f-contact h2 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
footer .f-contact h2 + p {
  font-size: 2rem;
  padding-bottom: 4rem;
}
footer .f-contact .flex {
  justify-content: center;
  gap: 3rem;
}
footer .f-contact .box {
  background: #fff;
  width: 42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}
footer .f-contact .box h3 {
  font-size: 2rem;
}
footer .f-contact .box.tel a {
  font-size: 3.6rem;
  font-weight: bold;
}
footer .f-contact .box.form a {
  display: inline-block;
  margin-inline: auto;
  margin-top: 2rem;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  font-size: 2rem;
  border: 1px solid #000;
  transition: all ease 0.2s;
}
footer .f-contact .box.form a:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 834px) {
  footer .f-contact h2 {
    font-size: 3.2rem;
  }
  footer .f-contact h2 + p {
    font-size: 1.6rem;
  }
  footer .f-contact .flex {
    flex-direction: column;
    align-items: center;
  }
  footer .f-contact .box {
    width: 100%;
    padding: 3rem 0;
  }
  footer .f-contact .box h3 {
    font-size: 1.6rem;
  }
  footer .f-contact .box.tel a {
    font-size: 2.8rem;
    font-weight: bold;
  }
  footer .f-contact .box.form a {
    font-size: 1.8rem;
  }
}
footer .f-main {
  background: #000;
  color: #fff;
}
footer .f-main .contents {
  padding-bottom: 4rem;
}
footer .f-main a,
footer .f-main a:visited,
footer .f-main a:hover {
  color: #fff;
}
footer .f-main .f-logo {
  font-weight: bold;
  font-size: 4.8rem;
}
footer .f-main .f-logo p {
  display: inline-block;
}
footer .f-main .flex {
  justify-content: space-between;
}
footer .f-main nav ul {
  display: flex;
  gap: 3em;
}
footer .f-main p.copy {
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 834px) {
  footer .f-main .f-logo {
    font-size: 3.2rem;
  }
  footer .f-main .flex {
    flex-direction: column;
  }
  footer .f-main nav {
    margin-top: 4rem;
  }
  footer .f-main nav ul {
    gap: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  footer .f-main nav ul {
    flex-wrap: wrap;
    gap: 1em 0;
  }
  footer .f-main nav ul li {
    width: 50%;
  }
}

/* :::::::::::::::::::

	TOP

:::::::::::::::::::::: */
/*
Main Visual
-------------------------------------------------- */
main#top section {
  width: 100%;
  margin: 0 auto;
}
main#top section .ttl {
  display: flex;
  align-items: center;
}
main#top section .ttl:before {
  content: "";
  width: 100px;
  height: 75px;
  margin-right: 1rem;
  background: center center/contain no-repeat url("../images/top-ttl-d.png");
}
main#top section .ttl h2 {
  font-size: 4.8rem;
  line-height: 6rem;
}
main#top section .ttl h2 small {
  display: block;
  font-size: 2.4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 834px) {
  main#top section .ttl:before {
    width: 80px;
    height: 60px;
  }
  main#top section .ttl h2 {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  main#top section .ttl h2 small {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  main#top section .ttl:before {
    width: 60px;
    height: 45px;
  }
  main#top section .ttl h2 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  main#top section .ttl h2 small {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
main#top section#mv {
  height: 1000px;
}
main#top section#mv .swiper,
main#top section#mv .swiper-wrapper,
main#top section#mv .swiper-slide,
main#top section#mv .swiper-img {
  width: 100%;
  height: 100%;
}
main#top section#mv .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main#top section#mv .flex {
  height: 100%;
  flex-direction: row-reverse;
}
main#top section#mv .pic {
  width: calc(100% - 62rem);
}
main#top section#mv .pic img {
  height: 100% !important;
}
main#top section#mv .txt {
  width: 62rem;
  background: center center/cover no-repeat url(../images/mv-ttl-bg.jpg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 7.2rem;
  line-height: 1.5em;
  padding-top: 2em;
  font-weight: bold;
}
main#top section#mv .txt p span {
  color: #F8B61C;
}
@media only screen and (max-width: 1366px) {
  main#top section#mv {
    height: 700px;
  }
  main#top section#mv .pic {
    width: calc(100% - 45rem);
  }
  main#top section#mv .txt {
    width: 45rem;
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 834px) {
  main#top section#mv {
    height: auto;
  }
  main#top section#mv .flex {
    flex-direction: column;
  }
  main#top section#mv .pic {
    flex: auto;
    width: 100%;
    height: 75vw;
  }
  main#top section#mv .txt {
    width: 100%;
    height: 50vw;
    padding-top: 0;
    background-image: url(../images/mv-ttl-bg-sp.jpg);
    font-size: 7vw;
    padding-left: 15vw;
  }
}
main#top section#about {
  padding-top: 6vw;
  background: top center/contain no-repeat url(../images/top-about-bg.png), linear-gradient(to top, #fff, #fff 400px, #DAE2F9 400px, #DAE2F9);
}
main#top section#about h1 {
  font-weight: normal;
  padding: 3rem 10rem 6rem;
}
main#top section#about .flex {
  gap: 4rem;
}
main#top section#about .flex .pic2 {
  margin-top: 4rem;
}
@media only screen and (max-width: 834px) {
  main#top section#about {
    background: top center/contain no-repeat url(../images/top-about-bg.png), linear-gradient(to top, #fff, #fff 35vw, #DAE2F9 35vw, #DAE2F9);
  }
  main#top section#about .flex {
    gap: 5vw;
  }
  main#top section#about .flex .pic2 {
    margin-top: 5vw;
  }
  main#top section#about h1 {
    padding: 3rem 0 6rem;
  }
}
main#top section#business {
  max-width: 1920px;
}
main#top section#business #biz1 ~ div {
  margin-top: 10rem;
}
main#top section#business .pic {
  width: 56%;
  padding-top: 4rem;
}
main#top section#business .txt {
  flex: 1;
  padding-right: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main#top section#business .biz-ttl {
  margin-left: -15rem;
  padding-top: 13rem;
  padding-right: 4rem;
  background: top right 4rem/auto 13rem no-repeat;
}
main#top section#business #biz1 .biz-ttl {
  background-image: url(../images/top-biz-num1.png);
}
main#top section#business #biz2 .biz-ttl {
  background-image: url(../images/top-biz-num2.png);
}
main#top section#business #biz3 .biz-ttl {
  background-image: url(../images/top-biz-num3.png);
}
main#top section#business h3 {
  background: #1E4370;
  color: #fff;
  position: relative;
  font-size: 4rem;
  padding: 0.5em;
}
main#top section#business h3 small {
  color: #000;
  font-size: 2.4rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: flex;
  align-items: center;
}
main#top section#business h3 small:before {
  content: "";
  height: 5px;
  width: 15rem;
  background: #9FB5F1;
  margin-right: 0.5rem;
}
main#top section#business p {
  margin-top: 2rem;
  margin-left: 4rem;
}
main#top section#business a.top-btn {
  display: block;
  margin-top: 6rem;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  font-size: 2rem;
  width: 10em;
  padding: 0.5em;
  background: #233372;
  color: #fff;
  font-weight: bold;
  position: relative;
  border: 1px solid #233372;
  transition: all ease 0.2s;
}
main#top section#business a.top-btn:after {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  width: 6em;
  background: #9FB5F1;
  right: calc(100% - 3rem);
  top: calc(50% - 2.5px);
}
main#top section#business a.top-btn:hover {
  background: #fff;
  color: #233372;
}
@media only screen and (max-width: 1366px) {
  main#top section#business #biz1 ~ div {
    margin-top: 8rem;
  }
  main#top section#business .biz-ttl {
    padding-top: 8rem;
    background: top right 4rem/auto 8rem no-repeat;
  }
  main#top section#business h3 {
    font-size: 2.8rem;
  }
  main#top section#business h3 small {
    color: #000;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 834px) {
  main#top section#business #biz1 ~ div {
    margin-top: 6rem;
  }
  main#top section#business .flex {
    flex-direction: column;
  }
  main#top section#business .pic {
    width: 90%;
  }
  main#top section#business .txt {
    padding: 4rem 5vw 0 0;
    background: top right 5vw/auto 8rem no-repeat;
  }
  main#top section#business .biz-ttl {
    margin-left: 0;
    padding-right: 5vw;
  }
  main#top section#business .biz-ttl small:before {
    width: 4em;
  }
  main#top section#business p {
    margin-left: 5vw;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#business #biz1 ~ div {
    margin-top: 4rem;
  }
  main#top section#business .flex {
    flex-direction: column;
  }
  main#top section#business .pic {
    width: 90%;
  }
  main#top section#business .txt {
    padding: 2rem 5vw 0 0;
  }
  main#top section#business .biz-ttl {
    margin-left: 0;
    padding-right: 5vw;
    padding-top: 5rem;
    background: top right 5vw/auto 5rem no-repeat;
  }
  main#top section#business .biz-ttl small:before {
    width: 4em;
    height: 2px;
    top: 50%;
  }
  main#top section#business h3 {
    font-size: 2rem;
  }
  main#top section#business h3 small {
    color: #000;
    font-size: 1.4rem;
  }
  main#top section#business a.top-btn {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  main#top section#business a.top-btn:after {
    height: 2px;
  }
}
main#top section#company table {
  margin-top: 5rem;
  width: 100%;
}
main#top section#company table tr {
  border-bottom: 1px solid #000;
}
main#top section#company table tr:first-of-type {
  border-top: 1px solid #000;
}
main#top section#company table tr th {
  width: 30rem;
  padding: 4rem 0 4rem 6rem;
}
main#top section#company table tr td {
  padding: 4rem 0;
}
@media only screen and (max-width: 834px) {
  main#top section#company table tr th {
    width: 20rem;
  }
}
@media only screen and (max-width: 600px) {
  main#top section#company table tr th,
  main#top section#company table tr td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  main#top section#company table tr th {
    padding-bottom: 0;
  }
}

/* :::::::::::::::::::

	WordPress

:::::::::::::::::::::: */
/*
Pagination
-------------------------------------------------- */
.pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  width: 100%;
  margin: 0 auto;
}
.pagination ul li a,
.pagination ul li .current {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0;
  background: #EBF0FF;
  border-radius: 5px;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 834px) {
  .pagination ul li a,
  .pagination ul li .current {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pagination ul li .current {
  color: #fff;
  background: #233372;
}
.pagination ul li .prev,
.pagination ul li .next {
  line-height: 45px;
  background: none;
  border: 0;
}
@media only screen and (max-width: 834px) {
  .pagination ul li .prev,
  .pagination ul li .next {
    line-height: 40px;
  }
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
  color: #233372;
  background: none;
}
.pagination ul li a {
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.pagination ul li a:hover {
  color: #fff;
  background: #233372;
}

/*
Error404
-------------------------------------------------- */
#error404 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #error404 {
    text-align: justify;
  }
}
#error404 span {
  display: block;
}
@media only screen and (max-width: 600px) {
  #error404 span {
    display: inline;
  }
}
#error404 a.btn {
  margin-top: 4rem;
  width: 12em;
  font-weight: bold;
  display: inline-block;
  background: #233372;
  line-height: 2em;
  padding: 1em 2em;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  border: 1px solid #233372;
  transition: all ease 0.2s;
}
#error404 a.btn:hover {
  background: #fff;
  color: #233372;
}
@media only screen and (max-width: 600px) {
  #error404 a.btn {
    display: block;
    text-align: center;
  }
}

/*
Contact Form 7
-------------------------------------------------- */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: green;
  background: rgba(0, 128, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.sent .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.wpcf7 .screen-reader-response {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  width: 94%;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 834px) {
  .recaptcha {
    font-size: 1rem;
  }
}

#autozip {
  display: none !important;
}/*# sourceMappingURL=common.css.map */