@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100vh;
  font-size: 62.5%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
  min-height: 100%;
  overflow-x: hidden;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
}

img {
  height: auto;
  max-width: 100%;
  transition: 0.3s;
  vertical-align: bottom;
}

svg {
  height: 100%;
  width: 100%;
}

img[srcset] {
  width: 100%;
  transition: 0.3s;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:hover img {
  opacity: 0.8;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.st-Width {
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  .st-Width {
    max-width: min(var(--vw, 1vw) * 1366 / 1366 * 100, 1707.5px);
  }
}

br.pc {
  display: none;
}
@media screen and (min-width: 780px) {
  br.pc {
    display: block;
  }
}
@media screen and (min-width: 780px) {
  br.sp {
    display: none;
  }
}

.st-Header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  /* box-shadow */
  box-shadow: 0px 0px calc(var(--vw, 1vw) * 40 / 780 * 100) 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 780px) {
  .st-Header {
    display: grid;
    grid-template-columns: min(var(--vw, 1vw) * 261 / 1366 * 100, 326.25px) 1fr;
  }
}
.st-Header .logo {
  width: calc(var(--vw, 1vw) * 269 / 780 * 100);
  margin: calc(var(--vw, 1vw) * 40 / 780 * 100) auto;
}
@media screen and (min-width: 780px) {
  .st-Header .logo {
    width: min(var(--vw, 1vw) * 161 / 1366 * 100, 201.25px);
    margin: min(var(--vw, 1vw) * 20 / 1366 * 100, 25px) min(var(--vw, 1vw) * 30 / 1366 * 100, 37.5px);
  }
}

.st-Nav {
  position: fixed;
  z-index: 99;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  right: -100vw;
  overflow-y: scroll;
  background: #fff;
  padding: calc(var(--vw, 1vw) * 30 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .st-Nav {
    position: relative;
    display: grid;
    grid-template-columns: 1fr min(var(--vw, 1vw) * 210 / 1366 * 100, 262.5px);
    height: auto;
    width: auto;
    right: 0;
    overflow: hidden;
    background: transparent;
    padding: 0;
  }
}
.st-Nav.menu-expanded {
  right: 0;
}
@media screen and (min-width: 780px) {
  .st-Nav .list {
    text-align: center;
    display: flex;
    justify-content: right;
    align-items: center;
  }
}
.st-Nav .list li {
  font-size: calc(var(--vw, 1vw) * 48 / 780 * 100);
  line-height: 1.4;
}
@media screen and (min-width: 780px) {
  .st-Nav .list li {
    font-size: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
  }
}
.st-Nav .list li span {
  display: block;
  font-size: calc(var(--vw, 1vw) * 30 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Nav .list li span {
    font-size: min(var(--vw, 1vw) * 12 / 1366 * 100, 15px);
  }
}
.st-Nav .list li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: calc(var(--vw, 1vw) * 30 / 780 * 100) 0;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .st-Nav .list li a {
    padding: min(var(--vw, 1vw) * 20 / 1366 * 100, 25px);
  }
}
.st-Nav .contact {
  width: calc(var(--vw, 1vw) * 580 / 780 * 100);
  margin: calc(var(--vw, 1vw) * 50 / 780 * 100) auto calc(var(--vw, 1vw) * 200 / 780 * 100);
  background-color: #074b5d;
  font-size: calc(var(--vw, 1vw) * 48 / 780 * 100);
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 780px) {
  .st-Nav .contact {
    font-size: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
    width: 100%;
    margin: 0 0 0 min(var(--vw, 1vw) * 20 / 1366 * 100, 25px);
    line-height: 1.4;
  }
}
.st-Nav .contact span {
  font-size: calc(var(--vw, 1vw) * 30 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Nav .contact span {
    font-size: min(var(--vw, 1vw) * 12 / 1366 * 100, 15px);
  }
}
.st-Nav .contact a {
  height: calc(var(--vw, 1vw) * 180 / 780 * 100);
  color: #fff;
  text-decoration: none;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 780px) {
  .st-Nav .contact a {
    height: 100%;
    padding-left: min(var(--vw, 1vw) * 35 / 1366 * 100, 43.75px);
  }
  .st-Nav .contact a:hover {
    opacity: 1;
    background: #afd2dc;
  }
}
.st-Nav .contact a::before {
  content: "";
  background: url(../images/icon_contact_white.svg) no-repeat;
  width: calc(var(--vw, 1vw) * 75 / 780 * 100);
  height: calc(var(--vw, 1vw) * 58 / 780 * 100);
  position: absolute;
  left: calc(var(--vw, 1vw) * 68 / 780 * 100);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 780px) {
  .st-Nav .contact a::before {
    width: min(var(--vw, 1vw) * 32 / 1366 * 100, 40px);
    height: min(var(--vw, 1vw) * 25 / 1366 * 100, 31.25px);
    left: min(var(--vw, 1vw) * 37 / 1366 * 100, 46.25px);
  }
}

.menu-trigger {
  display: block;
  width: calc(var(--vw, 1vw) * 180 / 780 * 100);
  height: calc(var(--vw, 1vw) * 180 / 780 * 100);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 780px) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  height: calc(var(--vw, 1vw) * 2 / 780 * 100);
  width: calc(var(--vw, 1vw) * 70 / 780 * 100);
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}
.menu-trigger span:nth-of-type(1) {
  top: calc(var(--vw, 1vw) * 61 / 780 * 100);
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--vw, 1vw) * 88 / 780 * 100);
}
.menu-trigger span:nth-of-type(3) {
  top: calc(var(--vw, 1vw) * 112 / 780 * 100);
}
.menu-trigger.active {
  background: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(calc(var(--vw, 1vw) * 25 / 780 * 100)) translateX(-50%) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(calc(var(--vw, 1vw) * -25 / 780 * 100)) translateX(-50%) rotate(45deg);
}

