@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

* {
  margin: 0;
  padding: 0;
}

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

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

ul {
  list-style: none;
}

body {
  color: #111;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
}
@media (width <= 640px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1720px;
  clear: both;
}
.wrapper.w1600 {
  max-width: 1600px;
}
@media screen and (max-width: 1599px) {
  .wrapper.w1600 {
    max-width: 100%;
    width: auto;
    margin: 0 32px;
  }
  .wrapper.w1600.w960 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1599px) and (width <= 640px) {
  .wrapper.w1600 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1719px) {
  .wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 32px;
  }
  .wrapper.w960 {
    max-width: 100%;
  }
}
@media (width <= 1025px) {
  .wrapper {
    margin: 0 32px;
  }
}
@media (width <= 640px) {
  .wrapper {
    margin: 0 20px;
  }
}

.sp_only {
  display: none;
}
@media (width <= 640px) {
  .sp_only {
    display: block;
  }
}

.pc_none {
  display: none;
}
@media (width <= 1025px) {
  .pc_none {
    display: block;
  }
}

.title_main .eng {
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 8vw, 170px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media (width <= 1025px) {
  .title_main .eng {
    font-size: 14vw;
  }
}
@media (width <= 640px) {
  .title_main .eng {
    font-size: 15vw;
  }
}
.title_main h2 {
  margin-top: 16px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}
@media (width <= 1025px) {
  .title_main h2 {
    font-size: 28px;
  }
}
@media (width <= 640px) {
  .title_main h2 {
    margin-top: 8px;
    font-size: 4vw;
  }
}
.title_main.center {
  text-align: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 180px;
}
@media (width <= 1025px) {
  header {
    height: 140px;
  }
}
@media (width <= 640px) {
  header {
    height: 68px;
  }
}
header .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  width: 270px;
}
@media (width <= 1719px) {
  header h1 {
    width: 240px;
  }
}
@media (width <= 1025px) {
  header h1 {
    width: 220px;
  }
}
@media (width <= 640px) {
  header h1 {
    width: 112px;
  }
}

.header_link {
  display: flex;
  align-items: center;
  color: #0d4384;
  font-size: 28px;
  font-weight: 800;
}
@media (width <= 1719px) {
  .header_link {
    font-size: 24px;
  }
}
.header_link a {
  display: flex;
  align-items: center;
}
.header_link a.line_link {
  transition: 0.2s ease-in-out;
}
.header_link a.line_link:hover {
  opacity: 0.75;
}
.header_link .icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #0d4384;
  line-height: 1;
  margin-left: 32px;
}
@media (width <= 1719px) {
  .header_link .icon {
    width: 64px;
    height: 64px;
    margin-left: 24px;
  }
}
@media (width <= 640px) {
  .header_link .icon {
    width: 34px;
    height: 34px;
    margin-left: 8px;
  }
}
.header_link p {
  margin-left: 16px;
}
@media (width <= 1025px) {
  .header_link p {
    display: none;
  }
}

.bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  max-width: 1282px;
}
@media (width <= 640px) {
  .bgimage {
    width: 75%;
  }
}

#mainvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 180px;
  display: flex;
  flex-direction: row-reverse;
}
@media (width <= 1025px) {
  #mainvisual {
    margin-top: 140px;
  }
}
@media (width <= 640px) {
  #mainvisual {
    margin-top: 68px;
  }
}
#mainvisual picture {
  width: 85%;
  max-width: 1700px;
  min-height: 540px;
  overflow: hidden;
}
@media (width <= 1025px) {
  #mainvisual picture {
    height: 520px;
    min-height: inherit;
  }
}
@media (width <= 640px) {
  #mainvisual picture {
    width: 88%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
#mainvisual picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 640px) {
  #mainvisual picture img {
    aspect-ratio: 1/1;
  }
}
#mainvisual .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 1025px) {
  #mainvisual .wrap {
    top: inherit;
    bottom: 0;
  }
}

