@charset "UTF-8";
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.08em;
  background-color: #F4F5F5;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.section_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section_heading h2 {
  font-size: 72px;
  font-weight: 700;
  color: #102199;
  display: block;
  font-family: "din-2014", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1600px) {
  .section_heading h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading h2 {
    font-size: 40px;
  }
}
.section_heading span {
  font-size: 24px;
  font-weight: 900;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .section_heading span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading span {
    font-size: 16px;
  }
}

.page-top {
  right: 24px;
  bottom: 40px;
  position: fixed;
  z-index: 60;
  width: 80px;
  border-radius: 100px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media screen and (max-width: 600px) {
  .page-top {
    width: 60px;
    bottom: 20px;
    right: 8px;
  }
}

.page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*--------------- header ---------------*/
.header {
  padding: 12px 0;
  background-color: #F5F6F5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .header {
    padding: 8px 0;
  }
}

.header_wrap {
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .header_wrap {
    width: 94%;
    gap: 24px;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .header_nav {
    display: none;
  }
}

.header_link {
  font-family: "din-2014", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E2974;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .header_link {
    font-size: 18px;
  }
}

.header_btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 40px;
  border-radius: 100px;
  background-color: #21A18D;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .header_btn {
    padding: 10px 32px;
  }
}
.header_btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.header_btn img {
  width: 28px;
}

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

.header_hamburger_menu {
  display: none;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 800px) {
  .header_hamburger_menu {
    display: block;
  }
}

.mask_link {
  font-family: "din-2014", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E2974;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}

.mask {
  display: none;
  padding: 120px 0;
}
@media screen and (max-width: 800px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    min-height: 100vh;
    width: 100%;
    background: #F5F6F5;
    z-index: 88;
    transition: all 0.5s;
  }
}

.mask_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.open.mask {
  opacity: 1;
  right: 0;
}

.toggle_btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  background-color: #21A18D;
  border-radius: 100px;
}
.toggle_btn:hover {
  opacity: 0.7;
}
.toggle_btn span {
  display: block;
  position: absolute;
  width: 24px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #fff;
  border-radius: 1000px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 11px;
}
.toggle_btn span:nth-child(2) {
  top: 19px;
}
.toggle_btn span:nth-child(3) {
  bottom: 11px;
}

.open .toggle_btn span {
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 19px;
  transform: translateX(-50%) rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 19px;
  transform: translateX(-50%) rotate(-45deg);
}

/*--------------- fv ---------------*/
.fv {
  padding: 160px 0 175px;
  background-image: url(../img/fv_bg.webp);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv {
    padding: 120px 0 60vw;
    background-image: url(../img/fv_bg_sp.webp);
  }
}

.fv_img {
  position: absolute;
  width: 43%;
  right: 11%;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .fv_img {
    right: 5%;
    width: 46%;
  }
}
@media screen and (max-width: 600px) {
  .fv_img {
    right: auto;
    left: 0;
    width: 100%;
  }
}

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

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

.fv_txt {
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .fv_txt {
    width: 90%;
  }
}
.fv_txt span {
  font-size: 32px;
  color: #fff;
  line-height: 2;
  font-weight: 500;
  display: block;
  margin-bottom: 32px;
}
@media screen and (max-width: 1600px) {
  .fv_txt span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .fv_txt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .fv_txt span {
    font-size: 16px;
  }
}
.fv_txt h1 {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .fv_txt h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1200px) {
  .fv_txt h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .fv_txt h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt h1 {
    font-size: 32px;
  }
}

/*--------------- about ---------------*/
.about {
  padding: 80px 0;
}
.about .section_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .about .section_heading {
    margin-bottom: 40px;
  }
}

.about_wrap {
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
}

.about_item {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .about_item {
    grid-template-columns: 1fr;
  }
}
.about_item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 24px;
}

.about_item.about_item-column {
  grid-template-columns: 1fr;
}

.about_item span {
  display: block;
  line-height: 1.5;
}

.about_item li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}
.about_item li span {
  position: absolute;
  top: 0;
  left: 0;
}

.about_ttl {
  width: 132px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 20px;
  color: #102199;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .about_ttl {
    font-size: 18px;
    width: 120px;
  }
}

.about_map {
  height: 220px;
  width: 100%;
  margin-top: 16px;
}
.about_map iframe {
  width: 100%;
  height: 100%;
}

/*--------------- philosophy ---------------*/
.philosophy {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .philosophy {
    padding: 0 0 80px;
  }
}
.philosophy .section_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .philosophy .section_heading {
    margin-bottom: 40px;
  }
}

.philosophy_content {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .philosophy_content {
    max-width: 960px;
  }
}
@media screen and (max-width: 1000px) {
  .philosophy_content {
    flex-direction: column;
    gap: 40px;
  }
}

.philosophy_txt {
  max-width: 600px;
}
@media screen and (max-width: 1600px) {
  .philosophy_txt {
    max-width: 500px;
  }
}
.philosophy_txt h3 {
  font-size: 32px;
  line-height: 2;
  font-weight: 900;
  color: #102199;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .philosophy_txt h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .philosophy_txt h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.philosophy_txt p {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .philosophy_txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .philosophy_txt p {
    font-size: 16px;
  }
}

.philosophy_img {
  max-width: 446px;
}
@media screen and (max-width: 1600px) {
  .philosophy_img {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .philosophy_img {
    max-width: 300px;
  }
}

/*--------------- service ---------------*/
.service {
  padding: 80px 0;
  background-color: #EDEFF3;
}
@media screen and (max-width: 600px) {
  .service {
    padding: 60px 0;
  }
}
.service .section_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .service .section_heading {
    margin-bottom: 40px;
  }
}

