@charset "UTF-8";
/* CSS Information
---------------------------------------------------------------
Site URL:https://www.susa.co.jp/
File name:style.css
Summary:base styles
Created:2026-06-24
--------------------------------------------------------------- */
:root {
  color-scheme: light;
}

a {
  color: #111;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

a,
img {
  transition: all 0.3s ease;
}

.alpha:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

sup {
  font-size: 66%;
  vertical-align: top;
}

sub {
  font-size: 66%;
  vertical-align: baseline;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

.comment {
  font-size: min(0.875rem, 14px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .comment {
    font-size: 1rem;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(25vw, 300px);
  height: min(5vw, 60px);
  background: #1A1A1A url("../img/icon_arrow.svg") no-repeat center left/min(0.833vw, 10px) auto;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 76.923vw;
    height: 12.821vw;
    background: #1A1A1A url("../img/icon_arrow.svg") no-repeat center left/2.564vw auto;
  }
}
.btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Arial";
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn a span {
    font-size: 1rem;
  }
}
.btn a span img {
  flex-shrink: 0;
  width: min(1.25vw, 15px);
  opacity: 0.7;
  margin: 0 0 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  .btn a span img {
    width: 3.846vw;
    margin: 0 0 0 2.564vw;
  }
}
.btn a:hover span {
  transform: scale(1.07);
}

.contact_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #103D7B;
  width: 100%;
  padding: min(4.167vw, 50px);
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  .contact_block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5.128vw;
    margin-top: 7.692vw;
  }
}
.contact_block div h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #fff !important;
  font-size: min(1.5rem, 24px) !important;
  padding-left: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  .contact_block div h2 {
    font-size: 1.285714rem !important;
    padding-left: 2.564vw;
  }
}
.contact_block div h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(0.333vw, 4px);
  height: 90%;
  background: #FF6702 !important;
}
@media screen and (max-width: 768px) {
  .contact_block div h2::before {
    width: 0.513vw;
  }
}
.contact_block div .comment {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact_block .btn_contact {
    width: 100%;
    margin-top: 2.564vw;
  }
}
.contact_block .btn_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(32.083vw, 385px);
  height: min(5vw, 60px);
  background: #FF6702;
  border-radius: min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  .contact_block .btn_contact a {
    width: 100%;
    height: 12.821vw;
    background: #FF6702;
    border-radius: 1.282vw;
  }
}
.contact_block .btn_contact a span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Arial";
  font-size: min(1.25rem, 20px);
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact_block .btn_contact a span {
    font-size: 1.142857rem;
  }
}
.contact_block .btn_contact a span img {
  flex-shrink: 0;
  width: min(2.333vw, 28px);
  margin: 0 min(0.833vw, 10px) 0 0;
}
@media screen and (max-width: 768px) {
  .contact_block .btn_contact a span img {
    width: 5.128vw;
    margin: 0 2.564vw 0 0;
  }
}
.contact_block .btn_contact a:hover span {
  transform: scale(1.07);
}

.navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.667vw, 20px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .navigation {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.564vw;
  }
}
.navigation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(4.167vw, 50px);
  border: 1px #0F197A solid;
  background: #fff;
  width: 100%;
  height: min(4.167vw, 50px);
  color: #0F197A;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .navigation li a {
    border-radius: 7.692vw;
    height: 7.692vw;
    font-size: 1rem;
  }
}
.navigation li a:hover {
  background: #0F197A;
  color: #fff;
}
.navigation li.active a {
  background: #0F197A;
  color: #fff;
}

.list_news {
  display: block;
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  .list_news {
    margin-top: 7.692vw;
  }
}
.list_news article {
  width: 100%;
  border-bottom: 1px #C9C9C9 solid;
}
.list_news article:first-of-type {
  border-top: 1px #C9C9C9 solid;
}
.list_news article a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  .list_news article a {
    padding: 5.128vw;
  }
}
.list_news article a div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.list_news article a div time {
  color: #101A7B;
  font-family: "Arial";
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  width: min(8.333vw, 100px);
}
@media screen and (max-width: 768px) {
  .list_news article a div time {
    font-size: 1rem;
    width: 25.641vw;
  }
}
.list_news article a div .category1 {
  border: 1px #1A1A1A solid;
  border-radius: min(1.667vw, 20px);
  background: #fff;
  color: #1A1A1A;
  font-size: min(0.75rem, 12px);
  font-weight: 700;
  white-space: nowrap;
  padding: min(0.417vw, 5px) min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  .list_news article a div .category1 {
    border-radius: 5.128vw;
    font-size: 0.714286rem;
    padding: 1.282vw 2.564vw;
  }
}
.list_news article a div .category2 {
  border: 1px #1A1A1A solid;
  border-radius: min(1.667vw, 20px);
  background: #1A1A1A;
  color: #fff;
  font-size: min(0.75rem, 12px);
  font-weight: 700;
  white-space: nowrap;
  padding: min(0.417vw, 5px) min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  .list_news article a div .category2 {
    border-radius: 5.128vw;
    font-size: 0.714286rem;
    padding: 1.282vw 2.564vw;
  }
}
.list_news article a h1 {
  display: block;
  width: 100%;
  color: #1A1A1A;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  .list_news article a h1 {
    font-size: 1rem;
    margin-top: 2.564vw;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(5vw, 60px) auto 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 7.692vw auto 0;
  }
}
.pagination li {
  margin: 0 min(0.417vw, 5px);
}
@media screen and (max-width: 768px) {
  .pagination li {
    margin: 0 1.282vw;
  }
}
.pagination li.all a {
  width: 100%;
}
.pagination li.prev a {
  width: 100%;
}
.pagination li.next a {
  width: 100%;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(0.417vw, 5px);
  background: #B4B4B4;
  color: #fff;
  height: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  .pagination li a {
    border-radius: 1.282vw;
    height: 7.692vw;
  }
}
.pagination li a span {
  font-family: "Arial";
  font-size: min(1rem, 16px);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .pagination li a span {
    font-size: 1rem;
  }
}
.pagination li .page-numbers {
  width: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  .pagination li .page-numbers {
    width: 7.692vw;
  }
}
.pagination li .page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #103D7B;
  color: #fff;
  font-family: "Arial";
  font-size: min(1rem, 16px);
  font-weight: 700;
  height: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  .pagination li .page-numbers.current {
    font-size: 1rem;
    height: 7.692vw;
  }
}
.pagination li .dots {
  color: #B4B4B4;
  font-size: min(1rem, 16px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pagination li .dots {
    font-size: 1rem;
  }
}

html {
  background: #fff;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 1.333vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.59vw;
  }
}
html body {
  background: #fff;
}
html body::-webkit-scrollbar {
  display: none;
}
html body header {
  position: relative;
}
html body header .inner {
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: min(5.833vw, 70px);
  padding: 0 min(3.333vw, 40px) 0 min(4.167vw, 50px);
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  html body header .inner {
    height: 12.821vw;
    padding: 0;
  }
}
html body header .inner .header_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  html body header .inner .header_area {
    width: 100%;
    padding: 0 0 0 5.128vw;
  }
}
html body header .inner .header_area h1 a,
html body header .inner .header_area .logo a {
  display: block;
  background: url("../img/logo_s.png") no-repeat center center/cover;
  width: min(8.333vw, 100px);
  aspect-ratio: 50/23;
}
@media screen and (max-width: 768px) {
  html body header .inner .header_area h1 a,
  html body header .inner .header_area .logo a {
    width: 20.513vw;
  }
}
html body header .inner .header_area h1 a span,
html body header .inner .header_area .logo a span {
  display: none;
}
html body header .inner .header_area #nav_toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  html body header .inner .header_area #nav_toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #103D7B;
    width: 12.821vw;
    height: 12.821vw;
    cursor: pointer;
    position: relative;
  }
  html body header .inner .header_area #nav_toggle span {
    width: 7.692vw;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.5s ease-in-out, top 0.2s ease;
  }
  html body header .inner .header_area #nav_toggle span:nth-child(1) {
    top: calc(50% - 2vw);
  }
  html body header .inner .header_area #nav_toggle span:nth-child(2) {
    top: 50%;
  }
  html body header .inner .header_area #nav_toggle span:nth-child(3) {
    top: calc(50% + 2vw);
  }
}
html body header .inner #global_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(3.333vw, 40px);
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    height: 100dvh;
    opacity: 0;
    z-index: 50;
    gap: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}
