@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.inner {
  width: min(1200px, 100% - 40px);
  margin-inline: auto;
}

.inner-narrow {
  width: min(1000px, 100% - 40px);
  margin-inline: auto;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.disnone {
  display: none;
}
.disnone div:empty {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 1px;
  color: #333333;
  word-wrap: break-word;
  overflow: hidden;
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_page #contents {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .top_page #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top_page #contents {
  position: relative;
}

.full-width #contents {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .full-width #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100% !important;
  position: relative;
}

#contents {
  background: none;
  font-size: 100%;
  width: 100%;
  max-width: 1200px !important;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfixed table {
  table-layout: fixed;
}

table td img {
  height: auto;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

select,
input,
label {
  height: auto !important;
}

a {
  text-decoration: none;
}

a:not(.btn a) {
  transition: opacity 0.5s;
  cursor: pointer;
}
a:not(.btn a):hover {
  opacity: 0.6;
}

@media (min-width: 639.8px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 640px) {
  a[href^="tel:"]:hover {
    opacity: 0.6;
  }
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a.link-color {
  color: #095199;
}

.anchor {
  display: block;
  transform: translateY(-100px);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    transform: translateY(-30px);
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center;
  }
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
#global_header {
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 999;
  padding-block: 23px;
}
@media (max-width: 1024px) {
  #global_header {
    padding-block: 16px;
  }
}
@media (max-width: 835px) {
  #global_header {
    padding-block: 8px;
  }
}