.pageTop {
  background: #003847;
}
.pageTop a {
  display: grid;
  place-content: center;
  padding: calc(var(--vw, 1vw) * 37 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .pageTop a {
    padding: min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px) 0;
  }
}
.pageTop img {
  width: calc(var(--vw, 1vw) * 40 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .pageTop img {
    width: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
  }
}

.st-Footer {
  background: #e5e7ec;
}
.st-Footer .inner {
  padding: calc(var(--vw, 1vw) * 95 / 780 * 100) calc(var(--vw, 1vw) * 10 / 780 * 100) calc(var(--vw, 1vw) * 148 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .inner {
    padding: min(var(--vw, 1vw) * 50 / 1366 * 100, 62.5px) min(var(--vw, 1vw) * 140 / 1366 * 100, 175px);
  }
}
@media screen and (min-width: 780px) {
  .st-Footer .btn-area {
    display: flex;
    justify-content: center;
    gap: min(var(--vw, 1vw) * 40 / 1366 * 100, 50px);
  }
}
.st-Footer .btn-area .btn {
  width: calc(var(--vw, 1vw) * 550 / 780 * 100);
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  .st-Footer .btn-area .btn {
    width: min(var(--vw, 1vw) * 455 / 1366 * 100, 568.75px);
    margin: 0;
  }
}
.st-Footer .btn-area .btn:first-of-type {
  margin-bottom: calc(var(--vw, 1vw) * 60 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .btn-area .btn:first-of-type {
    margin-bottom: 0;
  }
}
.st-Footer .btn-area .btn:first-of-type a::before {
  content: "";
  background: url(../images/icon_contact_color.svg) no-repeat;
  width: calc(var(--vw, 1vw) * 54 / 780 * 100);
  height: calc(var(--vw, 1vw) * 41 / 780 * 100);
  position: absolute;
  left: calc(var(--vw, 1vw) * 73 / 780 * 100);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 780px) {
  .st-Footer .btn-area .btn:first-of-type a::before {
    width: min(var(--vw, 1vw) * 33 / 1366 * 100, 41.25px);
    height: min(var(--vw, 1vw) * 27 / 1366 * 100, 33.75px);
    left: min(var(--vw, 1vw) * 132 / 1366 * 100, 165px);
  }
}
.st-Footer .btn-area .btn:last-of-type a::before {
  content: "";
  background: url(../images/icon_company.svg) no-repeat;
  width: calc(var(--vw, 1vw) * 53 / 780 * 100);
  height: calc(var(--vw, 1vw) * 47 / 780 * 100);
  position: absolute;
  left: calc(var(--vw, 1vw) * 73 / 780 * 100);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 780px) {
  .st-Footer .btn-area .btn:last-of-type a::before {
    width: min(var(--vw, 1vw) * 29 / 1366 * 100, 36.25px);
    height: min(var(--vw, 1vw) * 29 / 1366 * 100, 36.25px);
    left: min(var(--vw, 1vw) * 156 / 1366 * 100, 195px);
  }
}
.st-Footer .btn-area .btn a {
  position: relative;
  display: grid;
  text-decoration: none;
  color: #003847;
  font-size: calc(var(--vw, 1vw) * 30 / 780 * 100);
  border: 1px solid #003847;
  border-radius: calc(var(--vw, 1vw) * 150 / 780 * 100);
  padding: calc(var(--vw, 1vw) * 40 / 780 * 100) 0 calc(var(--vw, 1vw) * 40 / 780 * 100) calc(var(--vw, 1vw) * 205 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .btn-area .btn a {
    font-size: min(var(--vw, 1vw) * 22 / 1366 * 100, 27.5px);
    border-radius: min(var(--vw, 1vw) * 37 / 1366 * 100, 46.25px);
    padding: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px) 0 min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px) min(var(--vw, 1vw) * 40 / 1366 * 100, 50px);
    justify-content: center;
  }
  .st-Footer .btn-area .btn a:hover {
    opacity: 1;
    background: #afd2dc;
  }
}
.st-Footer .logo-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin: calc(var(--vw, 1vw) * 120 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .st-Footer .logo-area {
    display: flex;
    grid-template-columns: 1fr;
    justify-content: left;
    margin: min(var(--vw, 1vw) * 55 / 1366 * 100, 68.75px) min(var(--vw, 1vw) * 20 / 1366 * 100, 25px);
  }
}
.st-Footer .logo-area .logo1 {
  border-right: 1px solid #003847;
}
@media screen and (min-width: 780px) {
  .st-Footer .logo-area .logo1 {
    width: min(var(--vw, 1vw) * 305 / 1366 * 100, 381.25px);
  }
}
.st-Footer .logo-area .logo1 img {
  width: calc(var(--vw, 1vw) * 281 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .logo-area .logo1 img {
    width: min(var(--vw, 1vw) * 201 / 1366 * 100, 251.25px);
  }
}
@media screen and (min-width: 780px) {
  .st-Footer .logo-area .logo2 {
    width: min(var(--vw, 1vw) * 250 / 1366 * 100, 312.5px);
  }
}
.st-Footer .logo-area .logo2 img {
  width: calc(var(--vw, 1vw) * 201 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .logo-area .logo2 img {
    width: min(var(--vw, 1vw) * 146 / 1366 * 100, 182.5px);
  }
}
.st-Footer .logo-area a {
  display: grid;
  place-content: center;
}
.st-Footer .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 780px) {
  .st-Footer .list {
    display: flex;
    grid-template-columns: auto;
    margin-left: min(var(--vw, 1vw) * 40 / 1366 * 100, 50px);
    position: relative;
  }
  .st-Footer .list::before {
    content: "サイトマップ";
    position: absolute;
    top: calc(min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px) * -1);
    left: 0;
  }
}
.st-Footer .list li {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 36 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .list li {
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
  }
}
.st-Footer .list li a {
  display: block;
  color: #000;
  padding: calc(var(--vw, 1vw) * 30 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .st-Footer .list li a {
    padding: min(var(--vw, 1vw) * 30 / 1366 * 100, 37.5px) min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
    text-decoration: none;
  }
}
.st-Footer .add-area {
  padding: 0 calc(var(--vw, 1vw) * 30 / 780 * 100);
  margin-top: calc(var(--vw, 1vw) * 120 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .add-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding: 0 min(var(--vw, 1vw) * 80 / 1366 * 100, 100px);
    margin-top: min(var(--vw, 1vw) * 10 / 1366 * 100, 12.5px);
  }
}
.st-Footer .add-ttl {
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
  margin-bottom: calc(var(--vw, 1vw) * 20 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .add-ttl {
    font-size: min(var(--vw, 1vw) * 22 / 1366 * 100, 27.5px);
    margin-bottom: min(var(--vw, 1vw) * 20 / 1366 * 100, 25px);
  }
}
.st-Footer .add-txt {
  font-size: calc(var(--vw, 1vw) * 28 / 780 * 100);
  margin-bottom: calc(var(--vw, 1vw) * 50 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .add-txt {
    font-size: min(var(--vw, 1vw) * 14 / 1366 * 100, 17.5px);
    margin-bottom: min(var(--vw, 1vw) * 20 / 1366 * 100, 25px);
  }
}
.st-Footer .add-tel {
  font-size: calc(var(--vw, 1vw) * 28 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .add-tel {
    font-size: min(var(--vw, 1vw) * 14 / 1366 * 100, 17.5px);
  }
}
.st-Footer .map {
  margin-top: calc(var(--vw, 1vw) * 70 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .map {
    width: min(var(--vw, 1vw) * 351 / 1366 * 100, 438.75px);
    margin-top: 0;
    margin-left: auto;
  }
}
.st-Footer .map iframe {
  width: 100%;
  height: calc(var(--vw, 1vw) * 430 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Footer .map iframe {
    height: min(var(--vw, 1vw) * 215 / 1366 * 100, 268.75px);
  }
}
.st-Footer .copy {
  font-size: calc(var(--vw, 1vw) * 28 / 780 * 100);
  text-align: center;
  background: #003847;
  color: #fff;
  padding: calc(var(--vw, 1vw) * 40 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .st-Footer .copy {
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    padding: min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px) 0;
  }
}

/*---共通
---------------------------------------------------------------*/
.st-Main {
  padding-top: calc(var(--vw, 1vw) * 180 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .st-Main {
    padding-top: min(var(--vw, 1vw) * 100 / 1366 * 100, 125px);
  }
}

.second-Ttl {
  background: #f5f5f5;
}
.second-Ttl .inner {
  height: calc(var(--vw, 1vw) * 340 / 780 * 100);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: calc(var(--vw, 1vw) * 35 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .second-Ttl .inner {
    height: min(var(--vw, 1vw) * 240 / 1366 * 100, 300px);
    padding-left: min(var(--vw, 1vw) * 132 / 1366 * 100, 165px);
    overflow-x: unset;
  }
}
.second-Ttl .bg-ttl {
  position: absolute;
  left: calc(var(--vw, 1vw) * 60 / 780 * 100);
  top: 0;
  font-size: calc(var(--vw, 1vw) * 240 / 780 * 100);
  line-height: 0.75;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .second-Ttl .bg-ttl {
    top: min(var(--vw, 1vw) * 40 / 1366 * 100, 50px);
    left: min(var(--vw, 1vw) * 513 / 1366 * 100, 641.25px);
    font-size: min(var(--vw, 1vw) * 200 / 1366 * 100, 250px);
  }
}
.second-Ttl .ttl {
  font-size: calc(var(--vw, 1vw) * 100 / 780 * 100);
  position: relative;
  line-height: 1.2;
  padding: 0 calc(var(--vw, 1vw) * 20 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .second-Ttl .ttl {
    font-size: min(var(--vw, 1vw) * 72 / 1366 * 100, 90px);
    padding: 0 min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px);
  }
  .second-Ttl .ttl::after {
    content: "";
    position: absolute;
    border-top: 2px solid #000;
    width: min(var(--vw, 1vw) * 280 / 1366 * 100, 350px);
    height: ength-md(2);
    top: min(var(--vw, 1vw) * 43 / 1366 * 100, 53.75px);
    left: min(var(--vw, 1vw) * 350 / 1366 * 100, 437.5px);
  }
}
.second-Ttl .ttl .ja {
  display: block;
  font-size: calc(var(--vw, 1vw) * 42 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .second-Ttl .ttl .ja {
    font-size: min(var(--vw, 1vw) * 22 / 1366 * 100, 27.5px);
  }
}
.second-Ttl .ttl span {
  position: relative;
}
.second-Ttl .ttl::before {
  content: "";
  position: absolute;
  background: url(../images/bg_ttl.png) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 136 / 780 * 100);
  height: calc(var(--vw, 1vw) * 203 / 780 * 100);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 780px) {
  .second-Ttl .ttl::before {
    width: min(var(--vw, 1vw) * 87 / 1366 * 100, 108.75px);
    height: min(var(--vw, 1vw) * 130 / 1366 * 100, 162.5px);
  }
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: calc(var(--vw, 1vw) * 10 / 780 * 100);
  margin: calc(var(--vw, 1vw) * 80 / 780 * 100) 0 0;
  font-size: calc(var(--vw, 1vw) * 30 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .wp-pagenavi {
    gap: min(var(--vw, 1vw) * 20 / 1366 * 100, 25px);
    margin: min(var(--vw, 1vw) * 50 / 1366 * 100, 62.5px) 0 0;
    font-size: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
  }
}
.wp-pagenavi .previouspostslink {
  text-align: center;
  width: calc(var(--vw, 1vw) * 120 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .wp-pagenavi .previouspostslink {
    width: min(var(--vw, 1vw) * 60 / 1366 * 100, 75px);
  }
}
.wp-pagenavi .nextpostslink {
  text-align: center;
  width: calc(var(--vw, 1vw) * 120 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .wp-pagenavi .nextpostslink {
    width: min(var(--vw, 1vw) * 60 / 1366 * 100, 75px);
  }
}
.wp-pagenavi a {
  text-decoration: none;
  color: #000;
  width: calc(var(--vw, 1vw) * 58 / 780 * 100);
  border: 1px solid #003847;
  border-radius: 50%;
}
@media screen and (min-width: 780px) {
  .wp-pagenavi a {
    width: min(var(--vw, 1vw) * 35 / 1366 * 100, 43.75px);
  }
}
.wp-pagenavi .current {
  width: calc(var(--vw, 1vw) * 58 / 780 * 100);
  background-color: #003847;
  border: 1px solid #003847;
  border-radius: 50%;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .wp-pagenavi .current {
    width: min(var(--vw, 1vw) * 35 / 1366 * 100, 43.75px);
  }
}
.wp-pagenavi .extend {
  border: none;
}

.post-navigation {
  display: flex;
  justify-content: center;
  gap: calc(var(--vw, 1vw) * 20 / 780 * 100);
  margin-top: calc(var(--vw, 1vw) * 90 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .post-navigation {
    gap: min(var(--vw, 1vw) * 36 / 1366 * 100, 45px);
    margin-top: min(var(--vw, 1vw) * 50 / 1366 * 100, 62.5px);
  }
}
.post-navigation .prev, .post-navigation .next {
  font-size: calc(var(--vw, 1vw) * 25 / 780 * 100);
  width: 100%;
}
@media screen and (min-width: 780px) {
  .post-navigation .prev, .post-navigation .next {
    width: min(var(--vw, 1vw) * 250 / 1366 * 100, 312.5px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
  }
}
.post-navigation .prev a, .post-navigation .next a {
  border-radius: calc(var(--vw, 1vw) * 45 / 780 * 100);
  border: 1px solid #003847;
  color: #003847;
  display: grid;
  place-content: center;
  height: calc(var(--vw, 1vw) * 95 / 780 * 100);
  text-decoration: none;
}
@media screen and (min-width: 780px) {
  .post-navigation .prev a, .post-navigation .next a {
    border-radius: min(var(--vw, 1vw) * 30 / 1366 * 100, 37.5px);
    height: min(var(--vw, 1vw) * 60 / 1366 * 100, 75px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
  }
  .post-navigation .prev a:hover, .post-navigation .next a:hover {
    opacity: 1;
    background: #003847;
    color: #fff;
  }
}

body {
  animation: fade-in 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 780px) {
  .second-Ttl .ttl::after {
    width: min(var(--vw, 1vw) * 208 / 1366 * 100, 260px);
    left: min(var(--vw, 1vw) * 420 / 1366 * 100, 525px);
  }
}

.company-Section {
  background: #e9f5fd;
  position: relative;
}
.company-Section.white {
  background: #fff;
  padding: calc(var(--vw, 1vw) * 90 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .company-Section.white {
    padding: 0;
  }
}
.company-Section.gray {
  background: #f5f5f5;
  padding: calc(var(--vw, 1vw) * 90 / 780 * 100) calc(var(--vw, 1vw) * 60 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section.gray {
    padding: min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px) 0;
  }
}
.company-Section .inner {
  position: relative;
  padding: 0 0 calc(var(--vw, 1vw) * 120 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .inner {
    padding: 0 0 min(var(--vw, 1vw) * 60 / 1366 * 100, 75px);
  }
}
.company-Section .unit {
  background: url(../images/company/img1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  height: calc(var(--vw, 1vw) * 500 / 780 * 100);
  display: grid;
  place-content: center;
  padding: 0 calc(var(--vw, 1vw) * 85 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .unit {
    margin: 0 calc(50% - var(--vw, 1vw) * 50);
    padding: 0 calc(var(--vw, 1vw) * 50 - 50%);
    background: url(../images/company/img1_pc.jpg) no-repeat;
    background-size: cover;
    height: min(var(--vw, 1vw) * 340 / 1366 * 100, 425px);
    padding: 0;
  }
}
.company-Section .unit-txt {
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .unit-txt {
    font-size: min(var(--vw, 1vw) * 24 / 1366 * 100, 30px);
    width: min(var(--vw, 1vw) * 735 / 1366 * 100, 918.75px);
  }
}
.company-Section .unit-repre {
  padding: calc(var(--vw, 1vw) * 90 / 780 * 100) calc(var(--vw, 1vw) * 60 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .company-Section .unit-repre {
    width: min(var(--vw, 1vw) * 980 / 1366 * 100, 1225px);
    margin: 0 auto;
    padding: min(var(--vw, 1vw) * 50 / 1366 * 100, 62.5px) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 780px) {
  .company-Section .unit-repre.staff {
    align-items: start;
  }
  .company-Section .unit-repre.staff .repre-img {
    width: min(var(--vw, 1vw) * 212 / 1366 * 100, 265px);
    margin-bottom: 0;
    position: relative;
  }
  .company-Section .unit-repre.staff .repre-namebox {
    position: absolute;
    bottom: min(var(--vw, 1vw) * 30 / 1366 * 100, 37.5px);
    background: white;
    padding: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px) min(var(--vw, 1vw) * 25 / 1366 * 100, 31.25px);
    line-height: 1.5;
  }
  .company-Section .unit-repre.staff .repre-namebox::before {
    left: min(var(--vw, 1vw) * 13 / 1366 * 100, 16.25px);
    top: 50%;
    transform: translateY(-50%);
    height: min(var(--vw, 1vw) * 45 / 1366 * 100, 56.25px);
    width: min(var(--vw, 1vw) * 3 / 1366 * 100, 3.75px);
  }
  .company-Section .unit-repre.staff .repre-txtarea {
    width: min(var(--vw, 1vw) * 732 / 1366 * 100, 915px);
  }
}
.company-Section .repre-ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 42 / 780 * 100);
  position: relative;
  padding: 0 0 calc(var(--vw, 1vw) * 35 / 780 * 100);
  margin-top: calc(var(--vw, 1vw) * 90 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .repre-ttl {
    font-size: min(var(--vw, 1vw) * 36 / 1366 * 100, 45px);
    text-align: left;
    padding: min(var(--vw, 1vw) * 3 / 1366 * 100, 3.75px) min(var(--vw, 1vw) * 35 / 1366 * 100, 43.75px);
    margin: min(var(--vw, 1vw) * 50 / 1366 * 100, 62.5px) min(var(--vw, 1vw) * 140 / 1366 * 100, 175px) 0;
  }
}
.company-Section .repre-ttl::before {
  content: "";
  position: absolute;
  background: #b9e3fd;
  height: calc(var(--vw, 1vw) * 6 / 780 * 100);
  width: calc(var(--vw, 1vw) * 105 / 780 * 100);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .company-Section .repre-ttl::before {
    height: 100%;
    width: min(var(--vw, 1vw) * 8 / 1366 * 100, 10px);
    left: 0;
    transform: translateX(0%);
  }
}
.company-Section .repre-img {
  text-align: center;
  margin-bottom: calc(var(--vw, 1vw) * 60 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .repre-img {
    width: min(var(--vw, 1vw) * 370 / 1366 * 100, 462.5px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 780px) {
  .company-Section .repre-txtarea {
    width: min(var(--vw, 1vw) * 578 / 1366 * 100, 722.5px);
  }
}
.company-Section .repre-txt {
  font-size: calc(var(--vw, 1vw) * 36 / 780 * 100);
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .company-Section .repre-txt {
    font-size: min(var(--vw, 1vw) * 24 / 1366 * 100, 30px);
    line-height: 2.2;
  }
}
.company-Section .repre-txt span {
  padding: calc(var(--vw, 1vw) * 5 / 780 * 100);
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 780px) {
  .company-Section .repre-txt span {
    padding: min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px);
  }
}
.company-Section .repre-namebox {
  margin: calc(var(--vw, 1vw) * 60 / 780 * 100) 0;
  position: relative;
  padding: calc(var(--vw, 1vw) * 3 / 780 * 100) calc(var(--vw, 1vw) * 30 / 780 * 100);
  text-align: left;
}
@media screen and (min-width: 780px) {
  .company-Section .repre-namebox {
    margin: min(var(--vw, 1vw) * 30 / 1366 * 100, 37.5px) 0 0;
    padding: min(var(--vw, 1vw) * 3 / 1366 * 100, 3.75px) min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px);
  }
}
.company-Section .repre-namebox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(var(--vw, 1vw) * 7 / 780 * 100);
  background: #b9e3fd;
}
@media screen and (min-width: 780px) {
  .company-Section .repre-namebox::before {
    width: min(var(--vw, 1vw) * 4 / 1366 * 100, 5px);
  }
}
.company-Section .repre-namettl {
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .repre-namettl {
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
  }
}
.company-Section .repre-name {
  font-weight: 500;
  font-size: calc(var(--vw, 1vw) * 36 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .repre-name {
    font-size: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
  }
}
.company-Section .repre-txt1 {
  padding: 0 calc(var(--vw, 1vw) * 60 / 780 * 100);
  font-size: calc(var(--vw, 1vw) * 28 / 780 * 100);
  margin-bottom: calc(var(--vw, 1vw) * 50 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .repre-txt1 {
    padding: 0 min(var(--vw, 1vw) * 190 / 1366 * 100, 237.5px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    margin-bottom: min(var(--vw, 1vw) * 20 / 1366 * 100, 25px);
  }
}
.company-Section .repre-txt1:last-of-type {
  margin-bottom: 0;
}
.company-Section .repre-sttl {
  padding: 0 calc(var(--vw, 1vw) * 60 / 780 * 100);
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
  font-weight: 500;
}
@media screen and (min-width: 780px) {
  .company-Section .repre-sttl {
    padding: 0 min(var(--vw, 1vw) * 190 / 1366 * 100, 237.5px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
  }
}
@media screen and (min-width: 780px) {
  .company-Section .repre-table {
    display: grid;
    grid-template-columns: min(var(--vw, 1vw) * 120 / 1366 * 100, 150px) 1fr;
  }
}
.company-Section .repre-table .t-ttl {
  width: 50%;
  border-bottom: #d3d3d3 calc(var(--vw, 1vw) * 4 / 780 * 100) solid;
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
  padding: calc(var(--vw, 1vw) * 4 / 780 * 100) 0;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .company-Section .repre-table .t-ttl {
    width: 100%;
    border-bottom: none;
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    padding: min(var(--vw, 1vw) * 12 / 1366 * 100, 15px) 0;
    position: relative;
  }
  .company-Section .repre-table .t-ttl::before {
    content: "";
    position: absolute;
    top: min(var(--vw, 1vw) * 28 / 1366 * 100, 35px);
    left: 0;
    border-top: min(var(--vw, 1vw) * 2 / 1366 * 100, 2.5px) solid #d3d3d3;
    width: 100%;
    height: min(var(--vw, 1vw) * 2 / 1366 * 100, 2.5px);
  }
  .company-Section .repre-table .t-ttl span {
    background: #fff;
    position: relative;
    padding-right: min(var(--vw, 1vw) * 12 / 1366 * 100, 15px);
  }
}
.company-Section .repre-table .t-txt {
  font-size: calc(var(--vw, 1vw) * 28 / 780 * 100);
  padding: calc(var(--vw, 1vw) * 20 / 780 * 100) 0;
}
@media screen and (min-width: 780px) {
  .company-Section .repre-table .t-txt {
    width: 100%;
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    padding: min(var(--vw, 1vw) * 12 / 1366 * 100, 15px) 0 min(var(--vw, 1vw) * 12 / 1366 * 100, 15px) min(var(--vw, 1vw) * 12 / 1366 * 100, 15px);
  }
}
.company-Section .table {
  width: 100%;
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
  margin-top: calc(var(--vw, 1vw) * 90 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .table {
    width: min(var(--vw, 1vw) * 980 / 1366 * 100, 1225px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    margin: min(var(--vw, 1vw) * 50 / 1366 * 100, 62.5px) auto;
  }
}
.company-Section .table th, .company-Section .table td {
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .company-Section .table th, .company-Section .table td {
    display: table-cell;
    vertical-align: text-top;
    width: auto;
  }
}
.company-Section .table th {
  padding: calc(var(--vw, 1vw) * 40 / 780 * 100) 0 calc(var(--vw, 1vw) * 20 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .table th {
    padding: min(var(--vw, 1vw) * 22 / 1366 * 100, 27.5px) min(var(--vw, 1vw) * 10 / 1366 * 100, 12.5px);
    width: min(var(--vw, 1vw) * 375 / 1366 * 100, 468.75px);
  }
}
.company-Section .table td {
  padding: 0 0 calc(var(--vw, 1vw) * 40 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .company-Section .table td {
    padding: min(var(--vw, 1vw) * 22 / 1366 * 100, 27.5px) min(var(--vw, 1vw) * 10 / 1366 * 100, 12.5px);
  }
}
.company-Section .table tr {
  border-top: #d3d3d3 calc(var(--vw, 1vw) * 4 / 780 * 100) solid;
}
@media screen and (min-width: 780px) {
  .company-Section .table tr {
    border-top: #d3d3d3 min(var(--vw, 1vw) * 2 / 1366 * 100, 2.5px) solid;
  }
}
.company-Section .table tr:last-of-type {
  border-bottom: #d3d3d3 calc(var(--vw, 1vw) * 4 / 780 * 100) solid;
}
@media screen and (min-width: 780px) {
  .company-Section .table tr:last-of-type {
    border-bottom: #d3d3d3 min(var(--vw, 1vw) * 2 / 1366 * 100, 2.5px) solid;
  }
}/*# sourceMappingURL=company.css.map */