html body header .inner #global_nav > ul {
  display: flex;
  align-items: center;
  gap: min(3.333vw, 40px);
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.692vw;
    opacity: 0;
    transform: translateY(10.256vw);
    transition: transform 0.5s ease, opacity 0.1s ease;
  }
}
html body header .inner #global_nav > ul li a {
  display: block;
}
html body header .inner #global_nav > ul li a span {
  display: inline-block;
  color: #1A1A1A;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li a span {
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
}
html body header .inner #global_nav > ul li a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
html body header .inner #global_nav > ul li a span:hover {
  color: #0F197A;
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li a span:hover {
    color: #fff;
  }
}
html body header .inner #global_nav > ul li a span:hover::after {
  background: #0F197A;
  bottom: calc(-1 * min(0.417vw, 5px));
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li a span:hover::after {
    background: #fff;
    bottom: calc(-1 * 1.282vw);
  }
}
html body header .inner #global_nav > ul li.on span {
  color: #0F197A;
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.on span {
    color: #fff;
  }
}
html body header .inner #global_nav > ul li.on span::after {
  background: #0F197A;
  bottom: calc(-1 * min(0.417vw, 5px));
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.on span::after {
    background: #fff;
    bottom: calc(-1 * 1.282vw);
  }
}
html body header .inner #global_nav > ul li.dropdwn {
  position: relative;
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.dropdwn {
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu {
    opacity: 1;
    pointer-events: auto;
    position: initial;
    transform: none;
    padding: 2.564vw 0 0;
    margin: 0;
  }
}
html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul {
    flex-direction: column;
    gap: 2.564vw;
  }
}
html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a {
  border-radius: min(2.917vw, 35px);
  border: 1px #0F197A solid;
  background: #fff;
  width: min(15vw, 180px);
  height: min(2.917vw, 35px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a {
    border-radius: 0;
    border: none;
    background: none;
    width: auto;
    height: auto;
    display: block;
  }
}
html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a span {
  color: #0F197A;
  font-size: min(0.75rem, 12px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a span {
    color: #fff;
    font-size: 0.857143rem;
  }
}
html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a span::after {
  content: none;
}
html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a:hover {
  background: #0F197A;
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a:hover {
    background: none;
  }
}
html body header .inner #global_nav > ul li.dropdwn .dropdwn_menu ul li a:hover span {
  color: #fff;
}
html body header .inner #global_nav > ul li.dropdwn.active .dropdwn_menu {
  opacity: 1;
  pointer-events: auto;
}
html body header .inner #global_nav > ul li:nth-of-type(8) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(11.667vw, 140px);
  height: min(2.917vw, 35px);
  background: #FF6702;
  border-radius: min(0.417vw, 5px);
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li:nth-of-type(8) a {
    width: 35.897vw;
    height: 8.974vw;
    border-radius: 1.282vw;
  }
}
html body header .inner #global_nav > ul li:nth-of-type(8) a img {
  width: min(1.417vw, 17px);
  margin-right: min(0.417vw, 5px);
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li:nth-of-type(8) a img {
    width: 4.359vw;
    margin-right: 1.282vw;
  }
}
html body header .inner #global_nav > ul li:nth-of-type(8) a span {
  color: #fff;
}
html body header .inner #global_nav > ul li:nth-of-type(8) a span::after {
  content: none;
}
html body header .inner #global_nav > ul li:nth-of-type(9) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(2.917vw, 35px);
  height: min(2.917vw, 35px);
  background: #0F197A;
  border-radius: min(0.417vw, 5px);
}
@media screen and (max-width: 768px) {
  html body header .inner #global_nav > ul li:nth-of-type(9) a {
    width: 8.974vw;
    height: 8.974vw;
    border-radius: 1.282vw;
  }
}
html body header .inner #global_nav > ul li:nth-of-type(9) a span {
  color: #fff;
}
html body header .inner #global_nav > ul li:nth-of-type(9) a span::after {
  content: none;
}
@media screen and (max-width: 768px) {
  html body header .inner.open {
    background: none;
  }
  html body header .inner.open .header_area h1 a,
  html body header .inner.open .header_area .logo a {
    background: url("../img/logo_ws.png") no-repeat center center/cover;
  }
  html body header .inner.open .header_area #nav_toggle span:nth-child(1) {
    top: 50% !important;
    transform: rotate(45deg);
  }
  html body header .inner.open .header_area #nav_toggle span:nth-child(2) {
    width: 0;
  }
  html body header .inner.open .header_area #nav_toggle span:nth-child(3) {
    top: 50% !important;
    transform: rotate(-45deg);
  }
  html body header .inner.open #global_nav {
    visibility: visible;
    opacity: 1;
  }
  html body header .inner.open #global_nav > ul {
    opacity: 1;
    transform: translateY(0);
  }
}
html body header .overlay {
  background: rgb(255, 255, 255);
  width: 100%;
  height: min(5vw, 60px);
  position: fixed;
  top: min(5.833vw, 70px);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
html body header .overlay.active {
  opacity: 1;
  pointer-events: auto;
}
html body main {
  padding-top: min(5.833vw, 70px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html body main {
    padding-top: 12.821vw;
  }
}
html body main section .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
  padding: min(10vw, 120px) 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body main section .inner {
    width: 100%;
    padding: 15.385vw 5.128vw;
  }
}
html body main section:not(#title) .inner h2 {
  color: #0F197A;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
html body main section:not(#title) .inner h2 + .comment {
  margin-top: min(1.667vw, 20px);
}
html body main#index {
  background: #fff url("../img/bg_index1.png") no-repeat center top/100% auto;
}
html body main#index section#mainvisual {
  position: relative;
}
html body main#index section#mainvisual .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  aspect-ratio: 3/1;
}
html body main#index section#mainvisual .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main#index section#service .inner > .comment {
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body main#index section#service .inner > .comment {
    text-align: left;
  }
}
html body main#index section#service .inner .detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.333vw, 40px);
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#service .inner .detail {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.692vw;
    margin-top: 7.692vw;
  }
}
html body main#index section#service .inner .detail figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
html body main#index section#service .inner .detail figure div {
  width: 100%;
}
html body main#index section#service .inner .detail figure figcaption {
  width: 100%;
}
html body main#index section#service .inner .detail figure figcaption h3 {
  font-family: "Arial";
  font-size: min(1.5rem, 24px);
  font-weight: 700;
  margin-top: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body main#index section#service .inner .detail figure figcaption h3 {
    font-size: 1.285714rem;
    margin-top: 2.564vw;
  }
}
html body main#index section#service .inner .detail figure figcaption h3 + .comment {
  margin-top: min(0.833vw, 10px);
}
html body main#index section#service .inner .btn {
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#index section#service .inner .btn {
    margin-top: 7.692vw;
  }
}
html body main#index section#works {
  background: url("../img/bg_index2.png") no-repeat left min(11.667vw, 140px)/min(100vw, 1200px) auto;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  html body main#index section#works {
    background-image: url("../img/bg_index2.png");
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: left 30.769vw;
  }
}
html body main#index section#works .inner > .comment {
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body main#index section#works .inner > .comment {
    text-align: left;
  }
}
html body main#index section#works .inner figure {
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#works .inner figure {
    margin-top: 7.692vw;
  }
}
html body main#index section#works .inner .btn {
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#index section#works .inner .btn {
    margin-top: 7.692vw;
  }
}
html body main#index section#company .inner div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.333vw, 40px);
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner div {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.128vw;
    margin-top: 7.692vw;
  }
}
html body main#index section#company .inner div .card {
  width: 100%;
}
html body main#index section#company .inner div .card a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  aspect-ratio: 48/25;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
html body main#index section#company .inner div .card a span {
  position: relative;
  z-index: 2;
  margin-left: min(4.167vw, 50px);
  color: #fff;
  font-size: min(1.25rem, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#index section#company .inner div .card a span {
    margin-left: 5.128vw;
    font-size: 1.142857rem;
  }
}
html body main#index section#company .inner div .card a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 53, 123, 0.77);
  mix-blend-mode: multiply;
  clip-path: polygon(0 0, 33% 0, 53% 100%, 0 100%);
  transition: clip-path 0.3s ease;
  z-index: 1;
}
html body main#index section#company .inner div .card a:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
html body main#index section#company .inner div .card:nth-of-type(1) a {
  background: url("../img/index_company1.jpg") center center/cover no-repeat;
}
html body main#index section#company .inner div .card:nth-of-type(2) a {
  background: url("../img/index_company2.jpg") center center/cover no-repeat;
}
html body main#index section#news {
  background: #F5F5F5;
}
html body main#index section#news .inner .btn {
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#index section#news .inner .btn {
    margin-top: 7.692vw;
  }
}
html body main#mission {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#mission {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#mission section#title {
  background: url("../img/title_mission.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#mission section#title {
    height: 35.897vw;
  }
}
html body main#mission section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#mission section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#mission section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#mission section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#mission section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#mission section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#mission section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#mission section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#mission section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#mission section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#mission section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#mission section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#mission section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#mission section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#mission section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#message {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#message {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#message section#title {
  background: url("../img/title_message.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#message section#title {
    height: 35.897vw;
  }
}
html body main#message section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#message section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#message section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#message section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#message section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#message section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#message section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#message section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#message section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#message section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#message section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#message section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#message section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#message section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#message section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#company {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#company {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#company section#title {
  background: url("../img/title_company.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#company section#title {
    height: 35.897vw;
  }
}
html body main#company section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#company section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#company section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#company section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#company section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#company section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#company section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#company section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#company section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#company section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#company section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#company section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#company section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#company section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#company section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#service {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#service {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#service section#title {
  background: url("../img/title_service.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#service section#title {
    height: 35.897vw;
  }
}
html body main#service section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#service section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#service section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#service section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#service section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#service section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#service section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#service section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#service section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#service section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#service section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#service section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#service section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#service section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#service section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#assurance {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#assurance {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#assurance section#title {
  background: url("../img/title_assurance.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#title {
    height: 35.897vw;
  }
}
html body main#assurance section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#assurance section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#assurance section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#assurance section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#assurance section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#assurance section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#assurance section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#assurance section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#assurance section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#assurance section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#works {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#works {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#works section#title {
  background: url("../img/title_works.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#works section#title {
    height: 35.897vw;
  }
}
html body main#works section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#works section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#works section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#works section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#works section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#works section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#works section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#works section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#works section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#works section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#works section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#works section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#works section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#works section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#works section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#news {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#news {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#news section#title {
  background: url("../img/title_news.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#news section#title {
    height: 35.897vw;
  }
}
html body main#news section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#news section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#news section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#news section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#news section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#news section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#news section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#news section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#news section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#news section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#news section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#news section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#news section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#news section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#news section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#news_detail {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#news_detail {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#news_detail section#title {
  background: url("../img/title_news_detail.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#title {
    height: 35.897vw;
  }
}
html body main#news_detail section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#news_detail section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#news_detail section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#news_detail section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#news_detail section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#news_detail section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#news_detail section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#news_detail section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#news_detail section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#news_detail section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#contact {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#contact {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#contact section#title {
  background: url("../img/title_contact.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#title {
    height: 35.897vw;
  }
}
html body main#contact section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#contact section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#contact section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#contact section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#contact section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#contact section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#contact section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#contact section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#contact section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#contact section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#contact section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#contact section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#security {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#security {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#security section#title {
  background: url("../img/title_security.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#security section#title {
    height: 35.897vw;
  }
}
html body main#security section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#security section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#security section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#security section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#security section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#security section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#security section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#security section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#security section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#security section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#security section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#security section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#security section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#security section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#security section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#privacy {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#privacy {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#privacy section#title {
  background: url("../img/title_privacy.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#privacy section#title {
    height: 35.897vw;
  }
}
html body main#privacy section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#privacy section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#privacy section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#privacy section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#privacy section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#privacy section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#privacy section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#privacy section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#privacy section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#privacy section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#privacy section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#privacy section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#privacy section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#privacy section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#privacy section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#disclaimer {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#disclaimer {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#disclaimer section#title {
  background: url("../img/title_disclaimer.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#disclaimer section#title {
    height: 35.897vw;
  }
}
html body main#disclaimer section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#disclaimer section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#disclaimer section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#disclaimer section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#disclaimer section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#disclaimer section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#disclaimer section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#disclaimer section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#disclaimer section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#disclaimer section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#disclaimer section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#disclaimer section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#disclaimer section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#disclaimer section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#disclaimer section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#notfound {
  background: #fff url("../img/bg_common.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  html body main#notfound {
    background-image: url("../img/bg_common.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 28.205vw;
  }
}
html body main#notfound section#title {
  background: url("../img/title_notfound.jpg") no-repeat center/cover;
  width: 100%;
  height: min(16.667vw, 200px);
}
@media screen and (max-width: 768px) {
  html body main#notfound section#title {
    height: 35.897vw;
  }
}
html body main#notfound section#title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}
html body main#notfound section#title .inner h2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: min(1.75rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#notfound section#title .inner h2 {
    font-size: 1.428571rem;
  }
}
html body main#notfound section#title .inner .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: min(1.667vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(83.333vw, 1000px);
}
@media screen and (max-width: 768px) {
  html body main#notfound section#title .inner .breadcrumbs {
    left: 5.128vw;
    bottom: 2.564vw;
    width: 100%;
  }
}
html body main#notfound section#title .inner .breadcrumbs li {
  display: flex;
  align-items: center;
}
html body main#notfound section#title .inner .breadcrumbs li span {
  display: flex;
  color: #fff;
  font-size: min(0.625rem, 10px);
  line-height: 1.25;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#notfound section#title .inner .breadcrumbs li span {
    font-size: 0.714286rem;
  }
}
html body main#notfound section#title .inner .breadcrumbs li img {
  flex-shrink: 0;
  width: min(1.333vw, 16px);
}
@media screen and (max-width: 768px) {
  html body main#notfound section#title .inner .breadcrumbs li img {
    width: 2.051vw;
  }
}
html body main#notfound section#title .inner .breadcrumbs li a {
  white-space: nowrap;
}
html body main#notfound section#title .inner .breadcrumbs li::after {
  content: "";
  flex-shrink: 0;
  background: url("../img/icon_next.svg") no-repeat center/contain;
  width: min(1.333vw, 16px);
  height: min(1vw, 12px);
  margin: 0 min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#notfound section#title .inner .breadcrumbs li::after {
    width: 1.026vw;
    height: 1.282vw;
    margin: 0 1.282vw;
  }
}
html body main#notfound section#title .inner .breadcrumbs li:last-child::after {
  content: normal;
}
html body main#notfound section#title .inner .breadcrumbs li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html body main#mission section#contents1 .inner {
  padding-bottom: 0;
}
html body main#mission section#contents1 .inner h2 {
  font-family: "Arial";
}
html body main#mission section#contents1 .inner .comment {
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body main#mission section#contents1 .inner .comment {
    text-align: left;
  }
}
html body main#mission section#contents2 .inner h2 {
  font-family: "Arial";
}
html body main#mission section#contents2 .inner div {
  background: #EDF7FC;
  width: min(50vw, 600px);
  padding: min(2.5vw, 30px) min(4.167vw, 50px);
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#mission section#contents2 .inner div {
    width: 100%;
    padding: 5.128vw;
    margin-top: 7.692vw;
  }
}
html body main#mission section#contents2 .inner div:nth-of-type(n+2) {
  margin-top: min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#mission section#contents2 .inner div:nth-of-type(n+2) {
    margin-top: 2.564vw;
  }
}
html body main#mission section#contents2 .inner div strong {
  display: block;
  color: #0F197A;
  font-family: "Arial";
  font-size: min(1.25rem, 20px);
  font-weight: 700;
  margin-bottom: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body main#mission section#contents2 .inner div strong {
    font-size: 1.142857rem;
    margin-bottom: 2.564vw;
  }
}
html body main#mission section#contents2 .inner div strong::first-letter {
  color: #FF6702;
}
html body main#mission section#contents2 .inner div .comment {
  font-weight: 700;
}
html body main#message section#contents .inner figure {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#message section#contents .inner figure {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 7.692vw;
  }
}
html body main#message section#contents .inner figure div {
  flex-shrink: 0;
  width: min(26.167vw, 314px);
}
@media screen and (max-width: 768px) {
  html body main#message section#contents .inner figure div {
    width: 100%;
  }
}
html body main#message section#contents .inner figure figcaption {
  width: 100%;
  padding: 0 min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#message section#contents .inner figure figcaption {
    padding: 5.128vw 0;
  }
}
html body main#message section#contents .inner figure figcaption .signature {
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  line-height: 2;
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#message section#contents .inner figure figcaption .signature {
    font-size: 1rem;
    margin-top: 7.692vw;
  }
}
html body main#message section#contents .inner figure figcaption .signature em {
  font-size: min(1.25rem, 20px);
  font-weight: 700;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  html body main#message section#contents .inner figure figcaption .signature em {
    font-size: 1.285714rem;
    margin-top: 7.692vw;
  }
}
html body main#company section#overview .inner {
  padding-bottom: 0;
}
html body main#company section#overview .inner dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px #C5D6E2 solid;
  width: 100%;
}
html body main#company section#overview .inner dl:nth-of-type(1) {
  border-top: 1px #C5D6E2 solid;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#company section#overview .inner dl:nth-of-type(1) {
    margin-top: 7.692vw;
  }
}
html body main#company section#overview .inner dl dt {
  flex-shrink: 0;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  line-height: 2;
  width: min(22.5vw, 270px);
  padding: min(2.083vw, 25px);
  background: #ECF3F7;
}
@media screen and (max-width: 768px) {
  html body main#company section#overview .inner dl dt {
    font-size: 0.857143rem;
    width: 23.077vw;
    padding: 2.564vw;
  }
}
html body main#company section#overview .inner dl dd {
  font-size: min(0.875rem, 14px);
  line-height: 2;
  width: 100%;
  padding: min(2.083vw, 25px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  html body main#company section#overview .inner dl dd {
    font-size: 0.857143rem;
    padding: 2.564vw;
  }
}
html body main#company section#overview .inner figure {
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#company section#overview .inner figure {
    margin-top: 7.692vw;
  }
}
html body main#company section#access .inner figure {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#company section#access .inner figure {
    flex-direction: column;
    justify-content: center;
    margin-top: 7.692vw;
  }
}
html body main#company section#access .inner figure div {
  flex-shrink: 0;
  width: min(41.667vw, 500px);
}
@media screen and (max-width: 768px) {
  html body main#company section#access .inner figure div {
    width: 100%;
  }
}
html body main#company section#access .inner figure figcaption {
  width: 100%;
  padding: 0 min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#company section#access .inner figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5.128vw 0;
  }
}
html body main#company section#access .inner figure figcaption .btn {
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#company section#access .inner figure figcaption .btn {
    margin-top: 7.692vw;
  }
}
html body main#service section#contents1 .inner {
  padding-bottom: 0;
}
html body main#service section#contents1 .inner, html body main#service section#contents2 .inner {
  align-items: flex-start;
}
html body main#service section#contents1 .inner h2, html body main#service section#contents2 .inner h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #1A1A1A;
  font-family: "Arial";
  font-size: min(1.5rem, 24px);
  padding-left: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner h2, html body main#service section#contents2 .inner h2 {
    font-size: 1.285714rem;
    padding-left: 2.564vw;
  }
}
html body main#service section#contents1 .inner h2::before, html body main#service section#contents2 .inner h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(0.333vw, 4px);
  height: 90%;
  background: #101A7B;
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner h2::before, html body main#service section#contents2 .inner h2::before {
    width: 0.513vw;
  }
}
html body main#service section#contents1 .inner .comment + a, html body main#service section#contents1 .inner .comment + figure, html body main#service section#contents2 .inner .comment + a, html body main#service section#contents2 .inner .comment + figure {
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner .comment + a, html body main#service section#contents1 .inner .comment + figure, html body main#service section#contents2 .inner .comment + a, html body main#service section#contents2 .inner .comment + figure {
    margin-top: 7.692vw;
  }
}
html body main#service section#contents1 .inner figure, html body main#service section#contents2 .inner figure {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(237, 247, 252, 0.7);
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner figure, html body main#service section#contents2 .inner figure {
    flex-direction: column;
    justify-content: center;
  }
}
html body main#service section#contents1 .inner figure div, html body main#service section#contents2 .inner figure div {
  flex-shrink: 0;
  width: min(40vw, 480px);
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner figure div, html body main#service section#contents2 .inner figure div {
    width: 100%;
  }
}
html body main#service section#contents1 .inner figure figcaption, html body main#service section#contents2 .inner figure figcaption {
  width: 100%;
  padding: 0 min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner figure figcaption, html body main#service section#contents2 .inner figure figcaption {
    padding: 5.128vw;
  }
}
html body main#service section#contents1 .inner figure figcaption h3, html body main#service section#contents2 .inner figure figcaption h3 {
  color: #101A7B;
  font-size: min(1.5rem, 24px);
  font-weight: 700;
  margin-bottom: min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner figure figcaption h3, html body main#service section#contents2 .inner figure figcaption h3 {
    font-size: 1.285714rem;
    font-weight: 700;
    margin-bottom: 2.564vw;
  }
}
html body main#service section#contents1 .inner figure figcaption strong, html body main#service section#contents2 .inner figure figcaption strong {
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner figure figcaption strong, html body main#service section#contents2 .inner figure figcaption strong {
    font-size: 1rem;
  }
}
html body main#service section#contents1 .inner figure figcaption ul li, html body main#service section#contents2 .inner figure figcaption ul li {
  font-size: min(0.875rem, 14px);
  line-height: 2;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner figure figcaption ul li, html body main#service section#contents2 .inner figure figcaption ul li {
    font-size: 1rem;
  }
}
html body main#service section#contents1 .inner figure figcaption ul li::before, html body main#service section#contents2 .inner figure figcaption ul li::before {
  content: "・";
}
html body main#service section#contents1 .inner hr, html body main#service section#contents2 .inner hr {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 0;
  background: #ECF0EF;
  margin: min(2.5vw, 30px) 0;
}
@media screen and (max-width: 768px) {
  html body main#service section#contents1 .inner hr, html body main#service section#contents2 .inner hr {
    margin: 7.692vw 0;
  }
}
html body main#assurance section#preface .inner {
  align-items: flex-start;
  padding-bottom: 0;
}
html body main#assurance section#process .inner {
  align-items: flex-start;
  padding-bottom: 0;
}
html body main#assurance section#process .inner h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #1A1A1A;
  font-family: "Arial";
  font-size: min(1.5rem, 24px);
  padding-left: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner h2 {
    font-size: 1.285714rem;
    padding-left: 2.564vw;
  }
}
html body main#assurance section#process .inner h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(0.333vw, 4px);
  height: 90%;
  background: #101A7B;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner h2::before {
    width: 0.513vw;
  }
}
html body main#assurance section#process .inner ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: min(3.333vw, 40px);
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul {
    gap: 5.128vw;
    width: 100%;
    margin-top: 7.692vw;
  }
}
html body main#assurance section#process .inner ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: min(2.5vw, 30px) min(4.167vw, 50px);
  box-shadow: 0px min(0.167vw, 2px) min(0.5vw, 6px) 0px rgba(83, 83, 83, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li {
    padding: 2.564vw 5.128vw;
    box-shadow: 0px 0.513vw 1.538vw 0px rgba(83, 83, 83, 0.16);
  }
}
html body main#assurance section#process .inner ul li strong {
  flex-shrink: 0;
  text-align: center;
  color: #103D7B;
  font-family: "Arial";
  font-size: min(1.5rem, 24px);
  font-weight: 700;
  line-height: 1.5;
  margin-right: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li strong {
    font-size: 1.285714rem;
    margin-right: 5.128vw;
  }
}
html body main#assurance section#process .inner ul li strong small {
  display: block;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li strong small {
    font-size: 0.714286rem;
  }
}
html body main#assurance section#process .inner ul li p {
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li p {
    font-size: 0.857143rem;
  }
}
html body main#assurance section#process .inner ul li p em {
  display: block;
  color: #103D7B;
  font-size: min(1.25rem, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li p em {
    font-size: 1.142857rem;
  }
}
html body main#assurance section#process .inner ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-1 * min(2.083vw, 25px));
  transform: translateX(-50%);
  width: min(1.25vw, 15px);
  height: min(1.25vw, 10px);
  background: url("../img/icon_arrow2.svg?date=202606301525") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li::after {
    bottom: -3.077vw;
    width: 2.564vw;
    height: 1.709vw;
  }
}
html body main#assurance section#process .inner ul li:last-child {
  justify-content: center;
  background: #103D7B;
  padding: min(1.667vw, 20px) min(4.167vw, 50px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li:last-child {
    padding: 2.564vw 5.128vw;
  }
}
html body main#assurance section#process .inner ul li:last-child strong {
  color: #fff;
  font-size: min(1.25rem, 20px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#process .inner ul li:last-child strong {
    font-size: 1.142857rem;
  }
}
html body main#assurance section#process .inner ul li:last-child::after {
  content: none;
}
html body main#assurance section#faq .inner {
  align-items: flex-start;
}
html body main#assurance section#faq .inner h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #1A1A1A;
  font-family: "Arial";
  font-size: min(1.5rem, 24px);
  padding-left: min(1.25vw, 15px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner h2 {
    font-size: 1.285714rem;
    padding-left: 2.564vw;
  }
}
html body main#assurance section#faq .inner h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(0.333vw, 4px);
  height: 90%;
  background: #101A7B;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner h2::before {
    width: 0.513vw;
  }
}
html body main#assurance section#faq .inner hr {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 0;
  background: #ECF0EF;
}
html body main#assurance section#faq .inner hr:first-of-type {
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner hr:first-of-type {
    margin-top: 7.692vw;
  }
}
html body main#assurance section#faq .inner dl {
  width: 100%;
  margin: min(2.5vw, 30px) 0;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner dl {
    margin: 3.846vw 0;
  }
}
html body main#assurance section#faq .inner dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
html body main#assurance section#faq .inner dl dt p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #103D7B;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner dl dt p {
    font-size: 1rem;
  }
}
html body main#assurance section#faq .inner dl dt p em {
  flex-shrink: 0;
  font-family: "Arial";
  font-size: min(1.25rem, 20px);
  font-weight: 700;
  width: min(5.833vw, 70px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner dl dt p em {
    font-size: 1.285714rem;
    width: 12.821vw;
  }
}
html body main#assurance section#faq .inner dl dt .icon {
  flex-shrink: 0;
  width: min(1.25vw, 15px);
  position: relative;
  margin-left: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner dl dt .icon {
    width: 2.564vw;
    margin-left: 2.564vw;
  }
}
html body main#assurance section#faq .inner dl dt .icon span {
  width: 100%;
  height: 1px;
  display: block;
  background: #103D7B;
  position: absolute;
  left: 0;
  transition: transform 0.5s ease-in-out, top 0.2s ease;
}
html body main#assurance section#faq .inner dl dt .icon span:nth-child(1) {
  top: 50%;
  transform: rotate(-90deg);
}
html body main#assurance section#faq .inner dl dt .icon span:nth-child(2) {
  top: 50%;
}
html body main#assurance section#faq .inner dl dt.active .icon span:nth-child(1) {
  transform: rotate(0deg);
}
html body main#assurance section#faq .inner dl dd {
  display: none;
  width: 100%;
  padding: min(2.5vw, 30px) min(5.833vw, 70px) 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner dl dd {
    padding: 3.846vw 0 0;
  }
}
html body main#assurance section#faq .inner dl dd p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #1A1A1A;
  font-size: min(0.875rem, 14px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner dl dd p {
    font-size: 1rem;
  }
}
html body main#assurance section#faq .inner dl dd p em {
  flex-shrink: 0;
  font-family: "Arial";
  font-size: min(1.25rem, 20px);
  font-weight: 700;
  width: min(3.333vw, 40px);
}
@media screen and (max-width: 768px) {
  html body main#assurance section#faq .inner dl dd p em {
    font-size: 1.285714rem;
    width: 12.821vw;
  }
}
html body main#works section#contents .inner .comment + .navigation {
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#works section#contents .inner .comment + .navigation {
    margin-top: 3.846vw;
  }
}
html body main#works section#contents .inner .list_works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.667vw, 20px);
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#works section#contents .inner .list_works {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.128vw;
    margin-top: 7.692vw;
  }
}
html body main#works section#contents .inner .list_works figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  width: 100%;
  box-shadow: 0px min(0.167vw, 2px) min(0.5vw, 6px) 0px rgba(83, 83, 83, 0.16);
}
@media screen and (max-width: 768px) {
  html body main#works section#contents .inner .list_works figure {
    box-shadow: 0px 0.513vw 1.538vw 0px rgba(83, 83, 83, 0.16);
  }
}
html body main#works section#contents .inner .list_works figure div {
  width: 100%;
  aspect-ratio: 23/12;
  overflow: hidden;
}
html body main#works section#contents .inner .list_works figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main#works section#contents .inner .list_works figure figcaption {
  width: 100%;
  padding: min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#works section#contents .inner .list_works figure figcaption {
    padding: 2.564vw;
  }
}
html body main#works section#contents .inner .list_works figure figcaption ul li {
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body main#works section#contents .inner .list_works figure figcaption ul li {
    font-size: 1rem;
  }
}
html body main#works section#contents .inner .list_works figure figcaption ul li em {
  color: #101A7B;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#works section#contents .inner .list_works figure figcaption ul li em {
    font-size: 1rem;
  }
}
html body main#works section#contents .inner .list_works figure figcaption small {
  display: block;
  font-size: min(0.625rem, 10px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body main#works section#contents .inner .list_works figure figcaption small {
    font-size: 0.714286rem;
  }
}
html body main#news_detail section#posting .inner article {
  display: block;
  width: 100%;
}
html body main#news_detail section#posting .inner article > .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
html body main#news_detail section#posting .inner article > .date time {
  color: #101A7B;
  font-family: "Arial";
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  width: min(8.333vw, 100px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#posting .inner article > .date time {
    font-size: 1rem;
    width: 25.641vw;
  }
}
html body main#news_detail section#posting .inner article > .date .category1 {
  border: 1px #1A1A1A solid;
  border-radius: min(1.667vw, 20px);
  background: #fff;
  color: #1A1A1A;
  font-size: min(0.75rem, 12px);
  font-weight: 700;
  white-space: nowrap;
  padding: min(0.417vw, 5px) min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#posting .inner article > .date .category1 {
    border-radius: 5.128vw;
    font-size: 0.714286rem;
    padding: 1.282vw 2.564vw;
  }
}
html body main#news_detail section#posting .inner article > .date .category2 {
  border: 1px #1A1A1A solid;
  border-radius: min(1.667vw, 20px);
  background: #1A1A1A;
  color: #fff;
  font-size: min(0.75rem, 12px);
  font-weight: 700;
  white-space: nowrap;
  padding: min(0.417vw, 5px) min(0.833vw, 10px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#posting .inner article > .date .category2 {
    border-radius: 5.128vw;
    font-size: 0.714286rem;
    padding: 1.282vw 2.564vw;
  }
}
html body main#news_detail section#posting .inner article > h1 {
  color: #1A1A1A;
  font-size: min(1rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: min(2.5vw, 30px);
  border-bottom: 1px #C9C9C9 solid;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#posting .inner article > h1 {
    font-size: 1.142857rem;
    padding-bottom: 3.846vw;
    margin: 3.846vw 0 0;
  }
}
html body main#news_detail section#posting .inner article > figure {
  width: 100%;
  aspect-ratio: 500/309;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#posting .inner article > figure {
    margin-top: 7.692vw;
  }
}
html body main#news_detail section#posting .inner article > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main#news_detail section#posting .inner article > .comment {
  width: 100%;
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#posting .inner article > .comment {
    margin-top: 7.692vw;
  }
}
html body main#news_detail section#posting .inner article > .comment *,
html body main#news_detail section#posting .inner article > .comment *::before,
html body main#news_detail section#posting .inner article > .comment *::after {
  all: revert;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body main#news_detail section#posting .inner article > .comment ul,