.header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
}
.header_inner .header_logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: auto;
  cursor: pointer;
}
.header_inner .header_logo img {
  width: 72px;
}
@media (max-width: 1024px) {
  .header_inner .header_logo img {
    width: 50px;
  }
}
.header_inner .header_logo span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1600px) {
  .header_inner .header_logo span {
    font-size: 1.125rem;
  }
}
@media (max-width: 1600px) {
  .header_inner .header_logo span {
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  .header_inner .header_nav {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100dvh;
    transition: right 0.4s;
    z-index: 999;
    background-color: #095199;
    scrollbar-gutter: stable;
    display: flex;
  }
  .header_inner .header_nav.active {
    right: 0;
  }
}
.header_inner .header_nav > ul {
  display: flex;
  align-items: center;
  margin: auto;
}
@media (max-width: 835px) {
  .header_inner .header_nav > ul {
    flex-direction: column;
    min-height: 500px;
    margin-block: auto;
  }
}
.header_inner .header_nav > ul li:not(:nth-child(1)) {
  position: relative;
}
.header_inner .header_nav > ul li:not(:nth-child(1))::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: 0;
  top: calc((100% - 1em) / 2);
  background-color: currentColor;
}
@media (max-width: 835px) {
  .header_inner .header_nav > ul li:not(:nth-child(1))::before {
    display: none;
  }
}
.header_inner .header_nav > ul li > * {
  font-weight: 500;
  display: block;
  padding-inline: 25px;
  padding-block: 4px;
  cursor: pointer;
  color: #1b1b1b;
  font-size: 1rem;
}
@media (max-width: 1600px) {
  .header_inner .header_nav > ul li > * {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .header_inner .header_nav > ul li > * {
    padding: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .header_inner .header_nav > ul li > * {
    padding: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 835px) {
  .header_inner .header_nav > ul li > * {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
  }
}
.header_inner .header_nav > ul li.has-sub-nav {
  position: relative;
}
.header_inner .header_nav > ul li.has-sub-nav span {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 835px) {
  .header_inner .header_nav > ul li.has-sub-nav span::before {
    content: "\f078";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    display: inline-block;
  }
}
.header_inner .header_nav > ul li.has-sub-nav .header_sub-nav {
  padding: 0;
  position: absolute;
  top: 90%;
  left: 50%;
  translate: -50% 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 835px) {
  .header_inner .header_nav > ul li.has-sub-nav .header_sub-nav {
    position: static;
    translate: 0 0;
    background-color: transparent;
  }
}
.header_inner .header_nav > ul li.has-sub-nav .header_sub-nav li {
  white-space: nowrap;
}
.header_inner .header_nav > ul li.has-sub-nav .header_sub-nav li::before {
  display: none;
}
.header_inner .header_nav > ul li.has-sub-nav .header_sub-nav li a {
  display: block;
  padding-block: 8px !important;
}
.header_inner .header_info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  .header_inner .header_info {
    display: none;
  }
}
.header_inner .header_info .header_btn a {
  --btn-width: 250px;
  --btn-height: 60px;
  background-color: #3c9ef4;
  font-size: 1.5rem;
}
.header_inner .header_info .header_btn a::before {
  content: "\f807";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}
.header_inner .header_info .header_phone {
  font-size: 1.75rem;
  font-weight: bold;
  display: flex;
  gap: 4px;
}
.header_inner .header_info .header_phone i {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #0171d5;
  color: #fff !important;
  font-size: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.header_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 99999;
  padding-block: 14px;
  animation: header-fixed 0.6s both;
  background-color: #fff;
}
@media (max-width: 835px) {
  .header_nav.fixed {
    display: none;
  }
}
.header_nav.fixed > ul {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.header_nav.fixed > ul li {
  flex-grow: 1;
}
.header_nav.fixed > ul li:not(:nth-child(1)) {
  position: relative;
}
.header_nav.fixed > ul li:not(:nth-child(1))::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: 0;
  top: calc((100% - 1em) / 2);
  background-color: currentColor;
}
.header_nav.fixed > ul li > * {
  display: block;
  padding-block: 4px;
  padding-inline: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header_nav.fixed > ul li.has-sub-nav {
  position: relative;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li {
  white-space: nowrap;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li::before {
  display: none;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li a {
  display: block;
  padding-block: 8px !important;
}

.info-side {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .info-side {
    width: 100%;
    padding-left: 12px;
  }
}
.info-side .side_btn a {
  --btn-width: 50px;
  --btn-height: 220px;
  background-color: #3c9ef4;
}
@media (max-width: 1600px) {
  .info-side .side_btn a {
    --btn-width: 180px;
    --btn-height: 50px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .info-side .side_btn {
    width: 100%;
  }
  .info-side .side_btn a {
    width: 100%;
  }
}
.info-side .side_phone {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .info-side .side_phone {
    --btn-width: 180px;
    --btn-height: 50px;
    width: var(--btn-width);
    height: var(--btn-height);
    justify-content: center;
    font-size: 1rem;
    gap: 10px;
    color: #fff;
    background-color: #0171d5;
    border-radius: 100vh;
  }
}
.info-side .side_phone i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  letter-spacing: 0.05em;
  background-color: #0171d5;
  color: #fff !important;
  display: grid;
  align-items: center;
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .info-side .side_phone i {
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
}
.info-side.active {
  opacity: 1;
  visibility: visible;
}

@keyframes header-fixed {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.drawer-toggle {
  width: 40px;
  height: 40px;
  background-color: #095199;
  position: fixed;
  top: 4px;
  right: 0;
  display: none;
  z-index: 999;
  cursor: pointer;
  border: none;
}
@media (max-width: 835px) {
  .drawer-toggle {
    display: grid;
    place-items: center;
    grid-template-areas: "content";
  }
}
.drawer-toggle span {
  width: 84%;
  height: 2px;
  background-color: #fff;
  grid-area: content;
}
.drawer-toggle span:first-child {
  translate: 0 -10px;
  transition: rotate 0.2s;
}
.drawer-toggle span:nth-child(2) {
  transition: opacity 0.1s;
}
.drawer-toggle span:last-child {
  translate: 0 10px;
  transition: rotate 0.2s;
}
.drawer-toggle.active span:first-child {
  rotate: 45deg;
  translate: 0 0;
}
.drawer-toggle.active span:nth-child(2) {
  opacity: 0;
}
.drawer-toggle.active span:last-child {
  translate: 0 0;
  rotate: -45deg;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.top_page #global_footer {
  margin-top: 0 !important;
}

#global_footer {
  margin-top: 100px !important;
  overflow-x: hidden;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  #global_footer {
    margin-top: 80px !important;
  }
}
@media (max-width: 835px) {
  #global_footer {
    margin-top: 60px !important;
  }
}
#global_footer .footer_top {
  background-image: url(../images/top/entry_01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast; /* Safari / Chrome用 */
  image-rendering: crisp-edges; /* 標準規格 */
  padding-block: 150px;
}
@media (max-width: 1024px) {
  #global_footer .footer_top {
    padding-block: 110px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top {
    padding-block: 60px;
  }
}
#global_footer .footer_top {
  color: #fff;
  position: relative;
  isolation: isolate;
  height: 100%;
}
#global_footer .footer_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(57, 119, 182, 0.7);
  filter: blur(2px);
  z-index: -1;
}
#global_footer .footer_top .footer_info .footer_btn a {
  background-color: #095199;
  --btn-width: 320px;
  --btn-height: 70px;
}
@media (max-width: 1024px) {
  #global_footer .footer_top .footer_info .footer_btn a {
    --btn-width: 260px;
    --btn-height: 60px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .footer_info .footer_btn a {
    --btn-width: 240px;
    --btn-height: 50px;
  }
}
#global_footer .footer_top .footer_info .footer_phone {
  font-weight: medium;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  #global_footer .footer_top .footer_info .footer_phone {
    gap: 8px;
    font-size: 2rem;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .footer_info .footer_phone {
    font-size: 1.5rem;
  }
}
#global_footer .footer_bottom {
  color: #fff;
  background-color: #095199;
  padding-top: 150px;
  padding-bottom: 100px;
  isolation: isolate;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom {
    padding-top: 110px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_bottom {
    padding-top: 60px;
  }
}
#global_footer .footer_bottom .footer_wrap {
  display: flex;
  gap: 11.5vw;
}
@media (max-width: 1600px) {
  #global_footer .footer_bottom .footer_wrap {
    gap: 6vw;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_bottom .footer_wrap {
    flex-direction: column;
    gap: 40px;
  }
}
#global_footer .footer_bottom .footer_wrap .footer_company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 20px;
}
@media (max-width: 835px) {
  #global_footer .footer_bottom .footer_wrap .footer_company {
    align-items: center;
    margin-bottom: 0;
  }
}
#global_footer .footer_bottom .footer_wrap .footer_company .footer_logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
#global_footer .footer_bottom .footer_wrap .footer_company .footer_logo img {
  width: 72px;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom .footer_wrap .footer_company .footer_logo img {
    width: 50px;
  }
}
#global_footer .footer_bottom .footer_wrap .footer_company .footer_logo span {
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom .footer_wrap .footer_company .footer_logo span {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_bottom .footer_wrap .footer_company .footer_logo span {
    font-size: 1.125rem;
  }
}
#global_footer .footer_bottom .footer_wrap .footer_company .footer_address {
  margin-top: 24px;
  font-size: 0.875rem;
}
@media (max-width: 835px) {
  #global_footer .footer_bottom .footer_wrap .footer_company .footer_address {
    font-size: 0.75rem;
  }
}
#global_footer .footer_bottom .footer_wrap .footer_company .footer_info {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  font-size: 1.875rem;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom .footer_wrap .footer_company .footer_info {
    font-size: 1.5rem;
    gap: 18px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_bottom .footer_wrap .footer_company .footer_info {
    font-size: 1.125rem;
    gap: 14px;
  }
}
#global_footer .footer_bottom .footer_wrap .footer_map {
  flex: 1;
  min-height: 300px;
}
@media (max-width: 640px) {
  #global_footer .footer_bottom .footer_wrap .footer_map {
    min-height: auto;
    aspect-ratio: 16/9;
  }
}
#global_footer .footer_bottom .footer_wrap .footer_map iframe {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
@media (max-width: 640px) {
  #global_footer .footer_bottom .footer_wrap .footer_map iframe {
    min-height: auto;
    aspect-ratio: 16/9;
  }
}
#global_footer .footer_bottom small {
  font-size: 0.875rem;
  margin-top: 32px;
  text-align: right;
  display: block;
}
@media (max-width: 835px) {
  #global_footer .footer_bottom small {
    font-size: 0.75rem;
    text-align: center;
  }
}

