@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
html {
  font-size: 62.5%;
}

.noscroll {
  height: 100vh;
  overflow-y: hidden;
}

.menu_reveal {
  height: 100vh;
}

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex {
  display: flex;
}

.flex--center {
  justify-content: center;
}

body {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 751px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  box-sizing: border-box;
}

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

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

@media print, screen and (min-width: 751px) {
  .sp_only {
    display: none !important;
  }
  .inner-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
  .inner--sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1366px) {
  .desktop_hide {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .inner-1200 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .inner-1200 {
    width: 93%;
    padding: 0;
  }
}
/*-----------------------------------------
Header
-------------------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: white;
}
header .sp_tagline {
  display: none;
}
header .header_wrap {
  max-width: 1800px;
  width: 98%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
header .header_wrap .left_side {
  width: 30%;
}
header .header_wrap .left_side .logo_section {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 5px;
}
header .header_wrap .left_side .logo_section p {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 14px;
  color: #696060;
  margin-bottom: 1rem;
  white-space: nowrap;
}
header .header_wrap .left_side .logo_section .logo_img {
  width: 40rem;
}
header .header_wrap .left_side .logo_section .logo_img img {
  max-width: 100%;
}
header .header_wrap .left_side .logo_section:hover {
  opacity: 0.7;
}
header .header_wrap .right_side {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
header .header_wrap .right_side .phone_section {
  background: #028b66;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  padding: 12px 15px;
  transition: 0.3s;
}
header .header_wrap .right_side .phone_section .telp {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media screen and (max-width: 1366px) {
  header .header_wrap .right_side .phone_section .telp {
    font-size: 22px;
  }
}
header .header_wrap .right_side .phone_section .hour {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
header .header_wrap .right_side .phone_section p {
  color: #fff;
}
header .header_wrap .right_side .phone_section:hover {
  opacity: 0.7;
}
header .header_wrap .right_side .bnr-section {
  background: #c73435;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 15px;
  transition: 0.3s;
}
header .header_wrap .right_side .bnr-section:hover {
  opacity: 0.7;
}
header .header_wrap .right_side .bnr-section__large {
  font-size: 2.2rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  margin-bottom: 0.5rem;
  padding-right: 25px;
  position: relative;
}
header .header_wrap .right_side .bnr-section__large::after {
  background: url(../img/common/icon-arw.png) no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  top: 2px;
  right: 0;
}
header .header_wrap .right_side .bnr-section__large, header .header_wrap .right_side .bnr-section__small {
  color: #fff;
}
header .header_wrap .right_side .bnr-section__small {
  font-size: 1.6rem;
  padding: 0 15px;
  position: relative;
}
header .header_wrap .right_side .bnr-section__small::before, header .header_wrap .right_side .bnr-section__small::after {
  content: "|";
  position: absolute;
  top: -1px;
}
header .header_wrap .right_side .bnr-section__small::before {
  left: 0;
  transform: rotate(-35deg);
}
header .header_wrap .right_side .bnr-section__small::after {
  right: 0;
  transform: rotate(35deg);
}
header .header_wrap .right_side .header_banner {
  width: 40rem;
  transition: 0.3s;
  margin-left: 3rem;
}
header .header_wrap .right_side .header_banner img {
  max-width: 100%;
}
header .header_wrap .right_side .header_banner:hover {
  opacity: 0.7;
}
header .header_wrap .right_side .cta_button_pc {
  background-color: #C73435;
  border: 4px solid #C73435;
  border-radius: 100px;
  margin-left: 2rem;
  transition: 0.3s;
}
header .header_wrap .right_side .cta_button_pc p {
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 18px;
  padding: 1.5rem 3.25rem;
}
header .header_wrap .right_side .cta_button_pc:hover {
  background-color: white;
}
header .header_wrap .right_side .cta_button_pc:hover p {
  color: #C73435;
}
header .header_wrap .right_side .apply_button {
  margin-left: 4rem;
}
header .header_wrap .right_side_sp {
  display: none;
}

@media screen and (max-width: 1920px) {
  header .header_wrap .left_side .logo_section .logo_img {
    width: 30rem;
  }
  header .header_wrap .left_side .logo_section p {
    font-size: 13px;
  }
  header .header_wrap .right_side .header_banner {
    width: 38rem;
  }
}
@media screen and (max-width: 1536px) {
  header .header_wrap {
    height: 90px;
    padding: 1rem 0;
  }
  header .header_wrap .right_side .header_banner {
    width: 34rem;
  }
}
@media screen and (max-width: 1366px) {
  header .header_wrap {
    height: 80px;
  }
  header .header_wrap .left_side .logo_section p {
    font-size: 11px;
  }
  header .header_wrap .left_side .logo_section .logo_img {
    width: 28rem;
  }
  header .header_wrap .right_side .phone_section .telp {
    font-size: 22px;
  }
  header .header_wrap .right_side .phone_section .hour {
    font-size: 14px;
  }
  header .header_wrap .right_side .header_banner {
    width: 30rem;
  }
  header .header_wrap .right_side .cta_button_pc p {
    font-size: 16px;
    padding: 1.25rem 3rem;
  }
}
@media screen and (max-width: 940px) {
  header .header_wrap {
    width: 93%;
  }
  header .header_wrap .left_side .logo_section {
    justify-content: flex-start;
    align-items: center;
  }
  header .header_wrap .left_side .logo_section .logo_img {
    width: 30vw;
  }
  header .header_wrap .left_side .logo_section p {
    font-size: 1.25vw;
    margin-bottom: 0.75rem;
  }
  header .header_wrap .right_side .phone_section .telp {
    font-size: 2.25vw;
  }
  header .header_wrap .right_side .phone_section .hour {
    font-size: 1.5vw;
  }
  header .header_wrap .right_side .header_banner {
    width: 30vw;
  }
  header .header_wrap .right_side .cta_button_pc p {
    font-size: 14px;
    padding: 1.5rem 2.25rem;
  }
  header .header_wrap .right_side .apply_button {
    margin-left: 1rem;
  }
  header .header_wrap .right_side .document_button {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  header .sp_tagline {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E0E7ED;
    padding: 1.5vw 0;
  }
  header .sp_tagline p {
    font-size: clamp(5px, 2.5vw, 17.5px);
    font-family: "ヒラギノ角ゴ W4 JIS2004";
    color: #646464;
  }
  header .header_wrap {
    height: auto;
    padding: clamp(4px, 1.75vw, 12px) 0;
  }
  header .header_wrap .left_side {
    width: auto;
  }
  header .header_wrap .left_side .logo_section {
    align-items: center;
  }
  header .header_wrap .left_side .logo_section .logo_img {
    width: clamp(0px, 51vw, 357px);
  }
  header .header_wrap .left_side .logo_section p {
    display: none;
  }
  header .header_wrap .right_side {
    display: none;
  }
  header .header_wrap .right_side_sp {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header .header_wrap .right_side_sp .cta_button {
    background-color: #C73435;
    border: 3px solid #C73435;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-right: 1rem;
  }
  header .header_wrap .right_side_sp .cta_button p {
    font-size: clamp(0px, 3.5vw, 24.5px);
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    color: white;
    padding: clamp(5px, 1.75vw, 12.5px);
  }
  header .header_wrap .right_side_sp .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #C73435;
    font-size: 11px;
    font-family: "ヒラギノ角ゴ W7 JIS2004";
  }
  header .header_wrap .right_side_sp .menu-btn span {
    display: block;
    height: 3px;
    border-radius: 100px;
    background-color: #C73435;
    width: 50%;
    margin-bottom: 0.5rem;
  }
  header .header_wrap .right_side_sp .menu-btn span:last-child {
    margin-bottom: 6px;
  }
}
.global-menu {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  background: #c73435;
  display: none;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 10vh;
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1101px) {
  .global-menu {
    padding-bottom: 30px;
  }
  .global-menu .global-nav__inner {
    max-height: 100vh;
    padding-top: 144px;
    overflow-y: scroll;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 1101px) and (max-width: 1279px) {
  .global-menu .global-nav__inner {
    padding-top: calc(9.375vw + 24px);
  }
}
@media only screen and (max-width: 1100px) {
  .global-menu .menu-btn {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin: 24px 14px 14px auto;
  }
  .global-menu .menu-btn:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/common/ico-gnav-close@sp.svg) no-repeat;
    background-size: contain;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1111px) {
  .global-menu .menu-btn {
    margin-left: auto;
    width: 100px;
    height: 120px;
    background: #c73435 url(../img/common/ico-menu-close.svg) no-repeat center top 34px;
    background-size: 34px;
    padding-top: 75px;
    font-size: 1.8rem;
    height: 120px;
    border-radius: 0 0 25px 25px;
    color: white;
    display: block;
    text-align: center;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 1111px) and (max-width: 1279px) {
  .global-menu .menu-btn {
    right: 0.015625;
    width: 0.015625;
    height: 0.09375;
    background-position: center top 0.0265625;
    background-size: 0.0265625;
    padding-top: 0.05859375;
    font-size: 0.0140625;
    border-radius: 0 0 0.01953125 0.01953125;
  }
}
.global-menu .global-nav {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
.global-menu .global-nav .global-nav__content {
  background: white;
  border-radius: 15px;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .global-menu .global-nav .global-nav__content {
    width: calc(100% - 40px);
    max-height: calc(100vh - 24px - 80px - 28px - 44px - 24px);
    margin: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav .global-nav__content {
    padding: 48px 80px 58px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 1101px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content {
    padding: 0.0375 0.0625 0.0453125;
  }
}
.global-menu .global-nav .global-nav__content .content__col {
  margin: 5px 10px;
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav .global-nav__content .content__col {
    width: 0.2714285714;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 1101px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .content__col {
    width: 30%;
  }
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav .global-nav__content .nav-block:not(:last-child) {
    margin-bottom: 48px;
  }
  .global-menu .global-nav .global-nav__content .nav-block a {
    transition: 0.3s ease;
  }
  .global-menu .global-nav .global-nav__content .nav-block a:hover {
    color: #c73435;
  }
}
.global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl {
  font-size: 1.8rem;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  line-height: 1.7916666667;
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl {
    font-size: 2.4rem;
    border-bottom: solid 3px #D9E3EB;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 1101px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl {
    font-size: 0.01875;
  }
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a {
    width: 100%;
    display: flex;
  }
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    content: "";
    display: block;
    background: #c73435 url(../img/common/menu-link.svg) no-repeat left 55% center;
    background-size: 8px;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    border-radius: 100%;
    transition: 0.3s ease;
    transform: translateY(8px);
  }
}
@media print, screen and (min-width: 1101px) and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    width: 26px;
    height: 26px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 1101px) and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:before {
    width: 0.0203125;
    height: 0.0203125;
    background-size: 0.00625;
  }
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav .global-nav__content .nav-block .nav-block__ttl a:hover:before {
    background-position: left 70% center;
  }
}
.global-menu .global-nav .global-nav__content .nav-block .link-list {
  font-size: 1.6rem;
  padding-left: 2em;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  /*
  					li:not(:last-child)
  					{
  						margin-bottom: 12px;	
  					}
  */
}
@media only screen and (max-width: 750px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    padding-left: 24px;
    display: none;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list li:not(:last-child) {
    border-bottom: solid 1px #D9E3EB;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list a {
    padding: 16px 0;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .global-menu .global-nav .global-nav__content .nav-block .link-list a:after {
    content: "";
    display: block;
    background: url(../img/common/menu-link@sp.svg) no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    font-size: 1.6rem;
    padding-left: 2em;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    font-size: 0.0125;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list {
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .global-menu .global-nav .global-nav__content .nav-block .link-list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .global-menu .global-nav .global-nav__content .nav-block:not(.have-child) a {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 20px;
  }
  .global-menu .global-nav .global-nav__content .nav-block:not(.have-child) a:after {
    content: "";
    display: block;
    background: url(../img/common/menu-link@sp.svg) no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 15px;
  }
  .global-menu .global-nav .global-nav__content .have-child .nav-block__ttl {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-right: 14px;
  }
  .global-menu .global-nav .global-nav__content .have-child .nav-block__ttl:not(:last-child) {
    border-bottom: solid 1px #D9E3EB;
  }
}
.global-menu .global-nav__bottom {
  height: auto;
  padding: 2rem 20px 2rem;
  margin-top: 2rem;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav__bottom.sp_only {
    display: none !important;
  }
}
@media print, screen and (max-width: 1100px) {
  .global-menu .global-nav__bottom.sp_only {
    display: block !important;
  }
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav__top.sp_only {
    display: none !important;
  }
}
@media print, screen and (max-width: 1100px) {
  .global-menu .global-nav__top.sp_only {
    display: block !important;
  }
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav__top {
    margin-bottom: 24px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 1101px) and (max-width: 1279px) {
  .global-menu .global-nav__top {
    right: 1.5625vw;
  }
}
.global-menu .global-nav__apply-btn {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.global-menu .global-nav__apply-btn .apply-btn {
  width: calc(50% - 15px);
  max-width: 384px;
  height: 44px;
  background: #fff;
  margin: auto;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  align-items: center;
}
@media print, screen and (min-width: 1101px) {
  .global-menu .global-nav__apply-btn .apply-btn {
    width: 384px;
    height: 60px;
    margin-top: 40px;
    font-size: 2rem;
    border-radius: 30px;
    transition: transform 0.3s ease;
    /*
    			&:hover
    			{
    				transform: scale(1.05);
    			}
    */
  }
}
.global-menu .global-nav__link {
  display: flex;
  flex-wrap: wrap;
}
.global-menu .global-nav__link .global-nav__link__li {
  list-style: none;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  align-items: center;
}
.global-menu .global-nav__link .global-nav__link__li:before {
  content: url(../img/products/letterlink-after-right.svg);
}
.global-menu .global-nav__link .global-nav__link__li .link-btn {
  text-decoration: underline;
  padding-left: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-underline-offset: 3px;
}
.global-menu .global-nav__link .global-nav__link__li:last-child {
  width: 50%;
  margin-left: 6px;
}

@media print and (-ms-high-contrast: none), screen and (min-width: 751px) and (min-height: 780px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .global-menu .global-nav__inner {
    /* IE11 にのみ適用される */
    overflow-y: hidden;
  }
}
/* sp contact menu */
#contact-menu .global-nav {
  padding-top: 36px;
}
#contact-menu .nav__ttl {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-size: 0.064;
}
#contact-menu .btn-list li:not(:last-child) {
  margin-bottom: 28px;
}
#contact-menu .btn-list .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128px;
  background: white;
  border-radius: 15px;
  font-size: 0.0426666667;
  text-align: center;
}
#contact-menu .btn-list .contact-btn small {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 1em;
}
#contact-menu .btn-list .contact-btn.txt--long {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
#contact-menu .global-nav__bottom {
  margin-top: 60px;
}