html body main#news_detail section#posting .inner article > .comment ol {
  list-style-position: inside;
}
html body main#news_detail section#posting .inner article > .comment a {
  color: #1A1A1A;
}
html body main#news_detail section#posting .inner .btn {
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#news_detail section#posting .inner .btn {
    margin-top: 7.692vw;
  }
}
html body main#contact section#inquiry .inner .comment {
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner .comment {
    text-align: left;
  }
}
html body main#contact section#inquiry .inner .comment + form {
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner .comment + form {
    margin-top: 7.692vw;
  }
}
html body main#contact section#inquiry .inner form {
  width: 100%;
}
html body main#contact section#inquiry .inner form dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(66.667vw, 800px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form dl {
    width: 100%;
  }
}
html body main#contact section#inquiry .inner form dl:nth-of-type(n+2) {
  margin-top: min(2.5vw, 30px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form dl:nth-of-type(n+2) {
    margin-top: 5.128vw;
  }
}
html body main#contact section#inquiry .inner form dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: min(1.25rem, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form dl dt {
    font-size: 1.142857rem;
  }
}
html body main#contact section#inquiry .inner form dl dt span {
  background: #FF6702;
  border-radius: min(0.417vw, 5px);
  color: #fff;
  font-size: min(0.875rem, 14px);
  padding: min(0.417vw, 5px) min(0.833vw, 10px);
  margin-left: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form dl dt span {
    border-radius: 0.833vw;
    font-size: 0.714286rem;
    padding: 1.282vw 2.564vw;
    margin-left: 2.564vw;
  }
}
html body main#contact section#inquiry .inner form dl dd {
  display: block;
  width: 100%;
  padding: min(0.833vw, 10px) 0 0;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form dl dd {
    padding: 2.564vw 0 0;
  }
}
html body main#contact section#inquiry .inner form :is(input:not([type=file]):not([type=radio]):not([type=checkbox]):not([type=submit]), select) {
  background: #fff;
  border: 1px #A3A3A3 solid;
  border-radius: min(0.417vw, 5px);
  color: #111;
  font-size: min(0.875rem, 14px);
  width: 100% !important;
  height: min(5.833vw, 70px) !important;
  padding: min(0.417vw, 5px) min(0.833vw, 10px);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form :is(input:not([type=file]):not([type=radio]):not([type=checkbox]):not([type=submit]), select) {
    font-size: 1rem;
    height: 12.821vw !important;
    padding: 1.282vw 2.564vw;
  }
}
html body main#contact section#inquiry .inner form :is(input:not([type=file]):not([type=radio]):not([type=checkbox]):not([type=submit]), select):focus {
  outline: none;
}
html body main#contact section#inquiry .inner form textarea {
  background: #fff;
  border: 1px #A3A3A3 solid;
  border-radius: min(0.417vw, 5px);
  color: #111;
  font-size: min(0.875rem, 14px);
  width: 100% !important;
  height: min(28.333vw, 340px) !important;
  padding: min(0.417vw, 5px) min(0.833vw, 10px);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form textarea {
    font-size: 1rem;
    height: 50vw !important;
    padding: 1.282vw 2.564vw;
  }
}
html body main#contact section#inquiry .inner form .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form .btn_area {
    margin-top: 7.692vw;
  }
}
html body main#contact section#inquiry .inner form .btn_area .btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(25vw, 300px);
  height: min(5vw, 60px);
  background: #1A1A1A url("../img/icon_arrow.svg") no-repeat center left/min(0.833vw, 10px) auto;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form .btn_area .btn_submit {
    width: 76.923vw;
    height: 12.821vw;
    background: #1A1A1A url("../img/icon_arrow.svg") no-repeat center left/2.564vw auto;
    cursor: pointer;
  }
}
html body main#contact section#inquiry .inner form .btn_area .btn_submit span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Arial";
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  html body main#contact section#inquiry .inner form .btn_area .btn_submit span {
    font-size: 1rem;
  }
}
html body main#contact section#inquiry .inner form .btn_area .btn_submit:hover span {
  transform: scale(1.07);
}
html body main#contact section#inquiry .inner .btn {
  margin-top: min(5vw, 60px);
}
html body main#security section#contents .inner, html body main#privacy section#contents .inner, html body main#disclaimer section#contents .inner {
  align-items: flex-start;
}
html body main#security section#contents .inner ul, html body main#privacy section#contents .inner ul, html body main#disclaimer section#contents .inner ul {
  width: 100%;
}
html body main#security section#contents .inner ul li, html body main#privacy section#contents .inner ul li, html body main#disclaimer section#contents .inner ul li {
  font-size: min(0.875rem, 14px);
  line-height: 2;
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#security section#contents .inner ul li, html body main#privacy section#contents .inner ul li, html body main#disclaimer section#contents .inner ul li {
    font-size: 1rem;
    margin-top: 7.692vw;
  }
}
html body main#security section#contents .inner ul li em, html body main#privacy section#contents .inner ul li em, html body main#disclaimer section#contents .inner ul li em {
  display: block;
  color: #0F197A;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#security section#contents .inner ul li em, html body main#privacy section#contents .inner ul li em, html body main#disclaimer section#contents .inner ul li em {
    font-size: 1rem;
  }
}
html body main#security section#contents .inner ul li ul li, html body main#privacy section#contents .inner ul li ul li, html body main#disclaimer section#contents .inner ul li ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 0;
}
html body main#security section#contents .inner ul li ul li::before, html body main#privacy section#contents .inner ul li ul li::before, html body main#disclaimer section#contents .inner ul li ul li::before {
  content: "・";
}
html body main#security section#contents .inner .signature, html body main#privacy section#contents .inner .signature, html body main#disclaimer section#contents .inner .signature {
  width: 100%;
  text-align: right;
  font-size: min(0.875rem, 14px);
  line-height: 2;
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body main#security section#contents .inner .signature, html body main#privacy section#contents .inner .signature, html body main#disclaimer section#contents .inner .signature {
    font-size: 1rem;
    margin-top: 7.692vw;
  }
}
html body main#notfound section#contents .inner strong {
  font-family: "Arial";
  font-size: min(1.5rem, 24px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  html body main#notfound section#contents .inner strong {
    font-size: 1.285714rem;
  }
}
html body main#notfound section#contents .inner .comment {
  margin-top: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body main#notfound section#contents .inner .comment {
    margin-top: 2.564vw;
  }
}
html body main#page section#contents .inner *,
html body main#page section#contents .inner *::before,
html body main#page section#contents .inner *::after {
  all: revert;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body main#page section#contents .inner ul,