.top-btn {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 10px;
  color: #fff;
  background-color: #fecc20;
  text-align: center;
  line-height: 1;
  z-index: 999;
  border: none;
  outline: none;
}
@media (max-width: 1024px) {
  .top-btn {
    width: 50px;
  }
}
@media (max-width: 640px) {
  .top-btn {
    right: 10px;
    bottom: 80px;
  }
}
.top-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.top-btn a::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: translate 0.2s;
  order: 1;
}
.top-btn a:hover::before {
  translate: 0 -10px;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

* {
  font-weight: 500;
}

*:lang(en) {
  font-family: "Poppins", sans-seri;
}

.bg-full {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.text-left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.btn {
  position: relative;
  transition: translate 0.3s;
  --btn-width: 250px;
  --btn-height: 60px;
  width: var(--btn-width);
  height: var(--btn-height);
}
.btn a {
  font-family: "Noto Sans JP", sans-serif;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  border-radius: 100vh;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  background-color: #3c9ef4;
}
@media (max-width: 1200px) {
  .btn a {
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  .btn a {
    font-size: 0.75rem;
  }
}
.btn.btn-arrow a {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #3c9ef4;
}
.btn.btn-arrow a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}
.btn.btn-entry a::before {
  content: "\f807";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}
.btn.btn-sm {
  --btn-width: 260px;
  --btn-height: 50px;
}
@media (max-width: 1200px) {
  .btn.btn-sm {
    --btn-width: 200px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-sm {
    --btn-width: 180px;
  }
}
@media (max-width: 835px) {
  .btn.btn-sm {
    --btn-width: 160px;
    --btn-height: 40px;
  }
}
.btn.btn-lg {
  --btn-width: 400px;
  --btn-height: 80px;
}
@media (max-width: 1600px) {
  .btn.btn-lg {
    --btn-width: 280px;
    --btn-height: 50px;
  }
}
@media (max-width: 1200px) {
  .btn.btn-lg {
    --btn-width: 240px;
    --btn-height: 50px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-lg {
    --btn-width: 200px;
  }
}
.btn.btn-lg a {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .btn.btn-lg a {
    font-size: 1.125rem;
  }
}
.btn.btn-lg a::before {
  font-size: 1.875rem;
}
@media (max-width: 1024px) {
  .btn.btn-lg a::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .btn.btn-lg a::before {
    font-size: 1.25rem;
  }
}
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: #fecc20;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: top 0.3s, left 0.3s;
  z-index: -1;
}
.btn:hover {
  translate: 4px 4px;
}
.btn:hover::before {
  top: 0;
  left: 0;
}

.entry_btn {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .entry_btn {
    gap: 30px;
  }
}
@media (max-width: 835px) {
  .entry_btn {
    gap: 20px;
  }
}

.title-font-md * {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  .title-font-md * {
    font-size: 1rem;
  }
}

.title-font-lg * {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  .title-font-lg * {
    font-size: 1.25rem;
  }
}

.title01 h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title01 h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .title01 h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 835px) {
  .title01 h2 {
    font-size: 2.25rem;
  }
}
.title01 .title01_label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .title01 .title01_label {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title01 .title01_label {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .title01 .title01_label {
    font-size: 0.875rem;
  }
}

.title02 article {
  display: grid;
  gap: 30px;
}
@media (max-width: 1200px) {
  .title02 article {
    gap: 20px;
  }
}
@media (max-width: 835px) {
  .title02 article {
    gap: 12px;
  }
}
.title02 article h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title02 article h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .title02 article h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 835px) {
  .title02 article h2 {
    font-size: 2.25rem;
  }
}

.line-height-wide {
  line-height: 2;
  margin-top: -0.35lh;
}

.line-height-super-wide {
  line-height: 3;
  margin-top: -0.35lh;
}

.cards-col3 {
  --gutter: 5%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter);
  justify-content: center;
}
@media (max-width: 1024px) {
  .cards-col3 {
    --gutter: 4%;
  }
}
@media (max-width: 835px) {
  .cards-col3 {
    --gutter: 2%;
  }
}
.cards-col3 > * {
  position: relative;
  flex-basis: calc((100% - var(--gutter) * 2) / 3);
}
@media (max-width: 640px) {
  .cards-col3 > * {
    flex-basis: 100%;
  }
}
@media (max-width: 640px) {
  .cards-col3 > *:nth-child(n+1) {
    margin-top: 20px;
  }
}

.cards-col2 {
  --gutter: 5%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter);
  justify-content: center;
}
@media (max-width: 1024px) {
  .cards-col2 {
    --gutter: 4%;
  }
}
@media (max-width: 835px) {
  .cards-col2 {
    --gutter: 2%;
  }
}
.cards-col2 > * {
  position: relative;
  flex-basis: calc((100% - var(--gutter) * 2) / 2);
  gap: 40px;
}
.cards-col2 > *:nth-child(n+3) {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .cards-col2 > * {
    flex-basis: 100%;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .cards-col2 > *:not(:first-child) {
    margin-top: 40px;
  }
}

.card01 {
  box-shadow: 5px 5px 10px rgba(6, 43, 75, 0.2);
  aspect-ratio: 1;
}
.card01:hover h3 {
  translate: 0 6px;
  box-shadow: none;
}
.card01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card01 h3 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f9ca26;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-block: 18px;
  line-height: 1;
  box-shadow: 0 6px 0 #1791fd;
  transition: translate 0.3s, box-shadow 0.3s;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .card01 h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .card01 h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .card01 h3 {
    padding-block: 12px;
  }
}
@media (max-width: 835px) {
  .card01 h3 {
    font-size: 1rem;
    padding-block: 8px;
  }
}
.card01 h3::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .card01 h3::before {
    font-size: 1rem;
  }
}