.main_copy {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 60px;
  z-index: 2;
  color: #fff;
  font-weight: 900;
}
@media (width <= 1719px) {
  .main_copy {
    margin: 0 30px;
  }
}
@media (width <= 1025px) {
  .main_copy {
    padding-top: 0;
    position: absolute;
    bottom: 16px;
  }
}
@media (width <= 640px) {
  .main_copy {
    margin: 0 0 0 16px;
    bottom: 8px;
  }
}
.main_copy .lead {
  font-size: 36px;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
@media (width <= 1719px) {
  .main_copy .lead {
    font-size: 32px;
  }
}
@media (width <= 1025px) {
  .main_copy .lead {
    font-size: 22px;
  }
  .main_copy .lead br {
    display: none;
  }
}
@media (width <= 640px) {
  .main_copy .lead {
    font-size: 3vw;
  }
}
.main_copy .catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(72px, 6vw, 96px);
  font-feature-settings: "palt" 1;
  line-height: 1.4;
  margin-top: 12px;
}
@media (width <= 1719px) {
  .main_copy .catch {
    font-size: 72px;
  }
}
@media (width <= 1025px) {
  .main_copy .catch {
    font-size: 48px;
    margin-top: 8px;
  }
}
@media (width <= 640px) {
  .main_copy .catch {
    font-size: 8vw;
    margin-top: 4px;
    margin-left: -4px;
  }
}
.main_copy .catch span {
  --bg: #073f86;
  --height: 1.25em; /* 座布団の高さ */
  --y: 0.05em; /* 見た目の上下補正。必要なら微調整 */
  --x: 0.2em; /* 左右余白 */
  padding-inline: var(--x);
  background-image: linear-gradient(var(--bg), var(--bg));
  background-repeat: no-repeat;
  background-size: 100% var(--height);
  background-position: 0 calc(50% + var(--y));
}
.intro {
  padding: 64px 0 72px;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 2;
  background-color: #fff;
}
@media (width <= 1719px) {
  .intro {
    font-size: 26px;
  }
}
@media (width <= 1025px) {
  .intro {
    line-height: 1.8;
    padding: 28px 0 36px;
  }
}
@media (width <= 640px) {
  .intro {
    padding: 20px 0 24px;
    font-size: 16px;
  }
}

#about {
  padding: 88px 0 96px;
  background-color: #f3f3f3;
}
@media (width <= 1025px) {
  #about {
    padding: 72px 0 88px;
  }
}
@media (width <= 640px) {
  #about {
    padding: 26px 0 20px;
  }
}
#about .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (width <= 1025px) {
  #about .wrapper {
    flex-direction: column-reverse;
  }
}
#about figure {
  width: 46%;
  max-width: 726px;
}
@media (width <= 1025px) {
  #about figure {
    width: 90%;
    margin: 64px auto 0;
  }
}
@media (width <= 640px) {
  #about figure {
    width: 100%;
    margin-top: 24px;
  }
}
#about figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .txt {
  width: 46%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (width <= 1025px) {
  #about .txt {
    width: 90%;
    margin: 0 auto;
  }
}
@media (width <= 1025px) {
  #about .txt {
    width: 100%;
  }
}
#about .copy {
  margin-top: 32px;
  font-size: clamp(22px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.45;
}
@media (width <= 1719px) {
  #about .copy {
    font-size: clamp(22px, 2.5vw, 40px);
  }
}
@media (width <= 1025px) {
  #about .copy {
    font-size: clamp(28px, 5vw, 40px);
  }
}
@media (width <= 640px) {
  #about .copy {
    margin-top: 22px;
    font-size: 5vw;
    line-height: 1.6;
  }
}
#about .text {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.85;
}
@media (width <= 1719px) {
  #about .text {
    font-size: 20px;
  }
}
@media (width <= 640px) {
  #about .text {
    margin: 18px auto 0;
    font-size: 12px;
    line-height: 2;
  }
}
#about .text p + p {
  margin-top: 10px;
}

