html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* text clamp */
p:empty {
  display: none;
}

/*
    button
*/
a:focus {
  outline: none;
}
a:hover {
  opacity: 0.7;
}

.toTop {
  position: fixed;
  z-index: 999;
  font-size: 12px;
  letter-spacing: 1.44px;
  line-height: 18px;
  width: 64.74px;
  border-bottom: 1px solid #000000;
  transform: rotate(90deg);
  bottom: 110px;
  right: -2px;
  text-align: left;
  cursor: pointer;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .toTop {
    font-size: 0.878477306vw;
    letter-spacing: 0.1054172767vw;
    line-height: 1.317715959vw;
    width: 4.7393850659vw;
    bottom: 8.0527086384vw;
    right: -0.1464128843vw;
  }
}
@media (max-width: 768px) {
  .toTop {
    font-size: 3.0769230769vw;
    letter-spacing: 0.3692307692vw;
    line-height: 4.6153846154vw;
    width: 16.6vw;
    bottom: 12.8205128205vw;
    right: -2.0512820513vw;
  }
}

/*
    Pagination
*/
/*
    Title Section
*/
/*
    Btn Link
*/
/*
    List item
*/
/*
    Btn Bottom
*/
.btn_bottom, .submit {
  display: block;
  color: #122A3F;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.96px;
  width: 215px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 13px 38px 13px 63px;
  margin: 0 auto;
  border: 1px solid #122A3F;
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .btn_bottom, .submit {
    font-size: 1.1713030747vw;
    line-height: 1.756954612vw;
    letter-spacing: 0.0702781845vw;
    width: 15.7393850659vw;
    height: 3.6603221083vw;
    border-radius: 1.8301610542vw;
    border: 0.0732064422vw solid #122A3F;
    padding: 0.9516837482vw 2.7818448023vw 0.9516837482vw 4.6120058565vw;
    -webkit-border-radius: 1.8301610542vw;
  }
}
@media (max-width: 768px) {
  .btn_bottom, .submit {
    font-size: 4.1025641026vw;
    line-height: 5.8974358974vw;
    letter-spacing: 0.2461538462vw;
    width: 55.1282051282vw;
    height: 12.8205128205vw;
    border: 0.2564102564vw solid #122A3F;
    padding: 3.3333333333vw 9.7435897436vw 3.3333333333vw 16.1538461538vw;
    border-radius: 6.4102564103vw;
    -webkit-border-radius: 6.4102564103vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

.btn_bottom:before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #318FC6;
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .btn_bottom:before {
    width: 2.196193265vw;
    height: 2.196193265vw;
    left: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  .btn_bottom:before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    left: 2.5641025641vw;
  }
}
.btn_bottom:after {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 14px;
  height: 21px;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .btn_bottom:after {
    width: 1.0248901903vw;
    height: 1.5373352855vw;
    left: 1.317715959vw;
  }
}
@media (max-width: 768px) {
  .btn_bottom:after {
    width: 3.5897435897vw;
    height: 5.3846153846vw;
    left: 4.6153846154vw;
  }
}
.btn_bottom:hover {
  opacity: 1;
  background: #318FC6;
  border: 1px solid #318FC6;
  color: #FFFFFF;
}
.btn_bottom:hover:before {
  background: #FFFFFF;
}
.btn_bottom:hover:after {
  background-image: url("../images/arrow_r_blue.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.owl-nav {
  display: none;
}

.breadcrumb {
  display: flex;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .breadcrumb {
    margin-bottom: 2.9282576867vw;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    display: block;
    margin-bottom: 7.1794871795vw;
  }
}
.breadcrumb li {
  margin-right: 12px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .breadcrumb li {
    margin-right: 0.878477306vw;
  }
}
@media (max-width: 768px) {
  .breadcrumb li {
    display: inline;
    margin-right: 2.0512820513vw;
  }
}
.breadcrumb li a, .breadcrumb li span {
  color: #122A3F;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .breadcrumb li a, .breadcrumb li span {
    font-size: 0.878477306vw;
    line-height: 1.2445095168vw;
    letter-spacing: 0.0087847731vw;
  }
}
@media (max-width: 768px) {
  .breadcrumb li a, .breadcrumb li span {
    display: inline;
    font-size: 3.0769230769vw;
    line-height: 4.358974359vw;
    letter-spacing: 0.0307692308vw;
  }
}
.breadcrumb li a {
  position: relative;
}
.breadcrumb li a:after {
  position: absolute;
  color: #AAAAAA;
  content: "/";
  top: 50%;
  right: -8px;
  transform: translateY(-56%);
}
@media (max-width: 1366px) and (min-width: 769px) {
  .breadcrumb li a:after {
    right: -0.5856515373vw;
  }
}
@media (max-width: 768px) {
  .breadcrumb li a:after {
    right: -2.0512820513vw;
  }
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  height: 100%;
  color: #122A3F;
  font-size: 100%;
  font-family: "IBM Plex Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  html,
  body {
    background-size: auto;
  }
}
html.hidden,
body.hidden {
  height: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul, ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.util_sp {
  display: none !important;
}
@media (max-width: 768px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media (max-width: 768px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
	header
*/
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: background 0.3s, opacity 0.3s;
  background-color: rgba(255, 255, 255, 0.7);
}
header.stuck {
  position: fixed;
  animation: stuckMoveDown 0.6s forwards;
}
header .inner {
  display: flex;
  padding: 0 81px;
  height: 90px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .inner {
    height: 6.588579795vw;
    padding: 0 5.9297218155vw;
  }
}
@media (max-width: 768px) {
  header .inner {
    height: 19.2307692308vw;
    padding: 0 8.2051282051vw;
  }
}
header .logo a {
  width: 283px;
  height: 72px;
  display: block;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .logo a {
    width: 20.7174231332vw;
    height: 5.270863836vw;
  }
}
@media (max-width: 768px) {
  header .logo a {
    width: 43.3333333333vw;
    height: 11.0256410256vw;
  }
}
header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .nav_menu {
  padding: 8px 23px;
  background: #fff;
  border-radius: 18px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .nav_menu {
    padding: 0.5856515373vw 1.6837481698vw;
    border-radius: 1.317715959vw;
  }
}
@media (max-width: 768px) {
  header .nav_menu {
    display: none;
  }
}
header .nav_menu ul {
  display: flex;
}
header .nav_menu li:not(:last-child) {
  margin-right: 44px;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .nav_menu li:not(:last-child) {
    margin-right: 3.2210834553vw;
  }
}
header .nav_menu li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #2172A8;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .nav_menu li:not(:last-child):after {
    width: 0.2928257687vw;
    height: 0.2928257687vw;
    right: -1.6105417277vw;
  }
}
header .nav_menu a, header .nav_menu span {
  transition: all ease 0.3s;
  cursor: pointer;
  color: #2172A8;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.42px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .nav_menu a, header .nav_menu span {
    font-size: 1.0248901903vw;
    line-height: 1.4641288433vw;
    letter-spacing: 0.0307467057vw;
  }
}
header .nav_menu span:hover {
  opacity: 0.7;
}
header .dot {
  display: none;
}
@media (max-width: 768px) {
  header .dot {
    cursor: pointer;
    display: block;
    background: #fff;
    border-radius: 4.6153846154vw;
    padding: 2.0512820513vw 4.1025641026vw;
  }
}
@media (max-width: 768px) {
  header .dot span {
    color: #2172A8;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    letter-spacing: 0.1076923077vw;
    transition: all ease 0.3s;
  }
}
header .dot span:hover {
  opacity: 0.7;
}
header .wrapper_menu {
  display: none;
  position: absolute;
  text-align: left;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F5F5F5;
  padding: 147px 20px 0;
  height: 100vh;
  overflow-y: scroll;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu {
    padding: 10.7613469985vw 1.4641288433vw 0;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu {
    padding: 27.4358974359vw 8.5897435897vw 0;
  }
}
header .wrapper_menu footer {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
@media (max-width: 768px) {
  header .wrapper_menu footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 89.7435897436vw;
    padding-top: 8.3487179487vw;
  }
}
header .wrapper_menu footer:before {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #B1B1B1;
  top: -20.5px;
  width: 1024px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu footer:before {
    width: 75.4026354319vw;
    bottom: 3.0014641288vw;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu footer:before {
    content: none;
  }
}
header .wrapper_menu footer .nav ul li {
  margin-right: 0;
}
header .wrapper_menu footer .nav ul li:after {
  content: initial;
}
header .wrapper_menu .container_wrap_menu {
  display: flex;
  padding-bottom: 164px;
  max-width: 1204px;
  margin: 0 auto;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu .container_wrap_menu {
    max-width: 88.140556369vw;
    padding-bottom: 12.0058565154vw;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu .container_wrap_menu {
    flex-direction: column;
    padding: 0;
  }
}
header .wrapper_menu .container_wrap_menu h3 {
  font-size: 34px;
  letter-spacing: 0.34px;
  line-height: 48px;
  color: #D6D6D6;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-right: 83px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu .container_wrap_menu h3 {
    letter-spacing: 0.0248901903vw;
    font-size: 2.4890190337vw;
    line-height: 3.513909224vw;
    margin-right: 6.0761346999vw;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu .container_wrap_menu h3 {
    text-align: center;
    letter-spacing: 0.0871794872vw;
    font-size: 8.7179487179vw;
    line-height: 12.3076923077vw;
    margin-right: 0;
    margin-bottom: 8.2051282051vw;
  }
}
header .wrapper_menu .container_wrap_menu ul {
  width: 650px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu .container_wrap_menu ul {
    width: 47.5841874085vw;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu .container_wrap_menu ul {
    width: 100%;
    padding-bottom: 35.3538461538vw;
    border-bottom: 1px solid #B1B1B1;
  }
}
header .wrapper_menu .container_wrap_menu li {
  padding-bottom: 18px;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 42px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all ease 0.3s;
}
header .wrapper_menu .container_wrap_menu li:hover {
  opacity: 0.7;
}
header .wrapper_menu .container_wrap_menu li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 38%;
  transform: translateY(-50%);
  width: 14px;
  height: 21px;
  background-image: url("../images/arrow_yellow.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  header .wrapper_menu .container_wrap_menu li:after {
    width: 3.5897435897vw;
    height: 5.3846153846vw;
  }
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu .container_wrap_menu li:after {
    width: 1.0248901903vw;
    height: 1.5373352855vw;
  }
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu .container_wrap_menu li {
    padding-bottom: 1.317715959vw;
    margin-bottom: 3.074670571vw;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu .container_wrap_menu li {
    padding-bottom: 4.6153846154vw;
    margin-bottom: 8.2051282051vw;
  }
}
header .wrapper_menu .container_wrap_menu li span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2172A8;
  margin-bottom: 4px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu .container_wrap_menu li span {
    font-size: 1.4641288433vw;
    line-height: 2.0497803807vw;
    margin-bottom: 0.2928257687vw;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu .container_wrap_menu li span {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
    margin-bottom: 1.0256410256vw;
  }
}
header .wrapper_menu .container_wrap_menu li p {
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 21px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  color: #122A3F;
}
@media (max-width: 1366px) and (min-width: 769px) {
  header .wrapper_menu .container_wrap_menu li p {
    font-size: 1.0248901903vw;
    line-height: 1.5373352855vw;
  }
}
@media (max-width: 768px) {
  header .wrapper_menu .container_wrap_menu li p {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
  }
}

/*
    footer
*/
footer {
  padding: 0 20px 20px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer {
    padding: 0 1.4641288433vw 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 0 5.1282051282vw 8.3487179487vw;
  }
}
footer .inner {
  padding: 0 114.5px 0 143px;
  height: 94px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .inner {
    padding: 0 8.3821376281vw 0 10.4685212299vw;
    height: 6.8814055637vw;
    border-radius: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  footer .inner {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    border-radius: 2.5641025641vw;
    height: 37.1794871795vw;
  }
}
footer .nav ul {
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .nav ul {
    margin-bottom: 0.5856515373vw;
  }
}
@media (max-width: 768px) {
  footer .nav ul {
    justify-content: center;
    margin-bottom: 2.0512820513vw;
  }
}
footer .nav li:first-child {
  position: relative;
}
footer .nav a, footer .nav span {
  transition: all ease 0.3s;
  color: #2172A8;
  font-size: 14px;
  cursor: pointer;
  line-height: 21px;
  letter-spacing: 0.42px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .nav a, footer .nav span {
    font-size: 1.0248901903vw;
    line-height: 1.5373352855vw;
    letter-spacing: 0.0307467057vw;
  }
}
@media (max-width: 768px) {
  footer .nav a, footer .nav span {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    letter-spacing: 0.1076923077vw;
  }
}
footer .nav span:hover {
  opacity: 0.7;
}
footer .nav p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .nav p {
    font-size: 1.0248901903vw;
    line-height: 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  footer .nav p {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    margin-bottom: 6.1538461538vw;
  }
}
footer .pay_method ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .pay_method li {
  padding: 0 8.5px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .pay_method li {
    padding: 0 0.6222547584vw;
  }
}
@media (max-width: 768px) {
  footer .pay_method li {
    padding: 0 2.1794871795vw;
  }
}
footer .pay_method li:first-child img {
  width: 49.68px;
  height: 15.29px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .pay_method li:first-child img {
    width: 3.6368960469vw;
    height: 1.1193265007vw;
  }
}
@media (max-width: 768px) {
  footer .pay_method li:first-child img {
    width: 12.7384615385vw;
    height: 3.9205128205vw;
  }
}
footer .pay_method li:nth-child(2) img {
  width: 58.8px;
  height: 16.47px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .pay_method li:nth-child(2) img {
    width: 4.3045387994vw;
    height: 1.2057101025vw;
  }
}
@media (max-width: 768px) {
  footer .pay_method li:nth-child(2) img {
    width: 15.0769230769vw;
    height: 4.2230769231vw;
  }
}
footer .pay_method li:last-child img {
  width: 33.77px;
  height: 22.65px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  footer .pay_method li:last-child img {
    width: 2.472181552vw;
    height: 1.6581259151vw;
  }
}
@media (max-width: 768px) {
  footer .pay_method li:last-child img {
    width: 8.658974359vw;
    height: 5.8076923077vw;
  }
}

/*
    Home
*/
.home #main {
  padding-top: 90px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #main {
    padding-top: 6.588579795vw;
  }
}
@media (max-width: 768px) {
  .home #main {
    padding-top: 19.2307692308vw;
  }
}
.home h2 {
  font-size: 50px;
  line-height: 75px;
  letter-spacing: 1.25px;
  margin-bottom: 63px;
  color: #122A3F;
  font-weight: 200;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-bottom: 1px solid #EDCA6E;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home h2 {
    font-size: 3.6603221083vw;
    line-height: 5.4904831625vw;
    letter-spacing: 0.0915080527vw;
    margin-bottom: 4.6120058565vw;
  }
}
@media (max-width: 768px) {
  .home h2 {
    font-size: 7.6923076923vw;
    line-height: 11.5384615385vw;
    letter-spacing: 0.2307692308vw;
    margin-bottom: 14.358974359vw;
  }
}
.home #banner .inner {
  position: relative;
  margin-bottom: 151px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #banner .inner {
    margin-bottom: 11.0541727672vw;
  }
}
@media (max-width: 768px) {
  .home #banner .inner {
    width: 100%;
    margin-bottom: 20.5128205128vw;
  }
}
.home #banner .inner h3 {
  position: absolute;
  left: 50%;
  width: 879px;
  top: 164px;
  transform: translateX(-50%);
  font-size: 34px;
  line-height: 51px;
  letter-spacing: 0.34px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1215686275);
  color: #FFFFFF;
  font-weight: 500;
  z-index: 2;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #banner .inner h3 {
    width: 64.3484626647vw;
    top: 12.0058565154vw;
    font-size: 2.4890190337vw;
    line-height: 3.7335285505vw;
    letter-spacing: 0.0248901903vw;
    text-shadow: 0 0.2196193265vw 0.439238653vw rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 768px) {
  .home #banner .inner h3 {
    width: 83.0769230769vw;
    top: 23.0769230769vw;
    transform: translate(-50%, 0);
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.0512820513vw;
    text-shadow: 0 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #banner .inner h3 span {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .home #banner .inner h3 span {
    display: block;
  }
}
.home #banner .inner .thumb {
  position: relative;
  height: 561px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #banner .inner .thumb {
    height: 41.0688140556vw;
  }
}
@media (max-width: 768px) {
  .home #banner .inner .thumb {
    height: 104.8717948718vw;
  }
}
.home #banner .inner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #about .inner {
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner {
    max-width: 100vw;
  }
}
.home #about .inner > span {
  position: absolute;
  font-size: 228px;
  line-height: 319px;
  letter-spacing: 22.8px;
  left: 81px;
  top: -151px;
  color: #E5F0F9;
  font-weight: 200;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner > span {
    font-size: 16.6910688141vw;
    line-height: 23.3528550512vw;
    letter-spacing: 1.6691068814vw;
    left: 5.9297218155vw;
    top: -11.0541727672vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner > span {
    width: 99.2307692308vw;
    font-size: 26.9230769231vw;
    line-height: 37.6923076923vw;
    letter-spacing: 1.2820512821vw;
    left: 50%;
    transform: translateX(-50%);
    top: -20.5128205128vw;
  }
}
.home #about .inner .tab_content {
  position: relative;
  z-index: 2;
  max-width: 1204px;
  margin-left: 727px;
  margin-bottom: 24px;
  display: flex;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .tab_content {
    max-width: 88.140556369vw;
    margin-left: 53.2210834553vw;
    margin-bottom: 1.756954612vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .tab_content {
    margin-left: 9.2307692308vw;
    margin-bottom: 7.1794871795vw;
  }
}
.home #about .inner .tab_content span {
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.14px;
  font-weight: 300;
  color: #1C5C88;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .tab_content span {
    font-size: 1.0248901903vw;
    line-height: 1.5373352855vw;
    letter-spacing: 0.0102489019vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .tab_content span {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    letter-spacing: 0.0358974359vw;
  }
}
.home #about .inner .tab_content span.active {
  opacity: 1;
  border-bottom: 0.5px solid #EDCA6E;
}
.home #about .inner .tab_content span:first-child {
  margin-right: 24px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .tab_content span:first-child {
    margin-right: 1.756954612vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .tab_content span:first-child {
    margin-right: 6.1538461538vw;
  }
}
.home #about .inner .connect {
  overflow: hidden;
}
.home #about .inner .connect .owl-stage {
  display: flex;
}
.home #about .inner .content {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .content {
    margin-bottom: 3.2942898975vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .content {
    margin-bottom: 7.6923076923vw;
  }
}
.home #about .inner .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #about .inner h3 {
  max-width: 1204px;
  margin-left: 727px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #122A3F;
  text-align: left;
  width: 563px;
  min-height: 96px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner h3 {
    width: 41.21522694vw;
    max-width: 88.140556369vw;
    margin-left: 53.2210834553vw;
    margin-bottom: 4.39238653vw;
    font-size: 1.1713030747vw;
    line-height: 1.756954612vw;
    letter-spacing: 0.0117130307vw;
    min-height: 7.027818448vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner h3 {
    width: 100%;
    margin-left: 0;
    padding: 0 8.4615384615vw;
    margin-bottom: 10.2564102564vw;
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    letter-spacing: 0.041025641vw;
    min-height: 32.3076923077vw;
  }
}
.home #about .inner .navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 147px;
  max-width: 1366px;
  margin: auto;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .navigation ul {
    height: 10.7613469985vw;
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .navigation ul {
    height: 25.641025641vw;
  }
}
.home #about .inner .navigation ul li {
  flex: 1;
  height: 100%;
  border-right: 0.5px solid #AAAAAA;
}
.home #about .inner .navigation ul li:first-child .thumb {
  width: 55px;
  height: 43px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .navigation ul li:first-child .thumb {
    width: 4.0263543192vw;
    height: 3.1478770132vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .navigation ul li:first-child .thumb {
    width: 11.9769230769vw;
    height: 9.2307692308vw;
  }
}
.home #about .inner .navigation ul li:nth-child(2) .thumb {
  width: 44px;
  height: 44px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .navigation ul li:nth-child(2) .thumb {
    width: 3.2210834553vw;
    height: 3.2210834553vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .navigation ul li:nth-child(2) .thumb {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
}
.home #about .inner .navigation ul li:last-child {
  border: none;
}
.home #about .inner .navigation ul li:last-child .thumb {
  width: 43px;
  height: 43px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .navigation ul li:last-child .thumb {
    width: 3.1478770132vw;
    height: 3.1478770132vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .navigation ul li:last-child .thumb {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
}
.home #about .inner .navigation ul .thumb {
  margin-bottom: 21px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .navigation ul .thumb {
    margin-bottom: 1.5373352855vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .navigation ul .thumb {
    margin-bottom: 3.5897435897vw;
  }
}
.home #about .inner .navigation ul .thumb img {
  left: 0;
  object-fit: cover;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home #about .inner .navigation ul .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 33px;
  cursor: pointer;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .navigation ul .item {
    padding-top: 2.4158125915vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .navigation ul .item {
    padding-top: 0;
    height: 100%;
    justify-content: center;
  }
}
.home #about .inner .navigation ul .item span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #122A3F;
  font-weight: 400;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #about .inner .navigation ul .item span {
    font-size: 1.1713030747vw;
    line-height: 1.756954612vw;
    letter-spacing: 0.0351390922vw;
  }
}
@media (max-width: 768px) {
  .home #about .inner .navigation ul .item span {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    letter-spacing: 0.1076923077vw;
  }
}
.home #business_details {
  padding-top: 151px;
  overflow: hidden;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details {
    padding-top: 11.0541727672vw;
  }
}
@media (max-width: 768px) {
  .home #business_details {
    padding-top: 26.9230769231vw;
  }
}
.home #business_details .inner {
  max-width: 1204px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details .inner {
    max-width: 88.140556369vw;
  }
}
@media (max-width: 768px) {
  .home #business_details .inner {
    width: 100%;
    padding: 0 8.4615384615vw;
  }
}
.home #business_details .inner h2 {
  left: -300px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details .inner h2 {
    left: -21.9619326501vw;
  }
}
@media (max-width: 768px) {
  .home #business_details .inner h2 {
    left: -25.641025641vw;
  }
}
.home #business_details .inner .tlt_section span {
  position: absolute;
  font-size: 143px;
  line-height: 200px;
  letter-spacing: 12px;
  top: -120px;
  width: 1313px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #E5F0F9;
  font-style: italic;
  opacity: 0.5;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details .inner .tlt_section span {
    width: 96.1200585652vw;
    font-size: 10.4685212299vw;
    line-height: 14.6412884334vw;
    letter-spacing: 0.878477306vw;
    top: -8.78477306vw;
  }
}
@media (max-width: 768px) {
  .home #business_details .inner .tlt_section span {
    width: 87.1794871795vw;
    font-size: 17.9487179487vw;
    line-height: 21.6666666667vw;
    letter-spacing: 1.2820512821vw;
    top: -20vw;
  }
}
.home #business_details ul li {
  display: flex;
}
@media (max-width: 768px) {
  .home #business_details ul li {
    flex-direction: column;
  }
}
.home #business_details ul li:first-child {
  margin-bottom: 82px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details ul li:first-child {
    margin-bottom: 6.0029282577vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul li:first-child {
    margin-bottom: 12.8205128205vw;
  }
}
.home #business_details ul li:first-child .thumb {
  margin-right: 53px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details ul li:first-child .thumb {
    margin-right: 3.8799414348vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul li:first-child .thumb {
    margin-right: 0;
    margin-bottom: 6.2128205128vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul li:last-child {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .home #business_details ul li:last-child .thumb {
    margin-bottom: 6.2128205128vw;
  }
}
.home #business_details ul li:last-child .txt_desp {
  margin-left: 74px;
  margin-right: 53px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details ul li:last-child .txt_desp {
    margin-left: 5.4172767204vw;
    margin-right: 3.8799414348vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul li:last-child .txt_desp {
    margin-left: 0;
    margin-right: 0;
  }
}
.home #business_details ul .thumb {
  width: 602px;
  height: 282px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details ul .thumb {
    width: 44.0702781845vw;
    height: 20.6442166911vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul .thumb {
    width: 100%;
    height: 38.9153846154vw;
  }
}
.home #business_details ul .txt_desp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 475px;
  text-align: left;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details ul .txt_desp {
    width: 34.7730600293vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul .txt_desp {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.home #business_details ul .txt_desp h3 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.9px;
  margin-bottom: 32px;
  font-weight: 500;
  color: #2172A8;
  display: inline-block;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details ul .txt_desp h3 {
    font-size: 2.3426061493vw;
    line-height: 3.513909224vw;
    margin-bottom: 2.3426061493vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul .txt_desp h3 {
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.6px;
    margin-bottom: 3.0769230769vw;
  }
}
.home #business_details ul .txt_desp p {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.14px;
  color: #122A3F;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #business_details ul .txt_desp p {
    font-size: 1.0248901903vw;
    line-height: 1.6837481698vw;
  }
}
@media (max-width: 768px) {
  .home #business_details ul .txt_desp p {
    font-size: 3.5897435897vw;
    line-height: 5.8974358974vw;
  }
}
.home #news {
  padding-top: 267px;
  overflow: hidden;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news {
    padding-top: 19.5461200586vw;
  }
}
@media (max-width: 768px) {
  .home #news {
    padding-top: 35.3846153846vw;
  }
}
.home #news .inner {
  max-width: 1204px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner {
    max-width: 88.140556369vw;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home #news .inner {
    margin: 0 auto;
    padding: 0 8.4615384615vw;
  }
}
.home #news .inner h2 {
  margin-bottom: 76px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner h2 {
    margin-bottom: 5.5636896047vw;
  }
}
@media (max-width: 768px) {
  .home #news .inner h2 {
    margin-bottom: 13.8461538462vw;
  }
}
.home #news .inner .tlt_section span {
  position: absolute;
  font-size: 143px;
  line-height: 200px;
  letter-spacing: 12px;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  width: 1362px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #E5F0F9;
  font-style: italic;
  opacity: 0.5;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .tlt_section span {
    font-size: 10.4685212299vw;
    line-height: 14.6412884334vw;
    letter-spacing: 0.878477306vw;
    top: -8.78477306vw;
    width: 99.7071742313vw;
  }
}
@media (max-width: 768px) {
  .home #news .inner .tlt_section span {
    font-size: 17.9487179487vw;
    line-height: 21.6666666667vw;
    letter-spacing: 1.2820512821vw;
    top: -20vw;
    width: 98.9743589744vw;
  }
}
.home #news .inner .news_list {
  display: flex;
  justify-content: space-between;
}
.home #news .inner .news_list .txt_desp h3 {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 27px;
  color: #122A3F;
  font-weight: 500;
  font-family: "IBM Plex Sans JP", sans-serif;
  margin-bottom: 12px;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list .txt_desp h3 {
    font-size: 1.317715959vw;
    line-height: 1.9765739385vw;
    margin-bottom: 0.878477306vw;
  }
}
@media (max-width: 768px) {
  .home #news .inner .news_list .txt_desp h3 {
    font-size: 4.6153846154vw;
    line-height: 6.9230769231vw;
    margin-bottom: 1.0256410256vw;
  }
}
.home #news .inner .news_list .txt_desp span {
  display: inline-block;
  line-height: 21px;
  font-size: 14px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list .txt_desp span {
    line-height: 1.5373352855vw;
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 768px) {
  .home #news .inner .news_list .txt_desp span {
    line-height: 5.3846153846vw;
  }
}
.home #news .inner .news_list .txt_desp .time {
  color: #122A3F;
  font-weight: 300;
  margin-right: 14px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list .txt_desp .time {
    margin-right: 1.0248901903vw;
  }
}
.home #news .inner .news_list .txt_desp .cat {
  color: #fff;
  border-radius: 4px;
  padding: 0 7px;
  background-color: #2172A8;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list .txt_desp .cat {
    border-radius: 0.2928257687vw;
    padding: 0 0.5124450952vw;
  }
}
.home #news .inner .news_list .lastest {
  display: block;
  text-align: left;
  width: 570px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #AAAAAA;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list .lastest {
    width: 41.7276720351vw;
    padding: 2.3426061493vw;
    border-radius: 1.1713030747vw;
    border: 0.0732064422vw solid #AAAAAA;
  }
}
.home #news .inner .news_list .lastest .thumb {
  width: 100%;
  height: 346px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list .lastest .thumb {
    height: 25.3294289898vw;
    margin-bottom: 1.4641288433vw;
  }
}
.home #news .inner .news_list .lastest .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #news .inner .news_list > ul {
  width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list > ul {
    width: 41.7276720351vw;
  }
}
@media (max-width: 768px) {
  .home #news .inner .news_list > ul {
    display: none;
  }
}
.home #news .inner .news_list > ul li a {
  text-align: left;
  display: flex;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #AAAAAA;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list > ul li a {
    padding: 1.6105417277vw;
    border-radius: 1.1713030747vw;
    border: 0.0732064422vw solid #AAAAAA;
  }
}
.home #news .inner .news_list > ul li a .thumb {
  width: 160px;
  height: 100px;
  margin-right: 12px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #news .inner .news_list > ul li a .thumb {
    width: 11.7130307467vw;
    height: 7.3206442167vw;
    margin-right: 0.878477306vw;
  }
}
.home #news .inner .news_list > ul li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #news .inner .news_list .news {
  overflow: hidden;
}
.home #news .inner .news_list .news .owl-stage {
  display: flex;
}
.home #news .inner .news_list .news .owl-stage .owl-item {
  width: 71.7948717949vw !important;
  margin-right: 4.1025641026vw !important;
}
.home #news .inner .news_list .news a {
  display: flex;
  flex-direction: column;
  padding: 4.1025641026vw;
  border-radius: 4.1025641026vw;
  border: 0.2564102564vw solid #AAAAAA;
}
.home #news .inner .news_list .news a .thumb {
  width: 62.5641025641vw;
  height: 40.2564102564vw;
  margin-bottom: 2.5641025641vw;
}
.home #news .inner .news_list .news a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #news .inner .news_list .news a .txt_desp {
  text-align: left;
}
.home #news .inner .news_list .news a .txt_desp h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 4.1025641026vw;
}
.home #company_profile {
  padding-top: 267px;
  overflow: hidden;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile {
    padding-top: 19.5461200586vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile {
    padding-top: 35.3846153846vw;
  }
}
.home #company_profile .inner {
  max-width: 1204px;
  margin: 0 auto 101px;
  width: 100%;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner {
    max-width: 88.140556369vw;
    margin: 0 auto 7.3938506589vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner {
    margin: 0 auto 16.4102564103vw;
    padding: 0 8.4615384615vw;
  }
}
.home #company_profile .inner h2 {
  margin-bottom: 76px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner h2 {
    margin-bottom: 5.5636896047vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner h2 {
    margin-bottom: 13.8461538462vw;
  }
}
.home #company_profile .inner .tlt_section span {
  position: absolute;
  font-size: 143px;
  line-height: 200px;
  letter-spacing: 12px;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  width: 1362px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #E5F0F9;
  font-style: italic;
  opacity: 0.5;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .tlt_section span {
    font-size: 10.4685212299vw;
    line-height: 14.6412884334vw;
    letter-spacing: 0.878477306vw;
    top: -8.78477306vw;
    width: 99.7071742313vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .tlt_section span {
    font-size: 17.9487179487vw;
    line-height: 21.6666666667vw;
    letter-spacing: 1.2820512821vw;
    top: -20vw;
    width: 98.9743589744vw;
  }
}
.home #company_profile .inner .map {
  height: 677px;
  width: 520px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .map {
    width: 38.0673499268vw;
    height: 49.560761347vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .map {
    width: 100%;
    height: 98.9743589744vw;
  }
}
.home #company_profile .inner .map iframe {
  width: 100%;
  height: 100%;
}
.home #company_profile .inner .content {
  display: flex;
  justify-content: space-between;
  padding-left: 64px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .content {
    padding-left: 4.6852122987vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .content {
    padding-left: 0;
    display: block;
  }
}
.home #company_profile .inner .content ul {
  width: 550px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .content ul {
    width: 40.2635431918vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .content ul {
    width: 100%;
    margin-bottom: 12.4666666667vw;
  }
}
.home #company_profile .inner .content li {
  display: flex;
  margin-bottom: 48px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .content li {
    margin-bottom: 3.513909224vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .content li {
    margin-bottom: 5.2871794872vw;
  }
}
.home #company_profile .inner .content li:last-child {
  margin-bottom: 0;
}
.home #company_profile .inner .content li:nth-child(3) span {
  letter-spacing: 0;
}
.home #company_profile .inner .content h3, .home #company_profile .inner .content span {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .content h3, .home #company_profile .inner .content span {
    font-size: 1.1713030747vw;
    line-height: 1.756954612vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .content h3, .home #company_profile .inner .content span {
    font-size: 3.5897435897vw;
    letter-spacing: 0.4px;
    line-height: 5.3846153846vw;
  }
}
.home #company_profile .inner .content h3 {
  width: 145px;
  flex-shrink: 0;
  font-weight: 600;
  letter-spacing: 0.16px;
  color: #2172A8;
  text-align: left;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .content h3 {
    width: 10.6149341142vw;
    letter-spacing: 0.0117130307vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .content h3 {
    width: 24.358974359vw;
    letter-spacing: 0.0358974359vw;
  }
}
.home #company_profile .inner .content span {
  display: block;
  text-align: left;
  width: 100%;
  padding-bottom: 48px;
  letter-spacing: 0.48px;
  color: #122A3F;
  font-weight: 400;
  border-bottom: 0.5px solid #D9D9D9;
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #company_profile .inner .content span {
    padding-bottom: 3.513909224vw;
    letter-spacing: 0.0351390922vw;
  }
}
@media (max-width: 768px) {
  .home #company_profile .inner .content span {
    padding-bottom: 5.2256410256vw;
    letter-spacing: 0.1076923077vw;
  }
}
.home #contact_method {
  margin-bottom: 42px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method {
    margin-bottom: 3.074670571vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method {
    margin-bottom: 16.5230769231vw;
  }
}
.home #contact_method .inner {
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner {
    width: 100%;
  }
}
.home #contact_method .inner:after {
  content: "";
  position: absolute;
  width: 1204px;
  height: 1px;
  background-color: #E0E0E0;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner:after {
    width: 88.140556369vw;
    bottom: -1.5373352855vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner:after {
    content: none;
  }
}
.home #contact_method .inner ul {
  display: flex;
}
@media (max-width: 768px) {
  .home #contact_method .inner ul {
    display: block;
  }
}
.home #contact_method .inner ul li {
  flex: 1;
  height: 318px;
  padding-top: 102px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner ul li {
    height: 23.2796486091vw;
    padding-top: 7.467057101vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul li {
    height: 61.5384615385vw;
    padding-top: 16.1538461538vw;
  }
}
.home #contact_method .inner ul li:first-child {
  border-right: 1px solid #E0E0E0;
}
@media (max-width: 768px) {
  .home #contact_method .inner ul li:first-child {
    border-right: 0;
    border-bottom: 1px solid #E0E0E0;
  }
}
.home #contact_method .inner ul li:first-child h3:before {
  width: 22px;
  height: 22px;
  background-image: url("../images/contact.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner ul li:first-child h3:before {
    width: 1.6105417277vw;
    height: 1.6105417277vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul li:first-child h3:before {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul li:last-child {
    padding-top: 17.9487179487vw;
  }
}
.home #contact_method .inner ul li:last-child h3 {
  margin-bottom: 24px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner ul li:last-child h3 {
    margin-bottom: 1.756954612vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul li:last-child h3 {
    margin-bottom: 6.1538461538vw;
  }
}
.home #contact_method .inner ul li:last-child h3:before {
  width: 22.4px;
  height: 15.64px;
  top: 5px;
  background-image: url("../images/email.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner ul li:last-child h3:before {
    width: 1.6398243045vw;
    height: 1.1449487555vw;
    top: 0.3660322108vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul li:last-child h3:before {
    width: 5.7435897436vw;
    height: 4.0102564103vw;
    top: 1.2820512821vw;
  }
}
.home #contact_method .inner ul h3 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
  padding-left: 34px;
  color: #122A3F;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner ul h3 {
    font-size: 1.317715959vw;
    line-height: 1.9765739385vw;
    letter-spacing: 0.0131771596vw;
    margin-bottom: 1.1713030747vw;
    padding-left: 2.4890190337vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul h3 {
    font-size: 4.6153846154vw;
    line-height: 6.9230769231vw;
    letter-spacing: 0.0461538462vw;
    margin-bottom: 4.1025641026vw;
    padding-left: 8.7179487179vw;
  }
}
.home #contact_method .inner ul h3:before {
  content: "";
  position: absolute;
  left: 0;
}
.home #contact_method .inner ul .phone {
  display: block;
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 8px;
  color: #122A3F;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner ul .phone {
    font-size: 2.196193265vw;
    line-height: 3.1478770132vw;
    margin-bottom: 0.5856515373vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul .phone {
    font-size: 7.6923076923vw;
    line-height: 11.0256410256vw;
    margin-bottom: 2.0512820513vw;
  }
}
.home #contact_method .inner ul span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.42px;
  font-weight: 300;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .home #contact_method .inner ul span {
    font-size: 1.0248901903vw;
    line-height: 1.5373352855vw;
    letter-spacing: 0.0307467057vw;
  }
}
@media (max-width: 768px) {
  .home #contact_method .inner ul span {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    letter-spacing: 0.1076923077vw;
  }
}

