@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #000000;
  background: #fff;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
html body {
  overflow-x: hidden;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
.upper {
  text-transform: uppercase;
}

.jost {
  font-family: "Futura", "Jost", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.cont {
  width: 87%;
  max-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex.j-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.j-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.a-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

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

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

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

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

.none {
  display: none;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.header-logo {
  width: 500px;
  max-width: 100%;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .header-logo {
    width: 300px;
    margin-top: 20px;
    margin-left: 16px;
  }
}
.header-logo img {
  width: 100%;
  display: block;
}

.main_visual {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .main_visual {
    margin-bottom: 60px;
    gap: 30px;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1800px) {
  .main_visual {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main_visual .logo_icon {
  position: absolute;
  top: 0;
  left: 80px;
  width: 493px;
  max-width: 90%;
}
@media screen and (max-width: 1024px) {
  .main_visual .logo_icon {
    display: none;
  }
}
.main_visual .logo_icon img {
  width: 100%;
  display: block;
}
.main_visual .main_visual_inner {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -80px;
  padding-left: 93px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .main_visual .main_visual_inner {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0 10%;
    margin-right: 0;
  }
}
.main_visual .main_visual_inner h2 {
  font-size: 6.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #003b70;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_inner h2 {
    font-size: 2.8rem;
  }
}
.main_visual .main_visual_inner p {
  font-size: 2.2rem;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  line-height: 1.8181818182;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_inner p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.main_visual .main_visual_inner .main_visual_tel_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
  min-width: 507px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_inner .main_visual_tel_box {
    margin-inline: auto;
    min-width: unset;
  }
}
.main_visual .main_visual_inner .main_visual_tel_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  border: 2px solid #003b70;
  border-radius: 5px;
  padding: 28px 20px 35px 30px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_inner .main_visual_tel_box a {
    padding: 16px 12px 20px 20px;
    gap: 12px;
    border-width: 1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main_visual .main_visual_inner .main_visual_tel_box a img {
  width: 67px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_inner .main_visual_tel_box a img {
    width: 40px;
  }
}
.main_visual .main_visual_inner .main_visual_tel_box a .main_visual_tel_box_text span {
  color: #003b70;
  display: block;
}
.main_visual .main_visual_inner .main_visual_tel_box a .main_visual_tel_box_text span:nth-child(1) {
  font-size: 5.5rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_inner .main_visual_tel_box a .main_visual_tel_box_text span:nth-child(1) {
    font-size: 3rem;
  }
}
.main_visual .main_visual_inner .main_visual_tel_box a .main_visual_tel_box_text span:nth-child(2) {
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .main_visual .main_visual_inner .main_visual_tel_box a .main_visual_tel_box_text span:nth-child(2) {
    font-size: 1.1rem;
  }
}
.main_visual .main_visual_img {
  position: relative;
  margin-top: -4px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .main_visual .main_visual_img {
    width: 80%;
    margin-top: 0;
  }
}
.main_visual .main_visual_img img {
  width: 100%;
  display: block;
}

.top_heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_heading {
    margin-bottom: 30px;
  }
}
.top_heading h2 {
  text-align: center;
  color: #f0891d;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .top_heading h2 {
    font-size: 1.4rem;
  }
}
.top_heading h3 {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 20px;
  color: #003b70;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .top_heading h3 {
    font-size: 2.6rem;
    padding-bottom: 16px;
  }
}
.top_heading h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68px;
  height: 3px;
  background-color: #f0891d;
}
@media screen and (max-width: 767.9px) {
  .top_heading h3::after {
    width: 48px;
  }
}

.top_business {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .top_business {
    margin-bottom: 60px;
  }
}
.top_business .top_heading h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .top_business .top_heading h2 {
    font-size: 1.5rem;
  }
}
.top_business .top_heading h3 {
  font-size: 3.3rem;
  padding-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .top_business .top_heading h3 {
    font-size: 2.4rem;
  }
}
.top_business .top_business_list {
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_business .top_business_item {
  width: 322px;
  max-width: 100%;
  padding: 46px 12px 80px;
  -webkit-box-shadow: 1.87px 1.87px 3.7px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 1.87px 1.87px 3.7px 4px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_business .top_business_item {
    padding: 24px 12px 40px;
  }
}
.top_business .top_business_item .flex {
  gap: 6px 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .top_business .top_business_item .flex {
    margin-bottom: 12px;
  }
}
.top_business .top_business_item .img {
  width: 34%;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.top_business .top_business_item .img img {
  display: block;
}
.top_business .top_business_item h4 {
  color: #003b70;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 8px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767.9px) {
  .top_business .top_business_item h4 {
    font-size: 2rem;
  }
}
.top_business .top_business_item p {
  line-height: 2;
  margin-inline: 18px;
  color: #003b70;
  letter-spacing: 0.01em;
  text-align: center;
}
.top_business .top_business_item:nth-child(2) img {
  width: 72%;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.top_business .top_business_item:nth-child(2) .img {
  margin-right: 6px;
}
.top_business .top_business_item:nth-child(3) img {
  width: 60%;
  -webkit-transform: translateY(6px) translateX(9px);
          transform: translateY(6px) translateX(9px);
}
.top_business .top_business_item:nth-child(3) .img {
  margin-right: 8px;
}

.top_about {
  background: #003b70;
  padding: 54px 0 60px;
}
@media screen and (max-width: 767.9px) {
  .top_about {
    padding: 30px 0 40px;
  }
}

.top_reasons {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons {
    margin-bottom: 40px;
  }
}
.top_reasons h3 {
  color: #fff;
}

.top_reasons_list {
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_reasons_list .top_reasons_item {
  width: 322px;
  max-width: 100%;
  padding: 80px 16px 48px;
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_list .top_reasons_item {
    padding: 40px 12px 32px;
  }
}
.top_reasons_list .top_reasons_item .img {
  max-width: 120px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  height: 100px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_list .top_reasons_item .img {
    margin-bottom: 16px;
  }
}
.top_reasons_list .top_reasons_item .img img {
  display: block;
}
.top_reasons_list .top_reasons_item h4 {
  text-align: center;
  position: relative;
  color: #003b70;
  font-size: 2.3rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 13px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_list .top_reasons_item h4 {
    font-size: 2rem;
  }
}
.top_reasons_list .top_reasons_item h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background-color: #003b70;
}
.top_reasons_list .top_reasons_item p {
  max-width: 220px;
  text-align: center;
  color: #003b70;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_list .top_reasons_item p {
    font-size: 1.5rem;
  }
}
.top_reasons_list .top_reasons_item:nth-child(1) img {
  width: 89%;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.top_reasons_list .top_reasons_item:nth-child(2) img {
  width: 88%;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.top_reasons_message {
  background: #fff;
  padding: 20px 30px 40px;
  border-radius: 10px;
}
.top_reasons_message .top_heading {
  margin-bottom: 28px;
}
.top_reasons_message h4 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #003b70;
  margin-bottom: 22px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_message h4 {
    font-size: 1.8rem;
  }
}
.top_reasons_message p.description {
  line-height: 2;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-align: center;
}
.top_reasons_message p.sign {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_message p.sign {
    padding-left: 0;
  }
}
.top_reasons_message p.sign span {
  font-weight: 600;
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_reasons_message p.sign span {
    font-size: 1.8rem;
  }
}

.top_company {
  padding: 66px 0 46px;
}
@media screen and (max-width: 767.9px) {
  .top_company {
    padding: 40px 0 60px;
  }
}
.top_company .top_heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .top_company .top_heading {
    margin-bottom: 40px;
  }
}
.top_company table {
  border-top: 0.7px solid #003b70;
}
.top_company table,
.top_company tbody {
  display: block;
  width: 100%;
}
.top_company tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 0.7px solid #003b70;
}
@media screen and (max-width: 767.9px) {
  .top_company tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_company tr,
.top_company td {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .top_company tr,
  .top_company td {
    font-size: 1.6rem;
  }
}
.top_company th {
  width: 245px;
  padding: 11px;
  padding-left: 93px;
  font-weight: 700;
  background: #f2f5f8;
  color: #003b70;
}
@media screen and (max-width: 767.9px) {
  .top_company th {
    width: 100%;
    padding: 8px 18px;
  }
}
.top_company td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 11px 18px;
  color: #211815;
}
@media screen and (max-width: 767.9px) {
  .top_company td {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 8px 18px;
  }
}

.top_access {
  padding-bottom: 105px;
}
@media screen and (max-width: 767.9px) {
  .top_access {
    padding-bottom: 60px;
  }
}
.top_access .map {
  width: 100%;
  height: 418px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top_access .map {
    height: 300px;
  }
}
.top_access .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  padding-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer .footer_logo {
  width: 348px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_logo {
    width: 300px;
  }
}
.footer .footer_logo img {
  width: 100%;
  display: block;
}
.footer p {
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .footer p {
    font-size: 1.4rem;
  }
}
.footer small {
  text-align: center;
  display: block;
  color: #003b70;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .footer small {
    font-size: 1.2rem;
  }
}

/* fadeUp */
.fade {
  opacity: 0;
}

.fade.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=common.css.map */