#reason {
  padding: 80px 0 88px;
  color: #fff;
  background-color: #073f86;
}
@media (width <= 1025px) {
  #reason {
    padding: 72px 0 24px;
  }
}
@media (width <= 640px) {
  #reason {
    padding: 40px 0 16px;
  }
}
#reason ul {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}
@media (width <= 1025px) {
  #reason ul {
    display: block;
  }
}
@media (width <= 640px) {
  #reason ul {
    margin-top: 40px;
  }
}
#reason li {
  width: 30%;
}
@media (width <= 1025px) {
  #reason li {
    width: 80%;
    margin: 0 auto 56px;
  }
}
@media (width <= 640px) {
  #reason li {
    width: 100%;
    margin: 0 auto 32px;
  }
}
@media (width <= 640px) {
  #reason li + li {
    margin-top: 36px;
  }
}
#reason h3 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
}
@media (width <= 1719px) {
  #reason h3 {
    font-size: 26px;
  }
}
@media (width <= 1025px) {
  #reason h3 {
    font-size: 4.5vw;
  }
}
@media (width <= 640px) {
  #reason h3 {
    margin-bottom: 14px;
    font-size: 6vw;
    line-height: 1.6;
  }
}
#reason h3 span {
  display: block;
  font-size: 90%;
}
#reason figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reason li p {
  margin: 24px 24px 0;
  font-size: 24px;
  line-height: 1.7;
  text-align: justify;
}
@media (width <= 1719px) {
  #reason li p {
    font-size: 18px;
  }
}
@media (width <= 1025px) {
  #reason li p {
    font-size: 3vw;
    margin: 24px 0 0;
  }
}
@media (width <= 640px) {
  #reason li p {
    margin-top: 16px;
    font-size: 14px;
  }
}

#service {
  position: relative;
  overflow: hidden;
  padding: 140px 0 120px;
  background: url("../img/service_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media (width <= 1025px) {
  #service {
    padding: 56px 0 60px;
  }
}
@media (width <= 640px) {
  #service {
    padding: 32px 0 26px;
  }
}
#service .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 1025px) {
  #service .wrapper {
    display: block;
  }
}
@media (width <= 640px) {
  #service .wrapper {
    display: block;
  }
}
#service .title_main {
  width: 48%;
  text-align: center;
}
@media (width <= 1025px) {
  #service .title_main {
    width: 100%;
  }
}
@media (width <= 640px) {
  #service .title_main {
    margin-bottom: 8px;
    text-align: center;
  }
}
#service .box {
  width: 48%;
}
@media (width <= 1025px) {
  #service .box {
    width: 90%;
    margin: 40px auto 0;
  }
}
@media (width <= 640px) {
  #service .box {
    width: 100%;
    margin-top: 24px;
  }
}
#service .service_note {
  margin-top: 16px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}
@media (width <= 1719px) {
  #service .service_note {
    font-size: 24px;
  }
}
@media (width <= 1025px) {
  #service .service_note {
    font-size: 4vw;
    margin-top: 32px;
  }
}
@media (width <= 640px) {
  #service .service_note {
    margin-top: 24px;
    font-size: 4.5vw;
  }
}

.service_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  color: #fff;
  background-color: #073f86;
  padding: 12px 16px 12px 32px;
  margin-bottom: 16px;
  border-radius: 12px;
}
@media (width <= 640px) {
  .service_item {
    padding: 12px 12px;
    margin-bottom: 12px;
    border-radius: 8px;
  }
}
.service_item h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}
@media (width <= 1719px) {
  .service_item h3 {
    font-size: 28px;
  }
}
@media (width <= 640px) {
  .service_item h3 {
    font-size: 5vw;
  }
}
.service_item p {
  margin-top: 2px;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 8px;
}
@media (width <= 1719px) {
  .service_item p {
    font-size: 18px;
  }
}
@media (width <= 640px) {
  .service_item p {
    font-size: 3vw;
    margin-top: 4px;
  }
}
.service_item figure {
  width: 260px;
  height: 130px;
}
@media (width <= 1719px) {
  .service_item figure {
    width: 200px;
    height: 100px;
  }
}
@media (width <= 640px) {
  .service_item figure {
    width: 90px;
    height: 45px;
  }
}
.service_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

