@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) * 400 / 1366 * 100, 500px);
  }
}

.contact-Section .inner {
  position: relative;
  padding: calc(var(--vw, 1vw) * 80 / 780 * 100) calc(var(--vw, 1vw) * 60 / 780 * 100) calc(var(--vw, 1vw) * 120 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .contact-Section .inner {
    padding: min(var(--vw, 1vw) * 50 / 1366 * 100, 62.5px) min(var(--vw, 1vw) * 190 / 1366 * 100, 237.5px) min(var(--vw, 1vw) * 105 / 1366 * 100, 131.25px);
  }
}
.contact-Section .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);
}
@media screen and (min-width: 780px) {
  .contact-Section .ttl {
    font-size: min(var(--vw, 1vw) * 24 / 1366 * 100, 30px);
    padding: 0 0 min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
  }
}
.contact-Section .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) {
  .contact-Section .ttl::before {
    height: min(var(--vw, 1vw) * 3 / 1366 * 100, 3.75px);
    width: min(var(--vw, 1vw) * 100 / 1366 * 100, 125px);
  }
}
.contact-Section .table {
  margin-top: calc(var(--vw, 1vw) * 45 / 780 * 100);
  width: 100%;
}
@media screen and (min-width: 780px) {
  .contact-Section .table {
    width: min(var(--vw, 1vw) * 604 / 1366 * 100, 755px);
    margin: 0 auto;
  }
}
.contact-Section .table th {
  text-align: left;
  vertical-align: top;
  padding: calc(var(--vw, 1vw) * 45 / 780 * 100) 0 calc(var(--vw, 1vw) * 5 / 780 * 100);
  font-weight: 400;
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .contact-Section .table th {
    padding: min(var(--vw, 1vw) * 35 / 1366 * 100, 43.75px) 0 min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px);
    font-size: min(var(--vw, 1vw) * 18 / 1366 * 100, 22.5px);
  }
}
.contact-Section .table th p {
  display: flex;
  justify-content: space-between;
}
.contact-Section .table th p span {
  font-size: calc(var(--vw, 1vw) * 28 / 780 * 100);
  color: #8cb7d3;
}
@media screen and (min-width: 780px) {
  .contact-Section .table th p span {
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
  }
}
.contact-Section .table input[type=text], .contact-Section .table input[type=email], .contact-Section .table input[type=tel] {
  background-color: #f6f6f6;
  width: 100%;
  height: calc(var(--vw, 1vw) * 90 / 780 * 100);
  border: none;
  font-size: 16px;
  padding: calc(var(--vw, 1vw) * 5 / 780 * 100) calc(var(--vw, 1vw) * 15 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .contact-Section .table input[type=text], .contact-Section .table input[type=email], .contact-Section .table input[type=tel] {
    padding: min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px) min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    height: min(var(--vw, 1vw) * 45 / 1366 * 100, 56.25px);
  }
}
.contact-Section .table input[type=text]:focus, .contact-Section .table input[type=email]:focus, .contact-Section .table input[type=tel]:focus {
  background-color: #f5fbff;
  border: none;
  outline: none;
}
.contact-Section .table select {
  background-color: #f6f6f6;
  width: 100%;
  height: calc(var(--vw, 1vw) * 90 / 780 * 100);
  border: none;
  font-size: 16px;
  padding: calc(var(--vw, 1vw) * 5 / 780 * 100) calc(var(--vw, 1vw) * 15 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .contact-Section .table select {
    padding: min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px) min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    height: min(var(--vw, 1vw) * 45 / 1366 * 100, 56.25px);
  }
}
.contact-Section .table select:focus {
  background-color: #f5fbff;
  border: none;
  outline: none;
}
.contact-Section .table textarea {
  background-color: #f6f6f6;
  width: 100%;
  height: calc(var(--vw, 1vw) * 406 / 780 * 100);
  border: none;
  font-size: 16px;
  padding: calc(var(--vw, 1vw) * 5 / 780 * 100) calc(var(--vw, 1vw) * 15 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .contact-Section .table textarea {
    padding: min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px) min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    height: min(var(--vw, 1vw) * 200 / 1366 * 100, 250px);
  }
}
.contact-Section .table textarea:focus {
  background-color: #f5fbff;
  border: none;
  outline: none;
}
.contact-Section .submit-area {
  text-align: center;
  margin-top: calc(var(--vw, 1vw) * 80 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .contact-Section .submit-area {
    margin-top: min(var(--vw, 1vw) * 70 / 1366 * 100, 87.5px);
  }
}
.contact-Section .submit-area input {
  background: #003847;
  width: calc(var(--vw, 1vw) * 550 / 780 * 100);
  height: calc(var(--vw, 1vw) * 130 / 780 * 100);
  border-radius: calc(var(--vw, 1vw) * 64 / 780 * 100);
  color: #fff;
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
  border: none;
  outline: none;
}
@media screen and (min-width: 780px) {
  .contact-Section .submit-area input {
    width: min(var(--vw, 1vw) * 275 / 1366 * 100, 343.75px);
    height: min(var(--vw, 1vw) * 60 / 1366 * 100, 75px);
    border-radius: min(var(--vw, 1vw) * 30 / 1366 * 100, 37.5px);
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    transition: 0.3s;
  }
  .contact-Section .submit-area input:hover {
    background: rgba(0, 56, 71, 0.5);
  }
}

.wpcf7-not-valid-tip {
  font-size: calc(var(--vw, 1vw) * 28 / 780 * 100);
  background-color: #dc3232;
  color: #fff;
  padding: calc(var(--vw, 1vw) * 5 / 780 * 100) calc(var(--vw, 1vw) * 15 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .wpcf7-not-valid-tip {
    font-size: min(var(--vw, 1vw) * 16 / 1366 * 100, 20px);
    padding: min(var(--vw, 1vw) * 5 / 1366 * 100, 6.25px) min(var(--vw, 1vw) * 15 / 1366 * 100, 18.75px);
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
  border-color: #dc3232;
  color: #dc3232;
}
@media screen and (min-width: 780px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: min(var(--vw, 1vw) * 21 / 1366 * 100, 26.25px);
    text-align: center;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  color: #fff;
  font-weight: 600;
  font-size: calc(var(--vw, 1vw) * 32 / 780 * 100);
}
@media screen and (min-width: 780px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: min(var(--vw, 1vw) * 24 / 1366 * 100, 30px);
    text-align: center;
  }
}/*# sourceMappingURL=contact.css.map */