.contact #main {
  padding-top: 140px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #main {
    padding-top: 10.2489019034vw;
  }
}
@media (max-width: 768px) {
  .contact #main {
    padding-top: 22.3076923077vw;
  }
}
.contact #content .inner {
  text-align: left;
  max-width: 1052px;
  width: 100%;
  margin: 0 auto 103px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content .inner {
    max-width: 77.0131771596vw;
    margin: 0 auto 7.5402635432vw;
  }
}
@media (max-width: 768px) {
  .contact #content .inner {
    margin: 0 auto 28.8307692308vw;
    width: 100%;
    padding: 0 8.4615384615vw;
  }
}
.contact #content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  min-height: 120px;
  margin-bottom: 145px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul {
    min-height: 8.78477306vw;
    margin-bottom: 10.6149341142vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul {
    min-height: 67.6923076923vw;
    margin-bottom: 21.5384615385vw;
    display: block;
  }
}
.contact #content ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  border-left: 1px solid #DDDDDD;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul:before {
    height: 6.588579795vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul:before {
    top: 31.5384615385vw;
    transform: translate(-50%, -50%) rotate(90deg);
    height: 23.0769230769vw;
  }
}
.contact #content ul li {
  width: 50%;
  text-align: left;
  padding-left: 191px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul li {
    padding-left: 13.9824304539vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul li {
    width: 100%;
    text-align: center;
    padding: 13.8461538462vw 0 4.6153846154vw;
  }
}
.contact #content ul li:last-child {
  padding-left: 145px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul li:last-child {
    padding-left: 10.6149341142vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul li:last-child {
    padding: 4.6153846154vw 0 13.8461538462vw;
  }
}
.contact #content ul li:last-child .phone {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 43px;
  font-family: "Poppins", sans-serif;
  color: #122A3F;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul li:last-child .phone {
    font-size: 2.196193265vw;
    line-height: 3.1478770132vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul li:last-child .phone {
    font-size: 7.6923076923vw;
    line-height: 11.0256410256vw;
  }
}
.contact #content ul li:last-child .phone:before {
  content: none;
}
.contact #content ul li:last-child span {
  display: block;
  line-height: 21px;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #122A3F;
  font-weight: 300;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul li:last-child span {
    line-height: 1.5373352855vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul li:last-child span {
    line-height: 5.3846153846vw;
  }
}
.contact #content ul li h3 {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 27px;
  color: #122A3F;
  font-weight: 500;
  font-family: "IBM Plex Sans JP", sans-serif;
  margin-bottom: 4px;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul li h3 {
    font-size: 1.317715959vw;
    line-height: 1.9765739385vw;
    margin-bottom: 0.2928257687vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul li h3 {
    font-size: 4.6153846154vw;
    line-height: 6.9230769231vw;
    margin-bottom: 1.0256410256vw;
  }
}
.contact #content ul li h3:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22.02px;
  background-image: url("../images/icon_phone.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul li h3:before {
    width: 1.6105417277vw;
    height: 1.6120058565vw;
    left: -2.5622254758vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul li h3:before {
    width: 5.641025641vw;
    height: 5.6461538462vw;
    left: 8.9743589744vw;
  }
}
.contact #content ul li span {
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1C5C88;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content ul li span {
    font-size: 1.0248901903vw;
    line-height: 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  .contact #content ul li span {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
  }
}
.contact #content h2 {
  display: inline-block;
  border-bottom: 1px solid #F1D792;
  font-size: 50px;
  letter-spacing: 1.25px;
  line-height: 75px;
  color: #122A3F;
  font-weight: 200;
  position: relative;
  margin-bottom: 76.62px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content h2 {
    font-size: 3.6603221083vw;
    letter-spacing: 0.0915080527vw;
    line-height: 5.4904831625vw;
    margin-bottom: 5.6090775988vw;
  }
}
@media (max-width: 768px) {
  .contact #content h2 {
    font-size: 7.6923076923vw;
    letter-spacing: 0.2307692308vw;
    line-height: 11.5384615385vw;
    margin-bottom: 9.2307692308vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact #content h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3.25px;
  width: 662px;
  height: 200px;
  background-image: url("../images/img_contact.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content h2:before {
    width: 48.4626647145vw;
    height: 14.6412884334vw;
    bottom: -0.237920937vw;
  }
}
@media (max-width: 768px) {
  .contact #content h2:before {
    width: 83.0769230769vw;
    left: 50%;
    transform: translateX(-50%);
    height: 25.3846153846vw;
    bottom: 0.3660322108vw;
  }
}
.contact #content #form_contact {
  padding: 0 98px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact {
    padding: 0 7.1742313324vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact {
    padding: 0;
  }
}
.contact #content #form_contact p {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p {
    margin-bottom: 2.9282576867vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p {
    flex-direction: column;
    margin-bottom: 7.6923076923vw;
  }
}
.contact #content #form_contact p br {
  display: none;
}
.contact #content #form_contact p span {
  position: relative;
}
.contact #content #form_contact p span .wpcf7-not-valid-tip {
  position: absolute;
  top: 120%;
  left: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p span .wpcf7-not-valid-tip {
    font-size: 1.1713030747vw;
    line-height: 1.756954612vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p span .wpcf7-not-valid-tip {
    top: 105%;
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
  }
}
.contact #content #form_contact p span input, .contact #content #form_contact p span textarea {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 16px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p span input, .contact #content #form_contact p span textarea {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p span input, .contact #content #form_contact p span textarea {
    font-size: 3.5897435897vw;
  }
}
.contact #content #form_contact p:nth-last-child(2) {
  position: relative;
  margin: 0 auto 48px;
  width: fit-content;
  align-items: start;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p:nth-last-child(2) {
    margin: 0 auto 3.513909224vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p:nth-last-child(2) {
    margin: 0 auto 16.4102564103vw;
  }
}
.contact #content #form_contact p:nth-last-child(2) br {
  display: none;
}
.contact #content #form_contact p:nth-last-child(2):before {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #318FC6;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p:nth-last-child(2):before {
    width: 2.196193265vw;
    height: 2.196193265vw;
    left: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p:nth-last-child(2):before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    left: 2.5641025641vw;
  }
}
.contact #content #form_contact p:nth-last-child(2):after {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 14px;
  height: 21px;
  left: 18px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background-image: url("../images/arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p:nth-last-child(2):after {
    width: 1.0248901903vw;
    height: 1.5373352855vw;
    left: 1.317715959vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p:nth-last-child(2):after {
    width: 3.5897435897vw;
    height: 5.3846153846vw;
    left: 4.6153846154vw;
  }
}
.contact #content #form_contact p:nth-last-child(2):hover #submit {
  opacity: 1;
  background: #318FC6;
  border: 1px solid #318FC6;
  color: #FFFFFF;
}
.contact #content #form_contact p:nth-last-child(2):hover:before {
  background: #FFFFFF;
}
.contact #content #form_contact p:nth-last-child(2):hover:after {
  background-image: url("../images/arrow_r_blue.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.contact #content #form_contact p:nth-last-child(2) .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.contact #content #form_contact p:nth-last-child(2) label {
  padding-top: 10px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p:nth-last-child(2) label {
    padding-top: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p:nth-last-child(2) label {
    padding-top: 0;
  }
}
.contact #content #form_contact p label {
  text-align: left;
  width: 161px;
  margin-right: 45px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #122A3F;
  font-weight: 500;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p label {
    width: 11.7862371889vw;
    margin-right: 3.2942898975vw;
    font-size: 1.1713030747vw;
    line-height: 1.756954612vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p label {
    margin-bottom: 2.5641025641vw;
    width: 100%;
    margin-right: 0;
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
  }
}
.contact #content #form_contact p label.error {
  width: unset;
  margin-right: 0;
  position: absolute;
  left: 205px;
  bottom: -30px;
  color: red;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p label.error {
    left: 15.0073206442vw;
    bottom: -2.196193265vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p label.error {
    left: 0;
    bottom: -6.4102564103vw;
    margin-bottom: 0;
  }
}
.contact #content #form_contact p input:not(.submit), .contact #content #form_contact p textarea {
  padding: 0 20px;
  width: 650px;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: none;
  height: 45px;
  background: #F8F8F8;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p input:not(.submit), .contact #content #form_contact p textarea {
    padding: 0 1.4641288433vw;
    width: 47.5841874085vw;
    height: 3.2942898975vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p input:not(.submit), .contact #content #form_contact p textarea {
    padding: 0 5.1282051282vw;
    width: 100%;
    height: 11.5384615385vw;
  }
}
.contact #content #form_contact p textarea {
  height: 130px;
  resize: none;
  padding-top: 20px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p textarea {
    padding-top: 1.4641288433vw;
    height: 9.5168374817vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p textarea {
    padding-top: 5.1282051282vw;
    height: 33.3333333333vw;
  }
}
.contact #content #form_contact p #submit {
  width: 176px;
  padding: 0 45px 0 64px;
  margin-bottom: 0;
  background-color: #fff;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact p #submit {
    width: 12.8843338214vw;
    padding: 0 3.2942898975vw 0 4.6852122987vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact p #submit {
    width: 45.1282051282vw;
    padding: 0 11.5384615385vw 0 16.4102564103vw;
  }
}
.contact #content #form_contact .wpcf7-response-output {
  border-color: #ccc;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .contact #content #form_contact .wpcf7-response-output {
    line-height: 1.6105417277vw;
  }
}
@media (max-width: 768px) {
  .contact #content #form_contact .wpcf7-response-output {
    line-height: 5.641025641vw;
  }
}