/*-----------------------------------------
Page 共通
-------------------------------------------*/
.page {
  padding-top: 40px;
}
@media print, screen and (min-width: 751px) {
  .page {
    padding-top: 8.5vw;
  }
}
@media print, screen and (max-width: 750px) {
  .page {
    padding-top: 25vw;
  }
}
.page .page__ttl {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #353636;
  line-height: 4.2rem;
  flex-direction: column;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .page .page__ttl {
    line-height: 1.25;
    font-size: 4rem;
  }
}
.page .page__ttl:after {
  content: "";
  display: block;
  width: 145px;
  border-bottom: solid 5px #c73435;
  border-radius: 30px;
  margin: 10px auto 0 auto;
  margin-top: 10px;
}
@media print, screen and (min-width: 751px) {
  .page .page__ttl:after {
    width: 160px;
  }
}
.page .title_type1 {
  padding-top: 75px;
}
@media only screen and (max-width: 1366px) {
  .page .title_type1 {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 600px) {
  .page .title_type1 {
    padding-top: 40px;
    font-size: 26px;
  }
}
.page .page__h2 {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 751px) {
  .page .page__h2 {
    font-size: 4rem;
    margin-bottom: 56px;
  }
}
.page .page__h2:after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: solid 8px #c73435;
  border-radius: 30px;
  margin: auto;
  margin-top: 17px;
}
@media print, screen and (min-width: 751px) {
  .page .page__h2:after {
    width: 120px;
    margin-top: 22px;
  }
}
.page .page__h3 {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .page .page__h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.page .page__h3:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c73435 70%, #892425);
  margin-right: 16px;
}
@media only screen and (max-width: 750px) {
  .page .page__h3:before {
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-bottom: 2px;
  }
}
.page .txt-link {
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 1px #000;
  line-height: calc(1em + 10px);
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .page .txt-link {
    line-height: calc(1em + 6px);
  }
}
.page .txt-link:hover {
  opacity: 0.7;
}