#contact {
  padding: 76px 0 88px;
  color: #fff;
  background-color: #073f86;
}
@media (width <= 1025px) {
  #contact {
    padding: 72px 0 80px;
  }
}
@media (width <= 640px) {
  #contact {
    padding: 32px 0 36px;
  }
}
#contact ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin: 72px auto 0;
}
@media (width <= 1025px) {
  #contact ul {
    display: block;
    margin-top: 52px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (width <= 640px) {
  #contact ul {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }
}
#contact ul li {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 1025px) {
  #contact ul li {
    width: 100%;
    margin-top: 24px;
  }
}
#contact ul a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 48px;
  color: #073f86;
  font-weight: 900;
  background-color: #fff;
  border-radius: 12px;
  transition: 0.2s ease-in-out;
}
#contact ul a.line_link {
  opacity: 0.8;
}
@media (width <= 1025px) {
  #contact ul a {
    padding: 14px 28px;
  }
}
@media (width <= 640px) {
  #contact ul a {
    min-height: 62px;
    padding: 10px 18px;
  }
}
#contact ul p {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media (width <= 1719px) {
  #contact ul p {
    font-size: 28px;
  }
}
@media (width <= 1025px) {
  #contact ul p {
    font-size: 4vw;
  }
  #contact ul p strong {
    display: none;
  }
}
@media (width <= 640px) {
  #contact ul p {
    font-size: 4.5vw;
  }
}
@media (width <= 1719px) {
  #contact ul .icon {
    width: 100px;
    height: 100px;
    font-size: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #contact ul .icon img {
    width: 100%;
    height: 100%;
  }
}
@media (width <= 640px) {
  #contact ul .icon {
    width: 56px;
    height: auto;
  }
}
#contact ul .arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 28px;
}
#contact ul .arrow::before, #contact ul .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 28px;
  height: 3px;
  border-radius: 9999px;
  background-color: #073f86;
  transform-origin: calc(100% - 2px) 50%;
}
#contact ul .arrow::before {
  transform: rotate(30deg);
}
#contact ul .arrow::after {
  transform: rotate(-30deg);
}
@media (width <= 640px) {
  #contact ul .arrow {
    width: 14px;
    height: 18px;
  }
  #contact ul .arrow::before, #contact ul .arrow::after {
    width: 18px;
    transform-origin: calc(100% - 1px) 50%;
  }
}
@media (width <= 640px) {
  #contact li + li {
    margin-top: 16px;
  }
}

#company {
  padding: 72px 0 88px;
  background-color: #fff;
}
@media (width <= 1025px) {
  #company {
    padding: 72px 0 80px;
  }
}
@media (width <= 640px) {
  #company {
    padding: 36px 0 18px;
  }
}

.company_info {
  display: flex;
  justify-content: center;
  gap: 56px;
  align-items: center;
  max-width: 720px;
  margin: 72px auto 80px;
}
@media (width <= 1719px) {
  .company_info {
    max-width: 640px;
    gap: 48px;
  }
}
@media (width <= 1025px) {
  .company_info {
    margin: 56px auto 64px;
    gap: 36px;
  }
}
@media (width <= 640px) {
  .company_info {
    display: block;
    width: 100%;
    margin: 32px auto 32px;
    gap: 0;
    text-align: center;
  }
}
.company_info .mark {
  width: 180px;
  height: 180px;
}
@media (width <= 1025px) {
  .company_info .mark {
    width: 140px;
    height: 140px;
  }
}
@media (width <= 640px) {
  .company_info .mark {
    width: 92px;
    height: auto;
    margin: 0 auto;
  }
}
.company_info .mark img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.company_info .txt {
  font-size: 24px;
  line-height: 1.7;
}
@media (width <= 1719px) {
  .company_info .txt {
    font-size: 20px;
  }
}
@media (width <= 1025px) {
  .company_info .txt {
    font-size: 18px;
  }
}
@media (width <= 640px) {
  .company_info .txt {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-top: 16px;
  }
}
.company_info .txt p {
  text-align: left;
}
.company_info .txt p span {
  display: inline-block;
  margin-left: 16px;
}
@media (width <= 640px) {
  .company_info .txt p span {
    margin-left: 12px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (width <= 640px) {
  .footer {
    display: block;
  }
}

.company_images {
  width: 48%;
}
@media (width <= 640px) {
  .company_images {
    width: 100%;
  }
}
.company_images figure {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.company_images figure.staff {
  margin-top: 16px;
}
@media (width <= 640px) {
  .company_images figure.staff {
    margin-top: 8px;
  }
}
.company_images img {
  width: 100%;
}

.map {
  width: 48%;
  border-radius: 5px;
  overflow: hidden;
}
@media (width <= 640px) {
  .map {
    width: 100%;
    aspect-ratio: 5/4;
    margin-top: 20px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=top.css.map */