.service_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
@media screen and (max-width: 1600px) {
  .service_wrap {
    max-width: 960px;
  }
}

.service_top {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 600px) {
  .service_top {
    margin-bottom: 24px;
  }
}

.service_top p {
  font-size: 32px;
  line-height: 2;
  font-weight: 900;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .service_top p {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .service_top p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.service_img {
  width: 420px;
  bottom: -60px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .service_img {
    width: 380px;
  }
}
@media screen and (max-width: 1000px) {
  .service_img {
    position: static;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }
}

.service_content {
  background-color: #fff;
  padding: 40px 90px;
  border-radius: 16px;
}
@media screen and (max-width: 1600px) {
  .service_content {
    padding: 40px;
  }
}
@media screen and (max-width: 800px) {
  .service_content {
    padding: 40px 12px;
  }
}

.service_heading {
  background-color: #081349;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  gap: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .service_heading {
    margin-bottom: 40px;
  }
}
.service_heading h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 1600px) {
  .service_heading h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .service_heading h3 {
    font-size: 20px;
  }
}
.service_heading img {
  width: 72px;
}
@media screen and (max-width: 1600px) {
  .service_heading img {
    width: 64px;
  }
}
@media screen and (max-width: 800px) {
  .service_heading img {
    width: 32px;
  }
}

.service_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media screen and (max-width: 1600px) {
  .service_list {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .service_list {
    grid-template-columns: 1fr;
  }
}

.service_ttl {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding-left: 54px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .service_ttl {
    padding-left: 42px;
    margin-bottom: 10px;
  }
}
.service_ttl span {
  font-weight: 900;
  color: #102199;
  font-family: "din-2014", sans-serif;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .service_ttl span {
    font-size: 28px;
  }
}

.service_detail {
  padding-left: 54px;
}
@media screen and (max-width: 600px) {
  .service_detail {
    padding-left: 0;
  }
}

.service_detail li {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 20px;
}
.service_detail li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------- contact ---------------*/
.contact {
  padding: 80px 0;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 60px 0;
  }
}
.contact .section_heading {
  margin-bottom: 48px;
}

.contact_wrap {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.contact_top {
  position: relative;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .contact_top {
    margin: 0 auto 40px;
  }
}

.contact_img {
  position: absolute;
  width: 200px;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 800px) {
  .contact_img {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .contact_img {
    width: 90px;
    right: -12px;
    top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .contact_img {
    width: 80px;
  }
}

.contact_top_txt p:nth-child(1) {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  color: #1E2974;
  font-weight: 900;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .contact_top_txt p:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact_top_txt p:nth-child(1) {
    font-size: 18px;
  }
}
.contact_top_txt p:nth-child(2) {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .contact_top_txt p:nth-child(2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .contact_top_txt p:nth-child(2) {
    font-size: 14px;
  }
}

.contact_content {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .contact_content {
    padding: 32px 12px;
  }
}

.contact_list {
  margin-bottom: 40px;
}

.contact_item {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .contact_item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.contact_item:not(:last-child) {
  margin-bottom: 24px;
}

.contact_item.contact_item-top {
  align-items: flex-start;
}
.contact_item.contact_item-top .contact_ttl {
  padding-top: 8px;
}
@media screen and (max-width: 1000px) {
  .contact_item.contact_item-top .contact_ttl {
    padding-top: 0;
  }
}

.contact_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_ttl h3 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .contact_ttl h3 {
    font-size: 16px;
  }
}
.contact_ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  color: #fff;
  font-size: 14px;
  background-color: #CC1515;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .contact_ttl span {
    font-size: 12px;
  }
}

.contact_input input,
.contact_input textarea {
  width: 100%;
  border: 1px solid #A9A9A9;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 1.5;
}

.contact_btn {
  width: 320px;
  height: 56px;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .contact_btn {
    width: 260px;
  }
}
.contact_btn::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/arrow-green.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 2;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .contact_btn::after {
    right: 20px;
  }
}

.contact_btn input {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #21A18D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
  transition: all 0.4s;
}

.contact_btn:hover::after {
  background-image: url(../img/arrow-blue.webp);
}
.contact_btn:hover input {
  background-color: #070E43;
}

@media screen and (max-width: 1000px) {
  .contact_check {
    margin-top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .contact_check .wpcf7-list-item {
    margin-left: 2px;
  }
}

@media screen and (max-width: 600px) {
  .contact_check .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8px;
    gap: 12px;
  }
}

.contact_check label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact_check input {
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(1.8);
}
@media screen and (max-width: 600px) {
  .contact_check input {
    transform: scale(1.4);
  }
}

/*--------------- footer ---------------*/
.footer {
  background-color: #070E43;
  padding: 120px 0 50px;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 60px;
  }
}

.footer_wrap {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer_wrap {
    width: 94%;
    margin: 0 auto;
  }
}

.footer_logo {
  color: #fff;
  font-size: 20px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 700;
  bottom: 0;
  right: 10%;
}
@media screen and (max-width: 1200px) {
  .footer_logo {
    font-size: 18px;
    position: static;
    margin-bottom: 40px;
  }
}

.footer_nav {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  gap: 28px;
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .footer_nav {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin: 0 0 24px;
    font-size: 14px;
  }
}

.footer_bottom {
  font-family: "Poppins", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer_bottom span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer_bottom small {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer_bottom a {
  font-weight: 700;
}

/*---------------  ---------------*/
/*---------------  ---------------*/
/*---------------  ---------------*//*# sourceMappingURL=index.css.map */