@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/normographe-tryout");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  overflow-x: hidden!important;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1920px) {
  html,
  body {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

ul li,
ol li {
  list-style: none;
}

.page_width {
  max-width: 1280px;
  margin: auto;
}

.page_small_width {
  max-width: 1100px;
  margin: auto;
}

@media screen and (min-width: 1921px) {
  .page_width {
    max-width: 1400px;
    margin: auto;
  }
  .page_small_width {
    max-width: 1300px;
    margin: auto;
  }
}
@media screen and (max-width: 1600px) {
  .page_width {
    max-width: 80vw;
    margin: auto;
  }
  .page_small_width {
    max-width: 68.75vw;
    margin: auto;
  }
  .page_large_width {
    max-width: 80vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .page_width {
    max-width: 100%;
    margin: auto;
  }
  .page_small_width {
    max-width: 100%;
    margin: auto;
  }
  .page_large_width {
    max-width: 100%;
    margin: auto;
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
  }
}
.header.blue {
  background-color: #2e53c1;
}
@media screen and (max-width: 768px) {
  .header .header_contain {
    display: none;
  }
}
.header .header_contain .header_top {
  margin: auto;
  background: transparent;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_top {
    font-size: 0.9375vw;
    line-height: 2vw;
  }
}
.header .header_contain .header_top p {
  display: inline-block;
  margin-left: -70px;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_top p {
    margin-left: -4.375vw;
  }
}
.header .header_contain .header_flex {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_flex {
    gap: 0.9375vw;
  }
}
.header .header_contain .header_left {
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 1920px) {
  .header .header_contain .header_left {
    margin-top: 30rem;
    margin-left: 20rem;
  }
}
.header .header_contain .header_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 780px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_center {
    max-width: 48.75vw;
    padding: 0.625vw 0;
    gap: 1.25vw;
  }
}
.header .header_contain .header_logo {
  max-width: 199px;
}
@media screen and (max-width: 1920px) {
  .header .header_contain .header_logo {
    max-width: 199rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_contain .header_logo {
    max-width: 200rem;
  }
}
.header .header_contain .header_right {
  display: flex;
}
.header .header_contain .header_right img {
  max-height: 100px;
  width: auto;
}
@media screen and (max-width: 1920px) {
  .header .header_contain .header_right img {
    max-height: 100rem;
  }
}
.header .header_contain .header_pc_nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav {
    gap: 0.625vw;
  }
}
.header .header_contain .header_pc_nav .nav_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav .nav_top {
    gap: 0.625vw;
  }
}
.header .header_contain .header_pc_nav .nav_top .tel_box01 {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav .nav_top .tel_box01 {
    max-width: 23.125vw;
  }
}
.header .header_contain .header_pc_nav .nav_top .tel_box02 {
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav .nav_top .tel_box02 {
    max-width: 13.125vw;
  }
}
.header .header_contain .header_pc_nav .nav_bt {
  border-radius: 30px;
  padding: 5px 45px;
  border: 1px solid #999;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav .nav_bt {
    padding: 0.3125vw 2.8125vw;
    gap: 1.25vw;
  }
}
.header .header_contain .header_pc_nav .nav_bt ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header .header_contain .header_pc_nav .nav_bt ul li:last-child a::after {
  height: 0;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav .nav_bt ul {
    gap: 1.25vw;
  }
}
.header .header_contain .header_pc_nav .nav_bt ul a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  position: relative;
  transition: all;
}
.header .header_contain .header_pc_nav .nav_bt ul a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav .nav_bt ul a {
    font-size: 1.125vw;
  }
}
.header .header_contain .header_pc_nav .nav_bt ul a::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #999;
}
@media screen and (max-width: 1600px) {
  .header .header_contain .header_pc_nav .nav_bt ul a::after {
    right: -0.625vw;
    height: 1.25vw;
    top: 0.1875vw;
  }
}
.header .header_contain_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header_contain_sp {
    display: block;
  }
}
.header .header_contain_sp .header_flex_sp {
  padding: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40rem;
  background: #fff;
}
.header .header_contain_sp .header_logo {
  width: 154px;
  margin-top: 30px;
  margin-left: 50px;
}
@media screen and (max-width: 1920px) {
  .header .header_contain_sp .header_logo {
    /*
    margin-top: 30rem;
    margin-left: 30rem;
    */
    margin: 0;
    width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_contain_sp .header_logo {
    width: 140rem;
  }
}
.header .header_contain_sp .left_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20rem;
}
.header .header_contain_sp .header_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
}
.header .header_contain_sp .header_links .item_link {
  max-width: 100rem;
  width: 100%;
  height: auto;
}
.header .header_contain_sp .right_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .header .header_contain_sp .right_box {
    margin-right: 0;
  }
}
.header .header_contain_sp .sp_menu {
  padding: 10px;
  max-width: 65rem;
}
@media screen and (max-width: 768px) {
  .header .openbtn4 {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    width: 90rem;
    height: 90rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
  }
  .header .openbtn4 .bar-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10rem;
  }
  .header .openbtn4 .bar-content span {
    transition: all 0.4s;
    width: 55rem;
    height: 6rem;
    border-radius: 3rem;
    background: #000;
  }
  .header .openbtn4 .bar-content span:nth-of-type(2) {
    width: 35rem;
  }
  .header .txt {
    font-size: 18rem;
    color: #15155d;
    text-align: center;
    line-height: 1;
  }
  .header .openbtn4.active span:nth-of-type(1) {
    transform: translateY(10rem) rotate(-45deg);
    width: 55rem;
  }
  .header .openbtn4.active span:nth-of-type(2) {
    transform: translateY(-6rem) rotate(45deg);
    width: 55rem;
  }
}
.header .nav_sp {
  display: none;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 120px;
  left: 0;
  opacity: 0;
  background-color: #2e53c1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-bottom: 100%;
}
@media screen and (max-width: 768px) {
  .header .nav_sp {
    top: 120rem;
    padding-top: 50rem;
    overflow-y: hidden;
  }
}
.header .nav_sp .nav_list ul li a {
  display: flex;
  align-items: center;
  border-bottom: 3px dotted #6d87d4;
  margin: 0 30px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .nav_sp .nav_list ul li a {
    padding: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw;
  }
}
.header .nav_sp .nav_list ul li a::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: 50px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff000;
  border-right: 3px solid #fff000;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.12s ease-in 0s;
}
@media screen and (max-width: 768px) {
  .header .nav_sp .nav_list ul li a::after {
    right: 1.0666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.6666666667vw solid #fff000;
    border-right: 0.6666666667vw solid #fff000;
  }
}
.header .nav_sp .bottom-btn {
  margin: 50rem;
}