.btn-lrg {
  width: 384px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  border: 0;
  transition: 0.3s ease;
  font-size: 1.9rem;
  position: relative;
}
.btn-lrg span {
  z-index: 2;
}
.btn-lrg:hover {
  color: #c73435;
}
.btn-lrg:hover:before {
  opacity: 0;
}
.btn-lrg:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to bottom, #c73435 70%, #892425);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 30px;
}
.btn-lrg:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #c73435;
  box-sizing: border-box;
  border-radius: 30px;
}
.btn-lrg:not(.not-valid):hover {
  color: #c73435;
}
@media only screen and (max-width: 750px) {
  .btn-lrg {
    width: 336px;
    height: 44px;
    font-size: 1.6rem;
  }
}

button.btn-lrg {
  background: none;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn-lrg {
    /* IE11 にのみ適用される */
    padding-top: 10px;
  }
}
.btn-lrg-style2 {
  width: 384px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: white;
  cursor: pointer;
  margin: 0 auto;
  border: 0;
  transition: 0.3s ease;
  transition-property: background, transform;
  transform-origin: 50% 50%;
  font-size: 1.9rem;
  position: relative;
  font-weight: bold;
}
.btn-lrg-style2 span {
  z-index: 2;
}
.btn-lrg-style2:hover {
  color: #DE4040;
}
.btn-lrg-style2:hover:before {
  opacity: 0;
}
.btn-lrg-style2:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #DE6C4A 0%, #DE4040 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 30px;
}
.btn-lrg-style2:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #DE4040;
  box-sizing: border-box;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  .btn-lrg-style2 {
    width: 336px;
    height: 44px;
    font-size: 1.6rem;
  }
}

button.btn-lrg-style2 {
  background: none;
}

.pankuzu-container {
  background: #ECF1F1;
  border-top: solid 1px #B2C6C5;
  padding: 22px;
}
@media only screen and (max-width: 750px) {
  .pankuzu-container {
    padding: 14px 20px;
  }
}
.pankuzu-container ul {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .pankuzu-container ul {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.pankuzu-container ul li {
  display: inline-block;
}
.pankuzu-container ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../img/common/red_arrow_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 1rem;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 750px) {
  .pankuzu-container ul li:not(:last-child):after {
    margin: 0 0.5rem 0 1rem;
    height: 13px;
    top: 1px;
  }
}
.pankuzu-container ul li a {
  position: relative;
  transition: 0.3s;
}
.pankuzu-container ul li a::after {
  content: "";
  display: block;
  border-bottom: solid 1px #C73435;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-radius: 6px;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.pankuzu-container ul li a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 1200px) {
  .pankuzu-container {
    padding: 22px 0;
  }
  .pankuzu-container ul {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .pankuzu-container {
    padding: 22px 0;
  }
  .pankuzu-container ul {
    width: 90%;
  }
}
/*-----------------------------------------
Form Base 共通
-------------------------------------------*/
.form-base {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  word-break: break-all;
}
.form-base .flex-left {
  flex: 0 0 50%;
  width: 50%;
  margin-bottom: 57px;
}
@media only screen and (max-width: 750px) {
  .form-base .flex-left {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 12px;
  }
}
.form-base .flex-right {
  flex: 0 0 40%;
  width: 40%;
  margin-bottom: 57px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .form-base .flex-right {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}
.form-base .flex-wide {
  flex: 0 0 100%;
  width: 100%;
}
.form-base label, .form-base .prompt-txt {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.9rem;
}
@media only screen and (max-width: 750px) {
  .form-base label, .form-base .prompt-txt {
    font-size: 1.6rem;
  }
}
.form-base .radio-container {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-base .radio-container:last-child {
  margin-right: none;
}
.form-base .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-base .custom-radio {
  position: absolute;
  top: 4px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #FFF;
  border-radius: 50%;
  border: solid 1px #c73435;
}
@media only screen and (max-width: 750px) {
  .form-base .custom-radio {
    top: 2px;
  }
}
.form-base .custom-radio:after {
  content: "";
  position: absolute;
  transform: scale(0);
}
.form-base .radio-container input:checked ~ .custom-radio:after {
  display: block;
  transform: scale(1);
}
.form-base .radio-container .custom-radio:after {
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c73435;
  transition: 0.2s;
  transform-origin: 50% 50%;
}
.form-base input[type=text], .form-base input[type=tel], .form-base input[type=email] {
  height: 48px;
  padding-left: 16px;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media only screen and (max-width: 750px) {
  .form-base input[type=text], .form-base input[type=tel], .form-base input[type=email] {
    font-size: 1.6rem;
    width: 100%;
  }
}
.form-base input[type=text]:focus, .form-base input[type=tel]:focus, .form-base input[type=email]:focus {
  outline: none;
  border: solid 2px #DE4040;
}
.form-base select {
  display: block;
  height: 48px;
  padding-left: 16px;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
  font-size: 1.9rem;
  background-color: #F0F4F7;
  background-image: url("../img/products/letterlink-after.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 18px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 750px) {
  .form-base select {
    font-size: 1.6rem;
    width: 100%;
  }
}
.form-base select:focus {
  outline: none;
  border: solid 2px #DE4040;
}
.form-base .input__row--birthday select {
  background-color: #F0F4F7;
}
@media (max-width: 750px) {
  .form-base .input__row--birthday select {
    padding-left: 8px;
    background-position: right 8px center;
    background-size: 10px;
  }
}
.form-base #user_birthday_year {
  margin-right: 0.5em;
}
@media (max-width: 750px) {
  .form-base #user_birthday_year {
    width: 160px;
  }
}
.form-base .birthM, .form-base .birthD {
  width: 6rem;
  margin-left: 4px;
  margin-right: 4px;
}
@media print, screen and (min-width: 751px) {
  .form-base .birthM, .form-base .birthD {
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 9rem;
  }
}
.form-base select:invalid {
  color: #707070;
}
.form-base select::-ms-expand {
  display: none;
}
.form-base ::-moz-placeholder {
  color: #707070;
}
.form-base ::placeholder {
  color: #707070;
}
.form-base textarea {
  border-radius: 8px;
  border: solid 1px #BDBEBF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 19px;
  height: 180px;
  width: 510px;
  max-width: 100%;
  padding: 8px 16px;
}
.form-base textarea:focus {
  outline: none;
  border: solid 2px #DE4040;
}
.form-base .s-hidden {
  visibility: hidden;
}
.form-base .custom-select-wrap {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.form-base .styledSelect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.9rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #707070;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  background-color: white;
  background-image: url("../img/common/ico-blue-arrow-down@2x.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 18px center;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
}
.form-base .styledSelect:active, .form-base .styledSelect.active {
  border: solid 2px #DE4040;
}
.form-base .styledSelect.selected {
  color: #000;
}
.form-base .options {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: white;
  border-radius: 8px;
  border: solid 1px #BDBEBF;
}
.form-base .options li {
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
}
.form-base .options li:first-child {
  border-radius: 8px 8px 0 0;
  color: #707070;
}
.form-base .options li:last-child {
  border-radius: 0 0 8px 8px;
}
.form-base .options li:hover {
  background-color: #F0F4F7;
}

@media print, screen and (min-width: 751px) {
  #header .header__nav .header__nav__list li:not(.logo) a:not(.apply-btn):hover:after {
    display: none;
  }
  #header .header__nav .header__nav__list__right {
    justify-content: right;
  }
  #header .header__nav .header__nav__list__right .nav__tell {
    width: 280px;
    font-size: 28px;
  }
  #header .header__contents .header__contents__item {
    margin-bottom: 0;
  }
  .contact__tel {
    font-size: 2.8rem;
    color: #c73435;
  }
  .contact .btn-list {
    padding-bottom: 0;
  }
  .nav__partner a {
    width: 40rem;
    display: block;
    transition: opacity 0.4s ease;
  }
  .nav__partner a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .contact__tel {
    font-size: 2.2rem;
    color: #c73435;
    margin-top: 16px;
  }
  .contact__tel small {
    font-size: 1.6rem;
  }
  #footer .foooter__nav__list {
    flex-direction: column;
  }
  #footer .foooter__nav__list li {
    font-size: 1.5rem;
    padding-bottom: 2rem;
    margin: 0;
  }
  #footer .foooter__nav__list li:before {
    content: url(../img/products/letterlink-after-right.svg);
    margin-right: 8px;
  }
  #footer .foooter__nav__list li:last-child {
    padding-bottom: 0;
  }
}
html {
  background-color: #FFFDF7;
}