html body main#page section#contents .inner ol {
  list-style-position: inside;
}
html body main#page section#contents .inner a {
  color: #1A1A1A;
}
html body main#page section#contents .inner p {
  font-size: min(0.875rem, 14px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body main#page section#contents .inner p {
    font-size: 1rem;
  }
}
html body footer {
  background: #103D7B;
}
html body footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(83.333vw, 1000px);
  padding: min(5vw, 60px) 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body footer .inner {
    width: 100%;
    padding: 7.692vw 5.128vw 0;
  }
}
html body footer .inner nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body footer .inner nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5.128vw;
  }
}
html body footer .inner nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body footer .inner nav ul {
    gap: 5.128vw;
  }
}
html body footer .inner nav ul li a {
  display: block;
}
html body footer .inner nav ul li a span {
  display: inline-block;
  color: #fff;
  font-size: min(0.875rem, 14px);
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body footer .inner nav ul li a span {
    font-size: 1rem;
  }
}
html body footer .inner nav ul li a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  html body footer .inner nav ul li a span::after {
    content: none;
  }
}
html body footer .inner nav ul li a span:hover::after {
  background: #fff;
  bottom: calc(-1 * min(0.417vw, 5px));
}
html body footer .inner nav ul li > ul {
  margin-top: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body footer .inner nav ul li > ul {
    margin: 5.128vw 0 0 3.846vw;
  }
}
html body footer .inner nav ul li > ul li a span {
  font-size: min(0.75rem, 12px);
}
@media screen and (max-width: 768px) {
  html body footer .inner nav ul li > ul li a span {
    font-size: 0.857143rem;
  }
}
html body footer .inner h1 {
  width: min(8.333vw, 100px);
  margin-top: min(5vw, 60px);
}
@media screen and (max-width: 768px) {
  html body footer .inner h1 {
    width: 25.641vw;
    margin-top: 7.692vw;
  }
}
html body footer small {
  display: block;
  border-top: 1px #707070 solid;
  color: #fff;
  text-align: center;
  font-size: min(0.625rem, 10px);
  width: 100%;
  padding: min(1.667vw, 20px) 0;
  margin-top: min(1.667vw, 20px);
}
@media screen and (max-width: 768px) {
  html body footer small {
    font-size: 0.714286rem;
    padding: 5.128vw;
    margin-top: 5.128vw;
  }
}/*# sourceMappingURL=style.css.map */