.single #main {
  padding-top: 140px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #main {
    padding-top: 10.2489019034vw;
  }
}
@media (max-width: 768px) {
  .single #main {
    padding: 22.3076923077vw 8.4615384615vw 0;
  }
}
.single #main .inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #main .inner {
    max-width: 73.2064421669vw;
  }
}
@media (max-width: 768px) {
  .single #main .inner {
    max-width: initial;
  }
}
.single #content {
  color: "IBM Plex Sans JP", sans-serif;
}
.single #content h1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 51px;
  margin-bottom: 45px;
  letter-spacing: 0.34px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content h1 {
    font-size: 2.4890190337vw;
    line-height: 3.7335285505vw;
    margin-bottom: 3.2942898975vw;
    letter-spacing: 0.0248901903vw;
  }
}
@media (max-width: 768px) {
  .single #content h1 {
    font-size: 7.1794871795vw;
    line-height: 9.2307692308vw;
    margin-bottom: 10.2564102564vw;
    letter-spacing: 0.0717948718vw;
  }
}
.single #content h2 {
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content h2 {
    font-size: 1.756954612vw;
    line-height: 2.635431918vw;
    letter-spacing: 0.0131771596vw;
    margin-bottom: 1.1713030747vw;
  }
}
@media (max-width: 768px) {
  .single #content h2 {
    font-size: 5.641025641vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.0564102564vw;
    margin-bottom: 4.1025641026vw;
  }
}
.single #content h3 {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content h3 {
    font-size: 1.4641288433vw;
    line-height: 2.196193265vw;
    letter-spacing: 0.0131771596vw;
    margin-bottom: 1.1713030747vw;
  }
}
@media (max-width: 768px) {
  .single #content h3 {
    font-size: 4.6153846154vw;
    line-height: 7.1794871795vw;
    letter-spacing: 0.0564102564vw;
    margin-bottom: 4.1025641026vw;
  }
}
.single #content h4 {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content h4 {
    font-size: 1.317715959vw;
    line-height: 1.9033674963vw;
    letter-spacing: 0.0131771596vw;
    margin-bottom: 1.1713030747vw;
  }
}
@media (max-width: 768px) {
  .single #content h4 {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    letter-spacing: 0.0564102564vw;
    margin-bottom: 4.1025641026vw;
  }
}
.single #content .content .info {
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .content .info {
    margin-bottom: 1.1713030747vw;
  }
}
@media (max-width: 768px) {
  .single #content .content .info {
    margin-bottom: 4.1025641026vw;
  }
}
.single #content .content .info span {
  display: inline-block;
  line-height: 21px;
  font-size: 16px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .content .info span {
    line-height: 1.5373352855vw;
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 768px) {
  .single #content .content .info span {
    font-size: 4.1025641026vw;
    line-height: 5.3846153846vw;
  }
}
.single #content .content .info .time {
  color: #122A3F;
  font-weight: 300;
  margin-right: 14px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .content .info .time {
    margin-right: 1.0248901903vw;
  }
}
@media (max-width: 768px) {
  .single #content .content .info .time {
    margin-right: 3.5897435897vw;
  }
}
.single #content .content .info .cat {
  color: #fff;
  border-radius: 4px;
  padding: 2px 7px 0;
  background-color: #2172A8;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .content .info .cat {
    border-radius: 0.2928257687vw;
    padding: 0.1464128843vw 0.5124450952vw 0;
  }
}
@media (max-width: 768px) {
  .single #content .content .info .cat {
    border-radius: 1.0256410256vw;
    padding: 0.5128205128vw 1.7948717949vw 0;
  }
}
.single #content .content .thumb {
  width: 100%;
  height: 400px;
  margin-bottom: 16px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .content .thumb {
    height: 29.2825768668vw;
    margin-bottom: 1.1713030747vw;
  }
}
@media (max-width: 768px) {
  .single #content .content .thumb {
    height: 89.7435897436vw;
    margin-bottom: 5.1282051282vw;
  }
}
.single #content .content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single #content .content p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 22px;
  margin-bottom: 34px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .content p {
    font-size: 1.1713030747vw;
    letter-spacing: 0.0117130307vw;
    line-height: 1.6105417277vw;
    margin-bottom: 2.4890190337vw;
  }
}
@media (max-width: 768px) {
  .single #content .content p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.0358974359vw;
    line-height: 6.1538461538vw;
    margin-bottom: 7.1794871795vw;
  }
}
.single #content .pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .pagination {
    margin-bottom: 5.8565153734vw;
  }
}
@media (max-width: 768px) {
  .single #content .pagination {
    margin-bottom: 12.8205128205vw;
  }
}
.single #content .pagination .prev a, .single #content .pagination .next a {
  position: relative;
  display: inline-block;
  color: #111111;
  background-color: #EEEEEE;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 22px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .pagination .prev a, .single #content .pagination .next a {
    border-radius: 3.6603221083vw;
    font-size: 1.1713030747vw;
    letter-spacing: 0.0117130307vw;
    line-height: 1.6105417277vw;
  }
}
@media (max-width: 768px) {
  .single #content .pagination .prev a, .single #content .pagination .next a {
    border-radius: 12.8205128205vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.0358974359vw;
    line-height: 6.1538461538vw;
  }
}
.single #content .pagination .prev a:before, .single #content .pagination .next a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 10px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .pagination .prev a:before, .single #content .pagination .next a:before {
    width: 0.439238653vw;
    height: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  .single #content .pagination .prev a:before, .single #content .pagination .next a:before {
    width: 1.5384615385vw;
    height: 2.5641025641vw;
  }
}
.single #content .pagination .next {
  margin-left: auto;
}
.single #content .pagination .next a {
  padding: 10px 46px 8px 26px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .pagination .next a {
    padding: 0.7320644217vw 3.3674963397vw 0.5856515373vw 1.9033674963vw;
  }
}
@media (max-width: 768px) {
  .single #content .pagination .next a {
    padding: 1.5384615385vw 9.2307692308vw 1.0256410256vw 4.1025641026vw;
  }
}
.single #content .pagination .next a:before {
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../images/arrow_pagination.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 15px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .pagination .next a:before {
    right: 1.0980966325vw;
  }
}
@media (max-width: 768px) {
  .single #content .pagination .next a:before {
    right: 3.8461538462vw;
  }
}
.single #content .pagination .prev {
  margin-right: auto;
}
.single #content .pagination .prev a {
  padding: 10px 26px 8px 46px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .pagination .prev a {
    padding: 0.7320644217vw 1.9033674963vw 0.5856515373vw 3.3674963397vw;
  }
}
@media (max-width: 768px) {
  .single #content .pagination .prev a {
    padding: 1.5384615385vw 4.1025641026vw 1.0256410256vw 9.2307692308vw;
  }
}
.single #content .pagination .prev a:before {
  transform: translateY(-50%);
  background-image: url("../images/arrow_pagination.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  left: 15px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .single #content .pagination .prev a:before {
    left: 1.0980966325vw;
  }
}
@media (max-width: 768px) {
  .single #content .pagination .prev a:before {
    left: 3.8461538462vw;
  }
}