#main {
  padding-top: 100px;
}
#main .h2_title h2 {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 10px 0 0 0;
}

@media (max-width: 1536px) {
  #main {
    padding-top: 90px;
  }
}
@media (max-width: 1366px) {
  #main {
    padding-top: 80px;
  }
}
@media (max-width: 700px) {
  #main {
    padding-top: 17.5vw;
  }
}
#main .h2_page {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 4rem;
  margin-bottom: 4rem;
  text-align: left;
  line-height: 1.25;
}
#main .h2_page::before {
  content: none;
}
#main .h2_page:after {
  content: "";
  display: block;
  width: 160px;
  border-bottom: solid 5px #c73435;
  border-radius: 30px;
  margin: 10px 0 0 0;
}
#main .h3_page {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  color: #000;
  line-height: 1.25;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 36px;
}
#main .h3_page::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #C73435;
  border-radius: 100px;
  margin-right: 1rem;
}
#main .h3_page.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  #main .h2_page {
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }
  #main .h2_page:after {
    content: "";
    display: block;
    width: 160px;
    border-bottom: solid 5px #c73435;
    border-radius: 30px;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  #main .h2_page {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  #main .h2_page::after {
    width: 100px;
    border-bottom: solid 3px #c73435;
  }
  #main .h3_page {
    font-size: 5.5vw;
    align-items: baseline;
    margin-bottom: 2rem;
  }
  #main .h3_page::before {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    position: relative;
    bottom: 2px;
  }
}
.base_button {
  position: relative;
  background-color: #C73435;
  border-radius: 100px;
  border: 2px solid #C73435;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.base_button p {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: white;
}
.base_button span {
  position: absolute;
}
.base_button span img {
  max-width: 100%;
}
.base_button:hover {
  background-color: white;
}
.base_button:hover p {
  color: #C73435;
}
.base_button:hover span img {
  content: url("/img/common/red_arrow_right.webp");
}