.cards02 {
  counter-increment: number 0;
}
.cards02 .box {
  overflow: visible !important;
  position: relative;
  counter-increment: number 1;
}
.cards02 .box h3 {
  font-size: 1.25rem;
  border-bottom: 2px solid #095199;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 835px) {
  .cards02 .box h3 {
    font-size: 1.125rem;
  }
}
.cards02 .box::before {
  content: "0" counter(number);
  font-family: "Poppins", sans-seri;
  font-size: 3em;
  position: absolute;
  top: -30px;
  left: 0;
  color: #fecc20;
  font-weight: 600;
}
.cards02 .box:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .cards02 .box:nth-child(n+2) {
    margin-top: 40px;
  }
}

.cards_icon-center .box {
  text-align: center;
}
.cards_icon-center .box img {
  max-width: 128px;
  width: 6.7vw;
}
.cards_icon-center .box h3 {
  color: #095199;
  font-size: 1.25rem;
  margin-block: 4px;
}
@media (max-width: 835px) {
  .cards_icon-center .box h3 {
    font-size: 1rem;
  }
}

@media (min-width: 639.8px) {
  .sp-only {
    display: none;
  }
}

@media (min-width: 834.8px) {
  .tab-only {
    display: none;
  }
}

@media (min-width: 1023.8px) {
  .pc-only {
    display: none;
  }
}

.br-adjust {
  display: none;
}
@media (min-width: 834.8px) and (max-width: 1024px) {
  .br-adjust {
    display: inline;
  }
}
@media (max-width: 640px) {
  .br-adjust {
    display: inline;
  }
}

.bdb {
  line-height: 1;
  border-bottom: 2px solid #095199;
}

.bd-20 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 835px) {
  .bd-20 {
    border-radius: 12px;
  }
}
.bd-20 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.bd-30 {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 835px) {
  .bd-30 {
    border-radius: 18px;
  }
}
.bd-30 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-bd-20 img {
  border-radius: 20px;
}
@media (max-width: 835px) {
  .img-bd-20 img {
    border-radius: 16px;
  }
}

.bd-blue {
  border: 8px solid #095199;
}
@media (max-width: 1200px) {
  .bd-blue {
    border-width: 6px;
  }
}
@media (max-width: 1024px) {
  .bd-blue {
    border-width: 4px;
  }
}