.not_found #main {
  padding-top: 140px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .not_found #main {
    padding-top: 10.2489019034vw;
  }
}
@media (max-width: 768px) {
  .not_found #main {
    padding: 22.3076923077vw 8.4615384615vw 0;
  }
}
.not_found #content .inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .not_found #content .inner {
    max-width: 73.2064421669vw;
  }
}
@media (max-width: 768px) {
  .not_found #content .inner {
    max-width: initial;
  }
}
.not_found h1 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 1.6px;
  margin-bottom: 32px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  color: #122A3F;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .not_found h1 {
    font-size: 2.9282576867vw;
    line-height: 4.0995607613vw;
    letter-spacing: 0.1171303075vw;
    margin-bottom: 3.8067349927vw;
  }
}
@media (max-width: 768px) {
  .not_found h1 {
    font-size: 6.6666666667vw;
    line-height: 8.7179487179vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 9.2307692308vw;
  }
}
@media (max-width: 768px) {
  .not_found h1 span {
    display: block;
  }
}
.not_found .txt_desp {
  max-width: 730px;
  margin: 0 auto 220px;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .not_found .txt_desp {
    max-width: 53.4407027818vw;
    margin: 0 auto 16.1054172767vw;
  }
}
@media (max-width: 768px) {
  .not_found .txt_desp {
    max-width: 100%;
    padding: 0 4.1025641026vw;
    margin-bottom: 10.2564102564vw;
  }
}
.not_found .txt_desp strong {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.64px;
  margin-bottom: 26px;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .not_found .txt_desp strong {
    font-size: 1.4641288433vw;
    line-height: 2.1229868228vw;
    letter-spacing: 0.046852123vw;
    margin-bottom: 1.9033674963vw;
  }
}
@media (max-width: 768px) {
  .not_found .txt_desp strong {
    font-size: 4.6153846154vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.1846153846vw;
    margin-bottom: 5.1282051282vw;
  }
}
.not_found .txt_desp p {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.8px;
  margin-bottom: 36px;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 1366px) and (min-width: 769px) {
  .not_found .txt_desp p {
    font-size: 1.4641288433vw;
    line-height: 2.635431918vw;
    letter-spacing: 0.0585651537vw;
    margin-bottom: 2.635431918vw;
  }
}
@media (max-width: 768px) {
  .not_found .txt_desp p {
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
    letter-spacing: 0.1641025641vw;
    margin-bottom: 7.6923076923vw;
    text-align: left;
  }
}
.not_found .txt_desp p span {
  display: block;
}

/*# sourceMappingURL=style.css.map */