@media screen and (max-width: 600px) {
  .base_button {
    width: 80%;
  }
}
.main_visual_wrap {
  background-color: #FFFDF7;
  margin: 0 0 0;
}
.main_visual_wrap .main_visual {
  max-width: 1920px;
  margin: 0 auto;
}
.main_visual_wrap .main_visual .wrapper {
  background-color: #FFFDF7;
  position: relative;
}
.main_visual_wrap .main_visual .wrapper .title_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5%;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .title_text {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 1rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .title_text p {
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 2.7rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .house_icon_img {
  width: 48rem;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .house_icon_img img {
  max-width: 100%;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .leaseback_house {
  width: 54rem;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .main_title h1 {
  color: #C73435;
  font-size: 5.5rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .top_title {
  margin-bottom: 25px;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg {
  background-color: #C73435;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg p {
  position: relative;
  bottom: 1px;
  font-size: 3rem;
  color: white;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_visual_wrap .main_visual .wrapper .title_wrap .bottom_title h1 {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5.5rem;
  color: #C73435;
  line-height: 1.3;
}
.main_visual_wrap .main_visual .wrapper .bg {
  background-color: #FFF5D8;
}
.main_visual_wrap .main_visual .wrapper .usecase_bg {
  background-color: #FFF5D8;
}
.main_visual_wrap .main_visual .wrapper .other_page {
  left: 5%;
}
.main_visual_wrap .main_visual .wrapper .other_page .main_title h1 {
  font-size: 5.5rem;
}

@media screen and (max-width: 1920px) {
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg p {
    font-size: 1.575vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .bottom_title h1 {
    font-size: 2.85vw;
  }
}
@media screen and (max-width: 1536px) {
  .main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap {
    margin-bottom: 1vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .title_text p {
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    font-size: 1.75vw;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .house_icon_img {
    width: 31.25vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .house_icon_img img {
    max-width: 100%;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .house_icon_wrap .leaseback_house {
    width: 36.25vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg p {
    font-size: 1.6vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .bottom_title h1 {
    font-size: 3vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page {
    left: 5%;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .main_title h1 {
    font-size: 3.25vw;
  }
}
@media screen and (max-width: 1366px) {
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title {
    margin-bottom: 15px;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg {
    padding: 0.5vw 1vw;
  }
}
@media screen and (max-width: 850px) {
  .main_visual_wrap {
    margin: 0vw 0 0;
  }
  .main_visual_wrap .main_visual {
    margin: 0 auto;
  }
  .main_visual_wrap .main_visual .wrapper {
    display: flex;
    flex-direction: column;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap {
    width: 93%;
    margin: 4rem auto 3rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title {
    margin-bottom: 10px;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg {
    padding: 1vw 1.5vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg p {
    font-size: 2.8vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .bottom_title h1 {
    font-size: 5vw;
  }
  .main_visual_wrap .main_visual .wrapper .top_title {
    align-items: center;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap {
    margin-bottom: 1.5vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .title_text {
    top: 1.5vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .title_text p {
    font-size: 2.75vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .usecase_house {
    width: 53vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .leaseback_house {
    width: 63vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .main_title h1 {
    font-size: 6.25vw;
  }
  .main_visual_wrap .main_visual .wrapper .bg {
    background-image: url("/img/top/kv_1_sp.webp");
    background-repeat: no-repeat;
    background-position: -10vw -5vw;
    background-size: 125vw;
    width: 100%;
    height: 44vw;
  }
  .main_visual_wrap .main_visual .wrapper .bg img {
    display: none;
  }
  .main_visual_wrap .main_visual .wrapper .usecase_bg {
    background-image: url("/img/usecase/kv_3_sp.webp");
    background-repeat: no-repeat;
    background-position: -34vw -3vw;
    background-size: 160vw;
    width: 100%;
    height: 44vw;
  }
  .main_visual_wrap .main_visual .wrapper .usecase_bg img {
    display: none;
  }
  .main_visual_wrap .main_visual .wrapper .leaseback_bg {
    background-image: url("/img/leaseback/kv_2_sp.webp");
    background-repeat: no-repeat;
    background-position: -12vw -6vw;
    background-size: 126vw;
    width: 100%;
    height: 44vw;
  }
  .main_visual_wrap .main_visual .wrapper .leaseback_bg img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .main_visual_wrap .main_visual {
    margin: 0 auto;
  }
  .main_visual_wrap .main_visual .wrapper {
    display: flex;
    flex-direction: column;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap {
    width: 93%;
    margin: 6vw auto 5vw;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title {
    margin-bottom: 0.5rem;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg {
    padding: 1vw 2vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .top_title .title_bg p {
    font-size: 3.5vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .bottom_title h1 {
    font-size: 6.1vw;
  }
  .main_visual_wrap .main_visual .wrapper .title_wrap .bottom_title h1 .sp_break {
    display: none;
  }
  .main_visual_wrap .main_visual .wrapper .bg {
    background-image: url("/img/top/kv_1_sp.webp");
    background-repeat: no-repeat;
    background-position: -42vw;
    background-size: 190vw;
    width: 100%;
    height: 60vw;
  }
  .main_visual_wrap .main_visual .wrapper .bg img {
    display: none;
  }
  .main_visual_wrap .main_visual .wrapper .usecase_bg {
    background-image: url("/img/usecase/kv_3_sp.webp");
    background-repeat: no-repeat;
    background-position: -58vw -3vw;
    background-size: 210vw;
    width: 100%;
    height: 60vw;
  }
  .main_visual_wrap .main_visual .wrapper .usecase_bg img {
    display: none;
  }
  .main_visual_wrap .main_visual .wrapper .leaseback_bg {
    background-image: url("/img/leaseback/kv_2_sp.webp");
    background-repeat: no-repeat;
    background-position: -31vw -3vw;
    background-size: 155vw;
    width: 100%;
    height: 60vw;
  }
  .main_visual_wrap .main_visual .wrapper .leaseback_bg img {
    display: none;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap {
    margin: 0 auto 1.5vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .title_text {
    top: 2vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .title_text p {
    font-size: 4vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .leaseback_house {
    width: 84vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .house_icon_wrap .usecase_house {
    width: 72vw;
  }
  .main_visual_wrap .main_visual .wrapper .other_page .main_title h1 {
    font-size: 6.5vw;
    text-align: center;
  }
}
.cta_wrapper {
  background-color: #FFF5D8;
  padding: 30px 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.cta_wrapper .inner_wrap {
  width: 1200px;
  margin: 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cta_wrapper .inner_wrap .button_wrap {
  width: calc(50% - 20px);
}
.cta_wrapper .inner_wrap .button_wrap .top_button_text {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.cta_wrapper .inner_wrap .button_wrap .button_1 {
  background-color: #028B66;
}
.cta_wrapper .inner_wrap .button_wrap .button_1 .text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_wrapper .inner_wrap .button_wrap .button_1 .text_wrap .top_text {
  font-size: 22px;
  margin-bottom: 10px;
}
.cta_wrapper .inner_wrap .button_wrap .button_1 .text_wrap .bottom_text {
  font-size: 49px;
}
.cta_wrapper .inner_wrap .button_wrap .button_2 {
  background-color: #016BA5;
}
.cta_wrapper .inner_wrap .button_wrap .button_2 .text_wrap .top_text {
  font-size: 22px;
  margin-bottom: 10px;
}
.cta_wrapper .inner_wrap .button_wrap .button_2 .text_wrap .bottom_text {
  font-size: 39px;
}
.cta_wrapper .inner_wrap .button_wrap .cta_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 8px;
  padding: 20px 30px;
  align-items: center;
  transition: 0.3s;
}
.cta_wrapper .inner_wrap .button_wrap .cta_button .icon_img {
  width: 90px;
  margin-right: 18px;
}
.cta_wrapper .inner_wrap .button_wrap .cta_button .icon_img img {
  max-width: 100%;
}
.cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .top_text {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: white;
  text-align: center;
}
.cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .bottom_text {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: white;
}
.cta_wrapper .inner_wrap .button_wrap .cta_button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1536px) {
  .cta_wrapper .inner_wrap .button_wrap .top_button_text {
    font-size: 2.25rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .icon_img {
    width: 7rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .top_text {
    font-size: 2rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .bottom_text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1366px) {
  .cta_wrapper {
    padding: 20px 0;
  }
  .cta_wrapper .inner_wrap {
    justify-content: center;
  }
  .cta_wrapper .inner_wrap .button_wrap {
    width: 45%;
  }
  .cta_wrapper .inner_wrap .button_wrap .top_button_text {
    font-size: 2rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_1 {
    margin-right: 10px;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_2 {
    margin-left: 10px;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button {
    padding: 15px 20px;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .icon_img {
    width: 6rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .top_text {
    font-size: 1.75rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .bottom_text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1112px) {
  .cta_wrapper .inner_wrap .button_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .cta_wrapper {
    padding: 2rem 0;
  }
  .cta_wrapper .inner_wrap {
    flex-direction: column;
    align-items: center;
  }
  .cta_wrapper .inner_wrap .button_wrap {
    width: 80%;
  }
  .cta_wrapper .inner_wrap .button_wrap .top_button_text {
    font-size: 2.5rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_1 {
    margin-right: 0;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_2 {
    margin-left: 0;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button {
    margin-bottom: 20px;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button:nth-child(2) {
    margin-bottom: 0;
  }
  .cta_wrapper .inner_wrap .button_wrap:first-child {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .cta_wrapper {
    padding: 20px 0;
  }
  .cta_wrapper .inner_wrap .button_wrap .top_button_text {
    font-size: 1.75rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .icon_img {
    width: 5rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .top_text {
    font-size: 1.5rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap .bottom_text {
    font-size: 2.5rem;
  }
  .cta_wrapper .inner_wrap .button_wrap:nth-child(1) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .cta_wrapper .inner_wrap {
    margin: 0 5%;
  }
  .cta_wrapper .inner_wrap .button_wrap {
    width: 100%;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .icon_img {
    margin-right: 10px;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .text_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_2 .text_wrap .top_text {
    font-size: 1.25rem;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_2 .text_wrap .bottom_text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .cta_wrapper {
    padding: 4vw 0;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button {
    padding: 2.5vw 0;
  }
  .cta_wrapper .inner_wrap .button_wrap .cta_button .icon_img {
    width: 11.5vw;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_1 .text_wrap .top_text {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_1 .text_wrap .bottom_text {
    font-size: 6.75vw;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_2 .text_wrap .top_text {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }
  .cta_wrapper .inner_wrap .button_wrap .button_2 .text_wrap .bottom_text {
    font-size: 6vw;
  }
}
.page_link_wrap {
  background-color: #C73435;
  padding: 3.4rem 0;
}
.page_link_wrap .link_button_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page_link_wrap .link_button_wrap .page_link {
  max-width: 225px;
  width: 25%;
  height: 100px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.page_link_wrap .link_button_wrap .page_link:last-child {
  margin-right: 0;
}
.page_link_wrap .link_button_wrap .page_link p {
  font-size: 1.7rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.25;
}
.page_link_wrap .link_button_wrap .page_link p .sp_break {
  display: none;
}
.page_link_wrap .link_button_wrap .page_link span {
  width: 2rem;
}
.page_link_wrap .link_button_wrap .page_link span img {
  max-width: 100%;
}
.page_link_wrap .leaseback_link .page_link {
  width: 20%;
}

@media screen and (max-width: 1200px) {
  .page_link_wrap .link_button_wrap {
    max-width: 100%;
    width: 90%;
    justify-content: space-between;
  }
  .page_link_wrap .link_button_wrap .page_link {
    max-width: none;
    width: 22vw;
    padding: 1vw;
    margin-right: 1.25vw;
  }
  .page_link_wrap .link_button_wrap .page_link p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 850px) {
  .page_link_wrap .link_button_wrap {
    width: 93%;
  }
}
@media screen and (max-width: 600px) {
  .page_link_wrap {
    padding: 2.5rem 0;
  }
  .page_link_wrap .link_button_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page_link_wrap .link_button_wrap .page_link {
    margin-right: 0;
    width: calc(33.3333333333% - 5px);
    height: 75px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 1.5rem;
    margin-right: 5px;
  }
  .page_link_wrap .link_button_wrap .page_link p {
    font-size: 13px;
    margin-bottom: 0;
    height: 40px;
    align-items: center;
    display: flex;
    padding-top: 17px;
    line-height: 1.3;
  }
  .page_link_wrap .link_button_wrap .page_link p .sp_break {
    display: block;
  }
  .page_link_wrap .link_button_wrap .page_link span {
    width: 1.5rem;
  }
  .page_link_wrap .link_button_wrap .page_link:nth-child(3) {
    margin-right: 0;
  }
  .page_link_wrap .link_button_wrap .page_link:nth-child(4) {
    margin-bottom: 0;
  }
  .page_link_wrap .link_button_wrap .page_link:last-child {
    margin-bottom: 0;
  }
}
.faq_list_link_button {
  width: 40rem;
  height: 6.3rem;
  margin: 50px auto 0;
}
.faq_list_link_button p {
  font-size: 20px;
}
.faq_list_link_button span {
  position: absolute;
  width: 9px;
  right: 25px;
}

@media screen and (max-width: 600px) {
  .faq_list_link_button {
    width: 90%;
    height: 12vw;
  }
  .faq_list_link_button span {
    width: 2.25vw;
  }
  .faq_list_link_button p {
    font-size: 4.3vw;
  }
}
/*-----------------------------------------
Footer
-------------------------------------------*/
.recommend_article {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 130px;
}
.recommend_article .article_wrap {
  margin: 0 auto;
}
.recommend_article .article_wrap .title {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  line-height: 1.25;
}
.recommend_article .article_wrap .title::after {
  content: "";
  display: block;
  margin: 10px 0 0;
  width: 160px;
  border-bottom: solid 5px #c73435;
  border-radius: 100px;
}
.recommend_article .article_wrap .article_box_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
}
.recommend_article .article_wrap .article_box_wrap .article_box {
  width: calc(25% - 10px);
  box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-radius: 5px;
}
.recommend_article .article_wrap .article_box_wrap .article_box .article_img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 100%;
}
.recommend_article .article_wrap .article_box_wrap .article_box .article_title {
  background-color: #FFFDF7;
  height: 100px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.recommend_article .article_wrap .article_box_wrap .article_box .article_title p {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 10px 7px 0;
}
.recommend_article .article_wrap .article_box_wrap .article_box:hover {
  opacity: 0.8;
}
.recommend_article .article_wrap .recommend_article_page_button {
  width: 40rem;
  height: 6.3rem;
  margin: 50px auto 0;
}
.recommend_article .article_wrap .recommend_article_page_button p {
  font-size: 20px;
}
.recommend_article .article_wrap .recommend_article_page_button span {
  position: absolute;
  width: 9px;
  right: 25px;
}

@media screen and (max-width: 1112px) {
  .recommend_article .article_wrap .article_box_wrap {
    flex-wrap: wrap;
  }
  .recommend_article .article_wrap .article_box_wrap .article_box {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .recommend_article .article_wrap .article_box_wrap .article_box:nth-child(3) {
    margin-bottom: 0;
  }
  .recommend_article .article_wrap .article_box_wrap .article_box:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .recommend_article {
    width: calc(100% - 40px);
  }
  .recommend_article .article_wrap {
    width: 100%;
  }
  .recommend_article .article_wrap .title {
    font-size: 3rem;
  }
  .recommend_article .article_wrap .title::after {
    width: 100px;
  }
}
@media screen and (max-width: 700px) {
  .recommend_article .article_wrap .recommend_article_page_button {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .recommend_article {
    width: 93%;
    margin: 0 auto 60px;
  }
  .recommend_article .article_wrap {
    width: 100%;
  }
  .recommend_article .article_wrap .title {
    font-size: 2.6rem;
  }
  .recommend_article .article_wrap .title::after {
    width: 100px;
    border-bottom: solid 3px #c73435;
  }
  .recommend_article .article_wrap .article_box_wrap {
    flex-direction: column;
    margin-top: 2rem;
  }
  .recommend_article .article_wrap .article_box_wrap .article_box {
    width: 100%;
  }
  .recommend_article .article_wrap .article_box_wrap .article_box:nth-child(3) {
    margin-bottom: 40px;
  }
  .recommend_article .article_wrap .article_box_wrap .article_box:nth-child(4) {
    margin-bottom: 0;
  }
  .recommend_article .article_wrap .article_box_wrap .article_box .article_title p {
    font-size: 16px;
  }
  .recommend_article .article_wrap .recommend_article_page_button {
    height: 5rem;
  }
  .recommend_article .article_wrap .recommend_article_page_button p {
    font-size: 4.3vw;
  }
  .recommend_article .article_wrap .recommend_article_page_button span {
    width: 2.25vw;
  }
}
.guide_banner {
  display: block;
  width: 60rem;
  margin: 0 auto 40px;
  transition: 0.3s;
}
.guide_banner img {
  border-radius: 5px;
  max-width: 100%;
}
.guide_banner:hover {
  opacity: 0.8;
}

@media screen and (max-width: 700px) {
  .guide_banner {
    width: 93%;
    margin: 0 auto 50px;
  }
}
.ag_group_wrap {
  background-color: #F0F4F7;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ag_group_wrap .group_title p {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: #C73435;
  font-size: 3rem;
}
.ag_group_wrap .group_box_wrap {
  max-width: 1200px;
  width: 90%;
  margin: 40px auto 0;
  background-color: white;
  border: 2px solid #E1E9EF;
  padding: 36px 45px;
  border-radius: 5px;
}
.ag_group_wrap .group_box_wrap .company_link_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
  transition: 0.3s;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a .arrow {
  display: block;
  width: 10px;
  margin-right: 5px;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a .arrow img {
  max-width: 100%;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a p {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  line-height: 1.25;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a p::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 2px;
  background-image: url("../img/common/red_arrow_right.webp");
  display: block;
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a p::after {
  content: "";
  display: block;
  border-bottom: solid 2px #C73435;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-radius: 6px;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a p:hover::after {
  transform: scale(1, 1);
}
.ag_group_wrap .group_box_wrap .company_link_wrap .company_link a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1220px) {
  .ag_group_wrap .group_box_wrap {
    width: 70%;
  }
  .ag_group_wrap .group_box_wrap .company_link_wrap .company_link {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .ag_group_wrap .group_box_wrap .company_link_wrap .company_link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1112px) {
  .ag_group_wrap .group_box_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .ag_group_wrap .group_box_wrap {
    width: 90%;
  }
  .ag_group_wrap .group_box_wrap .company_link_wrap .company_link {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 700px) {
  .ag_group_wrap .group_box_wrap {
    width: 93%;
  }
  .ag_group_wrap .group_box_wrap .company_link_wrap {
    justify-content: center;
    flex-direction: column;
  }
  .ag_group_wrap .group_box_wrap .company_link_wrap .company_link {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ag_group_wrap .group_box_wrap {
    padding: 30px;
    border-radius: 5px;
  }
  .ag_group_wrap .group_box_wrap .company_link_wrap .company_link a .long {
    white-space: wrap;
  }
}
.top_page_wrap {
  background-color: #C73435;
}
.top_page_wrap .top_page_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  transition: 0.3s;
  cursor: pointer;
}
.top_page_wrap .top_page_button span {
  width: 22px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.top_page_wrap .top_page_button span img {
  max-width: 100%;
}
.top_page_wrap .top_page_button p {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: white;
  font-size: 20px;
}
.top_page_wrap .top_page_button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .top_page_wrap .top_page_button {
    padding: 1.5rem 0;
  }
  .top_page_wrap .top_page_button span {
    width: 16px;
    position: relative;
    top: 3px;
  }
  .top_page_wrap .top_page_button p {
    font-size: 20px;
  }
}
.link_list_wrap {
  width: 100%;
  background-color: white;
  padding: 40px 0 40px;
}
.link_list_wrap .link_list {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.link_list_wrap .link_list .link_button {
  max-width: 600px;
  margin: auto;
  background-color: #F3F8FC;
  padding: 3rem;
  border-radius: 5px;
}
.link_list_wrap .link_list .link_button:nth-child(2) {
  background-color: #fff5d8;
}
.link_list_wrap .link_list .link_button .link_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.link_list_wrap .link_list .link_button .link_wrap .left_img {
  margin-right: 2rem;
  width: 23rem;
}
.link_list_wrap .link_list .link_button .link_wrap .left_img img {
  max-width: none;
  width: 23rem;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .text_1 {
  height: 30px;
  font-size: 14px;
  color: #C73435;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  padding-bottom: 0.9rem;
  font-weight: 600;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .text_2 {
  height: 50px;
  font-size: 24px;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  padding-bottom: 1.2rem;
  color: #000;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .text_3 {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ W3 JIS2004";
  padding-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .link::after {
  content: "";
  display: block;
  border-bottom: solid 1px #C73435;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  border-radius: 6px;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .link:hover::after {
  transform: scale(1, 1);
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .link span {
  display: block;
  width: 9px;
  margin-right: 0.5rem;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .link span img {
  max-width: 100%;
}
.link_list_wrap .link_list .link_button .link_wrap .right_content .link a {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-weight: 400;
  color: #000;
}

@media screen and (min-width: 901px) {
  .link_list_wrap .link_button:nth-child(1) {
    margin-right: 15px;
  }
  .link_list_wrap .link_button:nth-child(2) {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .link_list_wrap .link_list {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .link_list_wrap .link_list .link_button {
    padding: 2rem;
  }
  .link_list_wrap .link_list .link_button .link_wrap {
    flex-direction: row;
  }
  .link_list_wrap .link_list .link_button .link_wrap .left_img {
    width: 100%;
  }
  .link_list_wrap .link_list .link_button .link_wrap .left_img img {
    max-width: 100%;
    width: 100%;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .text_1 {
    height: auto;
    font-size: 15px;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .text_2 {
    height: auto;
    font-size: 23px;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .text_3 {
    font-size: 15px;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .link {
    padding-bottom: 2rem;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .link a {
    font-size: 15px;
  }
  .link_list_wrap .link_list .link_button:nth-child(1) {
    margin: 0;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .link_list_wrap .link_list .link_button:nth-child(2) {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .link_list_wrap .link_list {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .link_list_wrap .link_list {
    flex-direction: column;
    width: 93%;
  }
  .link_list_wrap .link_list .link_button {
    padding: 2rem;
  }
  .link_list_wrap .link_list .link_button .link_wrap {
    flex-direction: column-reverse;
  }
  .link_list_wrap .link_list .link_button .link_wrap .left_img {
    width: 100%;
  }
  .link_list_wrap .link_list .link_button .link_wrap .left_img img {
    max-width: 100%;
    width: 100%;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .text_1 {
    font-size: 15px;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .text_2 {
    font-size: 23px;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .text_3 {
    font-size: 15px;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .link {
    padding-bottom: 2rem;
  }
  .link_list_wrap .link_list .link_button .link_wrap .right_content .link a {
    font-size: 15px;
  }
  .link_list_wrap .link_list .link_button:nth-child(1) {
    margin: 0;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .link_list_wrap .link_list .link_button:nth-child(2) {
    margin: 0;
    max-width: 100%;
  }
}
footer .sitemap_wrap {
  background-color: #C73435;
  padding: 30px 0;
}
footer .sitemap_wrap .inner_wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
footer .sitemap_wrap .inner_wrap .main_site_link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
footer .sitemap_wrap .inner_wrap .main_site_link .page_link {
  color: white;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
footer .sitemap_wrap .inner_wrap .main_site_link .page_link::after {
  content: "";
  display: block;
  border-bottom: solid 2px #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  border-radius: 6px;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
footer .sitemap_wrap .inner_wrap .main_site_link .page_link:hover::after {
  transform: scale(1, 1);
}
footer .sitemap_wrap .inner_wrap .bottom_part {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .sitemap_wrap .inner_wrap .bottom_part .left_side {
  width: 50%;
}
footer .sitemap_wrap .inner_wrap .bottom_part .left_side span {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 14px;
  color: white;
}
footer .sitemap_wrap .inner_wrap .bottom_part .left_side p {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  color: white;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
}
footer .sitemap_wrap .inner_wrap .bottom_part .seperator {
  width: 2px;
  height: 165px;
  background-color: white;
  margin: 0 4rem;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side {
  width: 50%;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .cta_footer_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .cta_footer_wrap .cta_footer_button {
  width: calc(50% - 10px);
  background-color: white;
  border-radius: 100px;
  border: 2px solid white;
  color: #C73435;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
  transition: 0.3s;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .cta_footer_wrap .cta_footer_button:first-child {
  margin-right: 10px;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .cta_footer_wrap .cta_footer_button:hover {
  background-color: #C73435;
  color: white;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .call_wrap {
  margin-bottom: 20px;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .call_wrap .tel_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: 0.3s;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .call_wrap .tel_wrap .tel_desc {
  font-size: 22px;
  color: white;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .call_wrap .tel_wrap .days {
  font-size: 18px;
  color: white;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .call_wrap .tel_wrap:hover {
  opacity: 0.8;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 25px 15px 0;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link .arrow {
  display: block;
  width: 8px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link .arrow img {
  max-width: 100%;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link p {
  font-size: 16px;
  color: white;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link::after {
  content: "";
  display: block;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-radius: 6px;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link:hover::after {
  transform: scale(1, 1);
}
footer .sitemap_wrap .copyright {
  margin: 3rem 1rem 0;
}
footer .sitemap_wrap .copyright p {
  text-align: center;
  color: white;
  font-family: "ヒラギノ角ゴ W4 JIS2004";
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  footer .sitemap_wrap .inner_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 885px) {
  footer .sitemap_wrap .inner_wrap {
    width: 90%;
  }
  footer .sitemap_wrap .inner_wrap .main_site_link {
    flex-direction: column;
  }
  footer .sitemap_wrap .inner_wrap .main_site_link .page_link {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
  }
  footer .sitemap_wrap .inner_wrap .main_site_link .page_link::before {
    content: "";
    position: absolute;
    background-image: url("../img/common/yellow_arrow_right.webp");
    display: block;
    width: 9px;
    height: 14px;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part {
    flex-direction: column-reverse;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side,
  footer .sitemap_wrap .inner_wrap .bottom_part .left_side {
    width: 100%;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side {
    margin-bottom: 2rem;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side .call_wrap .tel_wrap .tel_desc {
    font-size: 24px;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap {
    margin-top: 2rem;
    justify-content: center;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link .arrow {
    width: 9px;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side .other_link_wrap .other_link p {
    font-size: 16px;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side .cta_footer_wrap .cta_footer_button {
    font-size: 20px;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .seperator {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  footer .sitemap_wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  footer .sitemap_wrap .inner_wrap {
    width: 93%;
  }
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side .cta_footer_wrap .cta_footer_button {
    font-size: 16px;
  }
  footer .sitemap_wrap .copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 430px) {
  footer .sitemap_wrap .inner_wrap .bottom_part .right_side .call_wrap .tel_wrap .tel_desc {
    font-size: 4.75vw;
  }
}
.floating_banner_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
}
.floating_banner_wrap .button_outer_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 {
  background-color: #028B66;
  padding: 2.5rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 2rem;
  transition: 0.3s;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 0;
  transition: 0.3s;
  z-index: 2;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .top_part {
  margin-bottom: 1.25rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .top_part .top_text {
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 3rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .icon {
  width: 4rem;
  margin-right: 1rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .icon img {
  max-width: 100%;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .telp_num {
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .hours_days {
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 1.5rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1::before {
  content: "";
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #076048;
  width: 102%;
  height: 13.25rem;
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 0px;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1:hover {
  background-color: transparent;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_1:hover .button_1 {
  position: relative;
  top: 5px;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2 {
  position: relative;
  background-color: #016BA5;
  padding: 2.5rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.3s;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  top: 0;
  transition: 0.3s;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .icon {
  width: 4rem;
  margin-right: 1rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .icon img {
  max-width: 100%;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .top_text {
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 3rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .bottom_part .text {
  color: white;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-size: 2.4rem;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2::before {
  content: "";
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #00517C;
  width: 102%;
  height: 12.5rem;
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 0px;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2:hover {
  background-color: transparent;
}
.floating_banner_wrap .button_outer_wrap .button_wrap_2:hover .button_2 {
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1850px) {
  .floating_banner_wrap {
    right: auto;
    width: 100%;
    z-index: 100;
    background-color: rgba(211, 211, 211, 0.5);
  }
  .floating_banner_wrap .button_outer_wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.6rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 {
    width: 360px;
    height: 120px;
    padding: 2rem;
    border-radius: 15px;
    position: relative;
    margin-bottom: 0;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1::before {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: -100;
    width: 360px;
    height: 100%;
    border-radius: 15px;
    background-color: #076048;
    content: "";
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .top_part .top_text {
    font-size: 2.75rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .icon {
    width: 3.75rem;
    margin-right: 0.5rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .telp_num {
    margin-bottom: 0.75rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .hours_days {
    font-size: 1.3rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 {
    width: 360px;
    height: 120px;
    padding: 2rem;
    border-radius: 15px;
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2::before {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: -100;
    width: 360px;
    height: 100%;
    border-radius: 15px;
    background-color: #00517C;
    content: "";
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .top_text {
    font-size: 2.75rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .bottom_part .text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1536px) {
  .floating_banner_wrap .button_outer_wrap {
    margin: 1rem 0 1.6rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 {
    width: 320px;
    height: 100px;
    padding: 0;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1::before {
    width: 320px;
    height: 100%;
    content: "";
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .top_part .top_text {
    font-size: 2.25rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .icon {
    width: 3rem;
    margin-right: 0.5rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .telp_num {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .hours_days {
    font-size: 1.15rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 {
    width: 320px;
    height: 100px;
    padding: 0;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2::before {
    width: 320px;
    content: "";
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .icon {
    width: 3rem;
    margin-right: 0.5rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .top_text {
    font-size: 2.25rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .bottom_part .text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 695px) {
  .floating_banner_wrap {
    right: auto;
    width: 100%;
    z-index: 100;
    background-color: rgba(211, 211, 211, 0.5);
  }
  .floating_banner_wrap .button_outer_wrap {
    flex-direction: row;
    justify-content: space-between;
    margin: 1rem 1rem 1.5rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 {
    width: calc(50% - 0.5rem);
    margin-bottom: 0;
    height: 17vw;
    border-radius: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .top_part {
    margin-bottom: 1.75vw;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .top_part .top_text {
    font-size: 4.5vw;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .icon {
    width: 6vw;
    margin-right: 0.5rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .telp_num {
    font-size: 3.5vw;
    margin-bottom: 0.3rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1 .button_1 .bottom_part .telp_wrap .hours_days {
    font-size: 2.5vw;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1::before {
    width: 100%;
    border-radius: 15px;
    top: 6px;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1:hover {
    background-color: initial;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_1:hover .button_1 {
    position: relative;
    top: 5px;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 {
    width: calc(50% - 0.5rem);
    padding: 0;
    height: 17vw;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part {
    margin-bottom: 0.5rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .icon {
    width: 6vw;
    margin-right: 0.5rem;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .top_part .top_text {
    font-size: 4.25vw;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2 .button_2 .bottom_part .text {
    font-size: 4.5vw;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2::before {
    width: 100%;
    border-radius: 15px;
    top: 6px;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2:hover {
    background-color: initial;
  }
  .floating_banner_wrap .button_outer_wrap .button_wrap_2:hover .button_1 {
    position: relative;
    top: 5px;
  }
}
.gNav {
  margin-right: 20px;
}
.gNav__list {
  display: flex;
}
.gNav__item {
  font-size: 19px;
  margin-right: 20px;
}
@media screen and (max-width: 1215px) {
  .gNav__item {
    font-size: 16px;
    margin-right: 10px;
  }
}
.gNav__item:last-child {
  margin-right: 0;
}
.gNav a {
  position: relative;
}
.gNav a::after {
  content: "";
  display: block;
  border-bottom: solid 2px #000;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  border-radius: 6px;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.gNav a:hover::after {
  transform: scale(1, 1);
}

.link-banner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 90%;
  margin: 25px auto;
}
@media screen and (max-width: 600px) {
  .link-banner {
    flex-direction: column;
  }
}
.link-banner__item {
  margin-right: 2%;
  max-width: 400px;
  width: 49%;
}
@media screen and (max-width: 600px) {
  .link-banner__item {
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%;
  }
}
.link-banner a {
  transition: 0.3s;
}
.link-banner a:hover {
  opacity: 0.7;
}
.link-banner a img {
  border-radius: 6px;
}/*# sourceMappingURL=common.css.map */