.bd-yellow {
  border: 8px solid #fecc20;
}
@media (max-width: 1200px) {
  .bd-yellow {
    border-width: 6px;
  }
}
@media (max-width: 1024px) {
  .bd-yellow {
    border-width: 4px;
  }
}

.text-bundle {
  display: grid;
  gap: 20px;
}
@media (max-width: 835px) {
  .text-bundle {
    gap: 12px;
  }
}

.text-bundle-narrow {
  display: grid;
  gap: 6px;
}

.list-bundle {
  display: grid;
  gap: 4px;
}

.breadcrumb ol {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0.875rem;
}
.breadcrumb ol li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin-inline: 6px;
}
.breadcrumb ol .breadcrumb_link-active {
  color: #095199;
}

.text-img {
  display: flex;
  align-items: center;
  gap: 75px;
}
@media (max-width: 1600px) {
  .text-img {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .text-img {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .text-img {
    gap: 20px;
    flex-direction: column;
  }
}
.text-img .text-img_img {
  flex: 3;
  aspect-ratio: 880/640;
}
.text-img .text-img_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-img .text-img_body {
  display: grid;
  gap: 50px;
  flex: 2;
}
@media (max-width: 1600px) {
  .text-img .text-img_body {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .text-img .text-img_body {
    display: contents;
  }
}
.text-img .text-img_body .text-img_title {
  line-height: 1;
}
@media (max-width: 835px) {
  .text-img .text-img_body .text-img_title {
    order: -1;
  }
}
.text-img .text-img_body .text-img_title article {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .text-img .text-img_body .text-img_title article {
    gap: 20px;
  }
}
@media (max-width: 835px) {
  .text-img .text-img_body .text-img_title article {
    gap: 12px;
    align-items: center;
  }
}
.text-img .text-img_body .text-img_title article h2 {
  font-size: 3.75rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .text-img .text-img_body .text-img_title article h2 {
    font-size: 3rem;
  }
}
@media (max-width: 835px) {
  .text-img .text-img_body .text-img_title article h2 {
    font-size: 2.25rem;
  }
}
.text-img .text-img_body .text-img_title article span {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .text-img .text-img_body .text-img_title article span {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .text-img .text-img_body .text-img_title article span {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .text-img .text-img_body .text-img_title article span {
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  .text-img .text-img_body .text-img_text p {
    text-align: center !important;
  }
}
.text-img .text-img_body .text-img_btn {
  display: flex;
  gap: 40px;
}
@media (max-width: 1600px) {
  .text-img .text-img_body .text-img_btn {
    gap: 30px;
  }
}
@media (max-width: 835px) {
  .text-img .text-img_body .text-img_btn {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .text-img .text-img_body .text-img_btn {
    gap: 12px;
  }
}
.text-img.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 835px) {
  .text-img.reverse {
    flex-direction: column;
  }
}

.lower-page_title {
  text-align: center !important;
  isolation: isolate;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 20vw;
  min-height: 200px;
  display: grid;
  place-items: center;
  line-height: 1;
}
.lower-page_title h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .lower-page_title h1 {
    font-size: 1.875rem;
    margin-bottom: 12px;
  }
}
.lower-page_title h1 {
  font-size: 2.5rem;
}
@media (max-width: 835px) {
  .lower-page_title h1 {
    font-size: 1.5rem;
  }
}
.lower-page_title span {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .lower-page_title span {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .lower-page_title span {
    font-size: 0.875rem;
  }
}
.lower-page_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  visibility: visible;
}

.title-lower {
  font-size: 1.5rem;
  color: #fff;
  background-color: #095199;
}
@media (max-width: 640px) {
  .title-lower {
    font-size: 1.25rem;
  }
}

.title-lower-line {
  border-bottom: 2px solid #1791fd;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.title-lower-line h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title-lower-line h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .title-lower-line h2 {
    font-size: 1.125rem;
  }
}
.title-lower-line h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 835px) {
  .title-lower-line h3 {
    font-size: 1.125rem;
  }
}
.title-lower-line::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #095199;
  z-index: 1;
}

.title-lower-line2 {
  border-bottom: 2px solid #1791fd;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.title-lower-line2 h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title-lower-line2 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .title-lower-line2 h2 {
    font-size: 1.125rem;
  }
}
.title-lower-line2::before {
  content: "";
  display: block;
  width: 4px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  background-image: linear-gradient(#095199 50%, #0171d5 50%);
  z-index: 1;
}

.title-lower-line3 {
  border-block: 1px dotted #095199;
}

.title-bg {
  color: #fff;
  background-image: linear-gradient(#095199, #0171d5);
}

.local_tel {
  display: grid;
  gap: 15px;
}
.local_tel .tel_link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  letter-spacing: 0.05em;
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .local_tel .tel_link {
    font-size: 1.5rem;
  }
}
.local_tel .tel_link i {
  color: #fff;
  background-color: #095199;
  font-size: 1.875rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media (max-width: 1024px) {
  .local_tel .tel_link i {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}

.img-text {
  display: flex;
  align-items: start;
  flex-wrap: nowrap !important;
  gap: 30px;
}
@media (max-width: 1024px) {
  .img-text {
    gap: 20px;
  }
}
@media (max-width: 835px) {
  .img-text {
    flex-direction: column !important;
    gap: 0;
  }
}
.img-text .box:first-child {
  flex: 2;
}
.img-text .box:first-child img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 835px) {
  .img-text .box:first-child {
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: 10px;
  }
}
.img-text .box:last-child {
  flex: 3;
}
@media (max-width: 835px) {
  .img-text .box:last-child {
    flex: 0 1 auto;
    display: contents;
  }
}
@media (max-width: 835px) {
  .img-text .box:last-child > div {
    display: contents;
  }
}
.img-text.reverse {
  flex-direction: row-reverse !important;
}
@media (max-width: 835px) {
  .img-text.reverse {
    flex-direction: column !important;
  }
}

.table {
  white-space: nowrap;
}

.counter {
  counter-reset: my-number;
}
.counter .counter__item::before {
  counter-increment: my-number;
  content: "0" counter(my-number) ".";
  font-family: "Poppins", sans-seri;
}

.inline-block {
  display: inline-block;
}

.service_content {
  display: flex;
  gap: 40px;
}
@media (max-width: 835px) {
  .service_content {
    flex-direction: column !important;
    gap: 30px;
  }
}
.service_content .box:nth-child(1) {
  flex: 4;
}
.service_content .box:nth-child(1) h2 {
  border-bottom: 2px solid currentColor;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .service_content .box:nth-child(1) h2 {
    margin-bottom: 30px;
  }
}
.service_content .box:nth-child(1) h2 .jp {
  font-size: 1.5rem;
  padding-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 835px) {
  .service_content .box:nth-child(1) h2 .jp {
    font-size: 1.25rem;
  }
}
.service_content .box:nth-child(1) h2 .en {
  font-size: 0.875rem;
}
@media (max-width: 835px) {
  .service_content .box:nth-child(1) h2 .en {
    font-size: 0.75rem;
  }
}
.service_content .box:nth-child(2) {
  flex: 3;
}
@media (max-width: 835px) {
  .service_content .box:nth-child(2) {
    align-self: flex-end;
    max-width: 600px;
  }
}
.service_content:nth-child(odd) h2 .en {
  color: #095199;
}
.service_content:nth-child(even) h2 .en {
  color: #fecc20;
}

.product {
  display: flex;
  flex-direction: column !important;
  gap: 20px;
  border: 1px solid rgba(204, 204, 204, 0.4);
  padding: 30px;
}
.product + .product {
  margin-top: 60px;
}
@media (max-width: 835px) {
  .product + .product {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .product + .product {
    margin-top: 30px;
  }
}
.product h3 {
  font-size: 1.5rem;
  border-bottom: 2px solid #095199;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
@media (max-width: 835px) {
  .product h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .product h3 {
    font-size: 1.125rem;
  }
}
.product.product-text {
  padding-bottom: 60px;
}
.product.product-img .box:nth-child(2) {
  max-width: 400px;
  aspect-ratio: 4/3;
}
@media (max-width: 640px) {
  .product.product-img .box:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
}
.product.product-img .box:nth-child(2) img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.product.product-past {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 835px) {
  .product.product-past {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product.product-past .product-past_title {
  grid-column: span 2;
}
@media (max-width: 835px) {
  .product.product-past .product-past_title {
    grid-column: auto;
  }
}
.product.product-past .product-past_dl {
  padding-top: 20px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .product.product-past .product-past_dl {
    padding-top: 0;
  }
}
@media (max-width: 835px) {
  .product.product-past .product-past_dl {
    order: 2;
  }
}
.product.product-past .product-past_dl dl {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .product.product-past .product-past_dl dl {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .product.product-past .product-past_dl dl {
    gap: 8px;
  }
}
.product.product-past .product-past_dl dl:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.product.product-past .product-past_dl dl:not(:first-child) {
  padding-top: 16px;
}
.product.product-past .product-past_dl dl dt {
  color: #fff;
  background-color: #095199;
  padding: 8px;
  font-weight: 600;
  font-size: 1.125rem;
  min-width: 120px;
}
@media (max-width: 835px) {
  .product.product-past .product-past_dl dl dt {
    font-size: 1rem;
  }
}
.product.product-past .product-past_dl dl dd {
  padding: 0 !important;
  font-size: 1.125rem;
  border: none;
}
@media (max-width: 835px) {
  .product.product-past .product-past_dl dl dd {
    font-size: 1rem;
  }
}

.product-past_img {
  flex-shrink: 1;
}
.product-past_img img {
  order: 1;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview_content {
  display: flex;
  gap: 20px;
  align-items: start;
}
@media (max-width: 835px) {
  .interview_content {
    flex-direction: column;
  }
}
.interview_content .faq_content {
  flex: 1;
}
.interview_content .img-bd-20 {
  width: 30%;
  display: flex;
  flex-direction: column !important;
  gap: 20px;
}
@media (max-width: 835px) {
  .interview_content .img-bd-20 {
    width: 100%;
  }
}

.faq_content {
  display: grid;
  gap: 20px;
  align-content: start;
}
@media (max-width: 835px) {
  .faq_content {
    width: 100%;
  }
}
.faq_content dl {
  display: block !important;
}
.faq_content dl:not(:has(dd[style*="display: block"])):not(:has(dd[style*="display: inline"])) {
  height: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.faq_content dl dt {
  display: flex;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: start !important;
  gap: 0.5em;
  padding: 12px 30px 12px 12px !important;
  border: none !important;
  background-color: #e5e5e5 !important;
  width: 100% !important;
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  .faq_content dl dt {
    font-size: 1rem;
  }
}
.faq_content dl dt:hover {
  text-decoration: underline;
}
.faq_content dl dt.active::after {
  rotate: 0deg;
}
.faq_content dl dt::before {
  content: "Q";
  font-family: "Poppins", sans-seri;
  font-size: 1.5em;
  line-height: 1;
  font-weight: bold;
}
.faq_content dl dt::after {
  content: "^";
  font-family: "Poppins", sans-seri;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  font-size: 0.875rem;
  font-weight: 600;
  rotate: 180deg;
}
.faq_content dl dd {
  width: 100% !important;
  border: none !important;
}
.faq_content dl dd::before {
  content: "A";
  font-family: "Poppins", sans-seri;
  font-size: 1.5em;
  color: #0171d5;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  padding: 12px !important;
  margin-right: 0.5em;
}

.recruit_title article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.recruit_title article h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .recruit_title article h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .recruit_title article h2 {
    font-size: 1.125rem;
  }
}
.recruit_title article h2::before, .recruit_title article h2:after {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  font-size: 2em;
  position: absolute;
  color: #095199;
  opacity: 0.15;
  z-index: -1;
}
.recruit_title article h2::before {
  content: "\f10e";
  top: -0.5em;
  left: -0.75em;
}
@media (max-width: 640px) {
  .recruit_title article h2::before {
    left: 0.25em;
  }
}
.recruit_title article h2::after {
  content: "\f10d";
  visibility: visible;
  bottom: -0.5em;
  right: -0.75em;
}

.error2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  .error2 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .error2 h2 {
    font-size: 1.125rem;
  }
}
.error2 .error2_btn {
  display: inline-block;
  color: #095199;
  padding: 16px 60px;
  border: 1px solid currentColor;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  transition: color 0.2s, background-color 0.3s;
}
@media (max-width: 1024px) {
  .error2 .error2_btn {
    font-size: 1rem;
    padding: 12px 40px;
  }
}
.error2 .error2_btn:hover {
  color: #fff;
  background-color: #095199;
}

section form h2.mail.title {
  display: none;
}

.img-text-contact {
  display: flex;
  align-items: start;
  flex-wrap: nowrap !important;
  gap: 20px;
}
@media (max-width: 640px) {
  .img-text-contact {
    flex-direction: column !important;
    gap: 14px;
  }
}
.img-text-contact .box:first-child {
  width: 20%;
  aspect-ratio: 1;
  min-width: 180px;
}
@media (max-width: 640px) {
  .img-text-contact .box:first-child {
    width: 100%;
  }
}
.img-text-contact .box:first-child img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-form-confirm #contents_wrap {
  margin-top: 100px !important;
}

.page-form-complete #contents_wrap {
  margin-top: 100px !important;
}

.page-form-error #contents_wrap {
  margin-top: 100px !important;
}

.greeting .box:nth-child(2) {
  line-height: 2;
  margin-top: -0.25lh;
}

.company_DL dl {
  display: flex;
}
@media (max-width: 640px) {
  .company_DL dl {
    flex-direction: column;
  }
}
.company_DL dt {
  background-color: #095199 !important;
  color: #fff;
}
@media (max-width: 640px) {
  .company_DL dt {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .company_DL dd {
    border-top: none !important;
    width: 100% !important;
    padding-bottom: 16px !important;
  }
}
.company_DL.dt-center dt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}

.map {
  height: 350px;
}
.map * {
  height: 100% !important;
}
.map iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.policy p {
  margin: 0 0 20px;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.top-title {
  margin-bottom: 60px;
}
@media (max-width: 835px) {
  .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .top-title {
    font-size: 1.875rem;
  }
}
.top-title article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-title article {
    font-size: 1.875rem;
    gap: 26px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
.top-title article h2 {
  order: 2;
  font-weight: bold;
}
.top-title article > div {
  display: contents;
}
.top-title article .top-title_label {
  order: 1;
  letter-spacing: 0.05em;
  padding: 8px 20px;
  color: #bb6202;
  background-color: color-mix(in srgb, #fff 50%, #e5e5e5 50%);
  font-size: 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-title article .top-title_label {
    font-size: 1.125rem;
    padding: 6px 16px;
  }
}
@media (max-width: 835px) {
  .top-title article .top-title_label {
    font-size: 0.875rem;
    padding: 4px 12px;
  }
}
.top-title article .top-title_label.bg-white {
  background-color: #fff;
}
.top-title article .line {
  order: 3;
  display: block;
  width: 100px;
  height: 5px;
}
@media (max-width: 1024px) {
  .top-title article .line {
    width: 80px;
    height: 4px;
  }
}
@media (max-width: 835px) {
  .top-title article .line {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 640px) {
  .top-title article .line {
    width: 40px;
    height: 2px;
  }
}
.top-title article .line.line-dark {
  background-color: #1791fd;
}
.top-title article .line.line-light {
  background-color: #9d7345;
}

.disc {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.67;
  text-align: center;
  margin-top: -0.35lh;
}
@media (max-width: 1024px) {
  .disc {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .disc {
    font-size: 0.875rem;
  }
}

.top-title2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.top-title2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.top-title2 .top-title_disc {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .top-title2 .top-title_disc {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .top-title2 .top-title_disc {
    font-size: 0.875rem;
  }
}
.top-title2 .top-title_text {
  color: #3fac56;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .top-title2 .top-title_text {
    font-size: 1.875rem;
  }
}
@media (max-width: 835px) {
  .top-title2 .top-title_text {
    font-size: 1.5rem;
  }
}
.top-title2::after {
  content: "";
  visibility: visible;
  display: block;
  width: 100px;
  height: 5px;
  background-color: #1791fd;
}
@media (max-width: 1024px) {
  .top-title2::after {
    width: 80px;
    height: 4px;
  }
}
@media (max-width: 835px) {
  .top-title2::after {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 640px) {
  .top-title2::after {
    width: 40px;
    height: 2px;
  }
}

.mv {
  position: relative;
  height: 950px;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .mv {
    height: 85vh;
  }
}
@media (max-width: 835px) {
  .mv {
    height: 500px;
  }
}
.mv .js-slick {
  height: 100%;
}
.mv .js-slick * {
  height: 100%;
}
.mv .js-slick img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.mv .mv_text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  padding-inline: 140px;
  padding-bottom: 165px;
  isolation: isolate;
  gap: 45px;
}
@media (max-width: 1200px) {
  .mv .mv_text {
    gap: 30px;
    padding-inline: 100px;
  }
}
@media (max-width: 1024px) {
  .mv .mv_text {
    gap: 20px;
    padding-inline: 80px;
  }
}
@media (max-width: 835px) {
  .mv .mv_text {
    width: 100%;
    height: 40%;
    padding-inline: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .mv .mv_text {
    padding-inline: 20px;
  }
}
.mv .mv_text .mv_lead {
  display: block;
  color: #fff;
  background-color: #095199;
  font-size: 1.125rem;
  border-radius: 5px;
  padding-block: 12px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 835px) {
  .mv .mv_text .mv_lead {
    font-size: 0.75rem;
    width: auto;
    display: inline-block;
    padding-inline: 20px;
  }
}
.mv .mv_text .mv_title {
  letter-spacing: 0.05em;
  font-size: 3.75rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .mv .mv_text .mv_title {
    font-size: 3rem;
  }
}
@media (max-width: 835px) {
  .mv .mv_text .mv_title {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .mv .mv_text .mv_title {
    font-size: 1.5rem;
  }
}
.mv .mv_text::before {
  content: "";
  background-image: url(../images/top/deco_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 80px;
  display: block;
  width: 296px;
  height: 450px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .mv .mv_text::before {
    width: 200px;
    height: 320px;
  }
}
@media (max-width: 835px) {
  .mv .mv_text::before {
    right: 0;
    width: 140px;
    height: 250px;
  }
}

.section-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  isolation: isolate;
}

.cont1 {
  position: relative;
}
.cont1 .title01 h2 {
  color: #fecc20;
}
.cont1 p {
  color: #fff;
}
.cont1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 151, 182, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cont2 {
  background-position: center bottom;
}
.cont2 .text-img_title span {
  color: #095199;
}

.cont3 {
  position: relative;
}
.cont3 .title02 h2 {
  color: #f9ca26;
}
.cont3 .title02 .title02_label {
  color: #fff;
}
.cont3::before {
  content: "";
  display: block;
  width: 17.5vw;
  aspect-ratio: 335/667;
  background-image: url(../images/top/deco_03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.cont4 {
  position: relative;
}
.cont4 .text-img_title span {
  color: #0171d5;
}
.cont4::before {
  content: "";
  display: block;
  width: 27.5vw;
  aspect-ratio: 527/713;
  background-image: url(../images/top/deco_04.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 835px) {
  .cont4::before {
    width: 50vw;
  }
}

.cont5 .title02 h2 {
  color: #fecc20;
}
.cont5 .title02 .title02_label {
  color: #fff;
}
.cont5 p {
  margin-top: 50px;
}
@media (max-width: 835px) {
  .cont5 p {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .cont5 p {
    margin-top: 30px;
  }
}
.cont5 .entry_btn {
  margin-top: 40px;
}
@media (max-width: 835px) {
  .cont5 .entry_btn {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .cont5 .entry_btn {
    margin-top: 20px;
  }
}/*# sourceMappingURL=common_style.css.map */