/*============================
#footer
============================*/
footer {
  background-color: #ffffff;
  /*margin-bottom: 202px;*/
}

.footer {
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 60px;
  max-width: 1200px;
}
@media screen and (max-width: 1400px) {
  .footer {
    padding: 25px 4.2857142857vw;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 28rem;
    flex-direction: column;
  }
}

.footer_logo {
  max-width: 430px;
}
@media screen and (max-width: 1400px) {
  .footer_logo {
    max-width: 30.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: 90%;
    margin: auto;
  }
}

div#about {
  width: 50%;
}

footer dl {
  text-align: left;
  letter-spacing: 4px;
}

footer dl dt {
  clear: left;
  float: left;
  width: 26%;
}

footer dl dt:before {
  content: "■";
}

footer dl dd {
  margin-left: 145px;
}

footer .copyright {
  background: #003580;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 60px;
    /*margin-bottom:120px;*/
  }
  footer .footer {
    max-width: 100%;
    padding: 25px 15px;
  }
  .footer div {
    display: block;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_logo img {
    max-width: 100%;
  }
  div#about {
    margin-top: 15px;
    width: 100%;
  }
  footer dl {
    margin-left: 0;
  }
  footer dl dt {
    clear: left;
    float: left;
    width: 30%;
    margin-bottom: 10px;
  }
  footer dl dd {
    margin-left: 31%;
    margin-bottom: 10px;
  }
}
.ani_poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
}

.container {
  position: relative;
  padding: 140px 20px;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .container {
    padding: 7.2916666667vw 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 140rem 20rem;
  }
}
@media screen and (max-width: 1920px) {
  .container {
    font-size: 16rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    font-size: 26rem;
    line-height: 44rem;
  }
}

.title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .title {
    font-size: 28rem;
    line-height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 34rem;
    line-height: 40rem;
  }
}

.flex_item_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 1920) {
  .flex_item_wrapper {
    grid-gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .flex_item_wrapper {
    grid-template-columns: 1fr;
  }
}

.text_green {
  color: #189c53;
}

.bg_yellow {
  background-color: #fbfaf4;
}

.pb-200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 1920px) {
  .pb-200 {
    padding-bottom: 200rem !important;
  }
}
@media screen and (max-width: 768px) {
  .pb-200 {
    padding-bottom: 200rem !important;
  }
}

.follow_btn_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}
@media print, screen and (min-width: 769px) {
  .follow_btn_sp {
    display: none !important;
  }
}

/* 追加20240802 */
.header .header_contain .header_logo {
  max-width: 400rem;
  width: auto;
  display: flex;
  justify-content: space-between;
}
.header .header_contain .header_logo a {
  max-width: 199rem;
}
.header .header_contain .header_logo .logo_leifras {
  max-width: 140rem;
  margin-left: 20rem;
}
@media screen and (max-width: 768px) {
  .header .header_contain_sp .header_logo {
    width: 300rem;
    display: flex;
  }
  .header .header_contain_sp .header_logo a {
    width: 144rem;
    display: inline-block;
    margin-right: 20rem;
  }
  .header .header_contain_sp .header_logo .logo_leifras {
    width: 98rem;
  }
}

.form_notice{ margin: 2em 1em; padding: 1em; background: #efefef; text-align: center;}
.form_notice h4{ background: #eb0037; color: #fff; font-size: 116%; font-weight: bold; letter-spacing: 0.1em; padding: 0.66em 0.33em; margin: 0 auto;}
.form_notice p{ font-size: 15px; margin: 0; padding: 0.66em 1em 0 !important; font-weight: normal !important; color: #333 !important; word-break: break-all;}
@media (max-width: 767px) {
.form_notice { margin: 1em auto;}
.form_notice h4{ font-size: 3vw;}
.form_notice p{ font-size: 2.5vw; text-align: left; line-height: 1.4em;}
}

#pagetop{ display: none; position: fixed; right: 20px; bottom: 100px; z-index: 99;}
#pagetop a{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100px; height: 100px; background: #fff; border: 2px solid #333; border-radius: 50%;}
#pagetop a i{ font-size: 40px; line-height: 1em;}
#pagetop a strong{ font-size: 20px; line-height: 1em; margin-bottom: 0.5em;}
@media screen and (max-width:768px){
#pagetop{ right: 3.75vw; bottom: 22.5vw;}
#pagetop a{ width: 15vw; height: 15vw;}
#pagetop a i{ font-size: 5vw;}
#pagetop a strong{ font-size: 3.75vw;}
}
/*# sourceMappingURL=common.css.map */