@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  cursor: default;
}
a:hover {
  opacity: 0.8;
}

p {
  line-height: 1.7;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}

.pt60 {
  padding-top: 60px !important;
}

.pb30 {
  padding-bottom: 30px;
}

.column {
  padding: 0 0 100px 0;
  overflow: hidden;
  margin: 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .column {
    padding: 0 0 50px 0;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: unset !important;
}

/*----------------------------------------------------
	BACKGROUND
----------------------------------------------------*/
.bg1 {
  background: url(../img/common/bg1.png), #fbf6ed;
  margin-bottom: 0 !important;
}

.bg2 {
  position: relative;
}
.bg2::after {
  content: "";
  background: #faf7fb;
  width: 100%;
  height: 250px;
  display: block;
  bottom: 130px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bg2::after {
    bottom: 60px;
  }
}

.bg3 {
  background: url(../img/common/bg1.png), #eff8fa;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  max-width: 450px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  padding: 20px;
  margin: 30px 0;
  background: #712c87;
  background: linear-gradient(135deg, #712c87 0%, #9f289f 50%, #b639b6 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  border: 1px solid #eee;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.btn:hover {
  background-position: 99% 50%;
  opacity: 1;
}
.btn:after {
  content: "\f138";
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 428px) {
  .btn:after {
    right: 10px;
  }
}
.btn.w100 {
  max-width: 100%;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #712c87;
  position: relative;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: #666;
}

.sec_title {
  padding-bottom: 30px;
  font-size: clamp(2rem, 5vw, 2.4rem);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.sec_title span {
  display: inline-block;
  font-size: clamp(2.8rem, 5vw, 3.4rem);
  color: #712c87;
}
.sec_title img {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  width: 43px;
}
.sec_title.plan {
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.sec_title.plan:before, .sec_title.plan:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.sec_title.plan:before {
  border: 15px solid;
  border-color: transparent;
  border-top-color: #ccc;
  margin-left: -15px;
}
.sec_title.plan:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -10px;
}

.fukidashi_title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  text-align: center;
  margin-bottom: 30px;
}
.fukidashi_title .big {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #712c87;
}
.fukidashi_title .red {
  color: #e72944;
}
.fukidashi_title .wrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fukidashi_title .wrap {
    display: block;
  }
}
.fukidashi_title .wrap:before {
  content: url(../img/common/fuku_left.png);
  left: -5%;
}
@media only screen and (max-width: 1100px) {
  .fukidashi_title .wrap:before {
    left: -15%;
  }
}
@media only screen and (max-width: 768px) {
  .fukidashi_title .wrap:before {
    left: 0;
  }
}
.fukidashi_title .wrap:after {
  content: url(../img/common/fuku_right.png);
  right: -5%;
}
@media only screen and (max-width: 1100px) {
  .fukidashi_title .wrap:after {
    right: -15%;
  }
}
@media only screen and (max-width: 768px) {
  .fukidashi_title .wrap:after {
    right: 0;
  }
}
.fukidashi_title .wrap:before, .fukidashi_title .wrap:after {
  position: absolute;
  bottom: -10px;
}

.catch {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.4em;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 10px 0 30px;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}
.breadcrumbs br {
  display: none;
}

main {
  position: relative;
}
main .h1_box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
main .h1_box .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  bottom: 5px;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  main .h1_box .h_tit {
    width: 80vw;
  }
}
main .h1_box .h_tit br {
  display: none;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}
.fixed_bnrs a {
  display: block;
  margin-bottom: 20px;
}

.fixed_bnrs_sp {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  padding: 5px;
}
.fixed_bnrs_sp ul {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.fixed_bnrs_sp ul li {
  text-align: center;
  width: 30%;
}
.fixed_bnrs_sp ul li:first-child {
  width: 70%;
}

.mourner_bnr {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 2;
}
.mourner_bnr a {
  width: 230px;
  height: 176px;
  background: url(../img/common/mourner_bnr_pc1.png);
  display: block;
}
.mourner_bnr a:hover {
  background: url(../img/common/mourner_bnr_pc2.png);
  opacity: 1;
}

.mourner_bnr_sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mourner_bnr {
    display: none !important;
  }
  .mourner_bnr_sp {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .mourner_bnr_sp img {
    border-radius: 5px;
  }
}
.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  padding: 5px 0;
}
.foot_fixed_bnr .foot_fixed_bnr_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1100px) {
  .foot_fixed_bnr .foot_fixed_bnr_box {
    gap: 10px;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box_01 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .tel_wrap {
    margin-right: 10px;
  }
  .foot_fixed_bnr .foot_fixed_bnr_box_01 .tel_wrap span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .foot_fixed_bnr .foot_fixed_bnr_box_01 {
    margin-right: 0;
    width: auto;
  }
}
.foot_fixed_bnr .foot_fixed_bnr_box .tel {
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foot_fixed_bnr .foot_fixed_bnr_box .tel p {
  margin-top: 0;
  margin-left: 5px;
  white-space: nowrap;
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#masthead {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #masthead.mourner_header {
    border-bottom: 1px solid #eeeef1;
  }
  #masthead.mourner_header .head_belt .inner {
    justify-content: center;
    gap: 10px;
  }
}
#masthead .menu-box_sp2 {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #masthead .menu-box_sp2 {
    display: block;
    gap: 0;
  }
  #masthead .menu-box_sp2 ul {
    gap: 0;
  }
  #masthead.scroll .menu-box_sp2 {
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff;
  }
}
#masthead .inner {
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#masthead .head_belt {
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #masthead .head_belt {
    padding: 10px;
  }
}
#masthead .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0;
}
@media only screen and (max-width: 1200px) {
  #masthead .head_belt .inner {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#masthead .head_belt .inner .logo_area {
  align-items: center;
  position: relative;
}
#masthead .head_belt .inner .logo_area img {
  width: 200px;
}
#masthead .head_belt .inner .head_r ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}
#masthead .head_belt .inner .head_r ul .tel {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  flex-wrap: wrap;
}
#masthead .head_belt .inner .head_r ul .tel .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -10px;
  margin-left: 5px;
  color: #444;
  font-family: "Oswald", sans-serif;
}
#masthead .head_belt .inner .head_r ul .tel .lead {
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
#masthead .head_belt .hurry_btn {
  margin-right: 0;
}
#masthead .head_belt .hurry_btn .head_f {
  background: #e72944;
  color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 45px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
}
#masthead .head_belt .hurry_btn .head_f::before {
  content: url(../img/common/hurry_icon.png);
  position: absolute;
  left: 15px;
  top: 30%;
}
#masthead .head_belt .hurry_btn .head_f::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
#masthead .head_belt .hurry_btn .head_f span {
  font-size: 1.4rem;
  display: block;
}
#masthead .head_belt .hurry_btn a {
  display: block;
}
@media only screen and (max-width: 1100px) {
  #masthead {
    /** スクロール時のスマホメニュー **/
  }
  #masthead .menu-box_sp2 {
    width: 100%;
    top: 0;
  }
  #masthead .menu-box_sp2 ul {
    width: 100%;
  }
  #masthead .menu-box_sp2 ul li {
    /* width: 25%; */
    width: 20%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #712c87;
    border-bottom: 1px solid #712c87;
    border-left: 1px solid #712c87;
  }
  #masthead .menu-box_sp2 ul li:nth-child(3) {
    border-right: 1px solid #712c87;
  }
  #masthead .menu-box_sp2 ul li:nth-child(5) {
    background-color: #e72944;
  }
  #masthead .menu-box_sp2 ul li:nth-child(4) {
    background-color: #1d6dbf;
  }
  #masthead .menu-box_sp2 ul li:last-child, #masthead .menu-box_sp2 ul li:nth-child(4) {
    border: none;
  }
  #masthead .menu-box_sp2 ul li a {
    display: block;
  }
  #masthead .menu-box_sp2 ul li a img {
    max-height: 50px;
  }
  #masthead .menu-box_sp2 .menu {
    background: #fff;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .nav {
    position: fixed;
    overflow: auto;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 300px;
    height: 100%;
    padding: 60px 0;
    background: #fff;
    transition: all 0.6s;
    z-index: 200;
    margin-bottom: 100px;
  }
  .nav .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .nav .nav_list .nav_list_bnr {
    padding: 10px;
  }
  .nav .nav_list .nav_list_bnr a {
    margin-bottom: 10px;
    display: block;
  }
  .nav .nav_list .nav_item {
    text-align: left;
    padding: 0;
  }
  .nav .nav_list .nav_item a {
    display: block;
    padding: 8px 10px 8px 30px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    position: relative;
  }
  .nav .nav_list .nav_item a:before {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    color: #712c87;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav .nav_list .nav_item a:hover {
    background-color: #eee;
  }
  .nav .nav_list .nav_item.home img {
    display: none;
  }
  .nav .nav_list .nav_item.home span {
    display: inline;
  }
  .nav .nav_list .nav_item.hurry .small {
    font-size: 1em;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan {
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li {
    width: 100%;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li .thumbnail {
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li a {
    padding: 8px 10px 8px 40px;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li a:before {
    left: 25px;
  }
  .nav .nav_list .nav_item .tgl_menu .dwn_plan li img {
    display: none;
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 68px;
    cursor: pointer;
    z-index: 300;
    background: #712c87;
  }
  .hamburger .hamburger_border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background-color: #fff;
    transition: all 0.6s;
  }
  .hamburger .hamburger_border_top {
    top: 14px;
  }
  .hamburger .hamburger_border_center {
    top: 25px;
  }
  .hamburger .hamburger_border_bottom {
    top: 36px;
  }
  .hamburger .hamburger_text {
    display: inline;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    font-size: 1.3rem;
    color: #fff;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 150;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open {
    position: fixed;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media only screen and (min-width: 1101px) {
  .nav {
    background: #fff;
    position: relative;
    border-top: 1px solid #712c87;
    border-bottom: 1px solid #cdcdcd;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    border-left: 1px solid #cdcdcd;
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav .nav_list .nav_item a {
    padding: 8px 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .nav .nav_list .nav_item a span {
    display: block;
    font-size: 1rem;
    color: #6d6060;
  }
  .nav .nav_list .nav_item.home img {
    display: inline;
  }
  .nav .nav_list .nav_item.home span {
    display: none;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background: #fff;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nav .nav_list .nav_item .tgl_menu li {
    width: 30%;
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu li a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
  }
  .nav .nav_list .nav_item .tgl_menu li a p {
    font-size: 1.5rem;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu li a p:before {
    content: "\f138";
    font-family: "Font Awesome 5 free";
    color: #712c87;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .tgl_menu li a p span {
    display: inline-block;
    vertical-align: middle;
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu li a p span img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -5px;
  }
  .nav .nav_list .nav_item .dwn_hall li {
    width: 22%;
  }
  .nav .nav_list .nav_item .dwn_plan li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
    display: block;
  }
  .nav .nav_list .nav_item .short {
    position: relative;
  }
  .nav .nav_list .nav_item .short .tgl_menu {
    top: 66px;
    width: auto;
  }
  .nav .nav_list .nav_item .short .dwn_plan li {
    width: 100%;
  }
  .nav .nav_list .nav_item .short .tgl_menu li a {
    padding: 0;
  }
  .nav .nav_list .nav_item .short .tgl_menu li a div {
    text-align: left;
  }
  .nav .nav_list .nav_item.home a {
    line-height: 1;
  }
  .nav .nav_list .nav_item.hurry {
    background: #e72944;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    line-height: 1.4;
  }
  .nav .nav_list .nav_item.hurry a span {
    color: #fff;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}

  /* 202305追記 */
@media only screen and (min-width: 1101px) {
    .nav .nav_list .nav_item.recruit-pc_hide{
        display: none !important;
    }
    .nav .nav_list .nav_item.recruit-tab_hide{
        background: #1d6dbf;
    }
    .nav .nav_list .nav_item.recruit-tab_hide a{
        color: #ffffff;
    }
}
@media only screen and (min-width: 429px) and (max-width: 1099px) {
    .nav .nav_list .nav_item.recruit-tab_hide{
        display: none !important;
    }
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #e4e1e4;
  font-size: 1.5rem;
  padding: 40px 0 80px;
}
@media only screen and (max-width: 1200px) {
  #footer {
    padding: 40px 0 60px;
  }
}
#footer.mouner_footer {
  padding: 10px 0;
}
#footer .footer_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap {
    padding: 0 2%;
    flex-wrap: wrap;
  }
}
#footer .footer_wrap .company_info {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .company_info {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .footer_wrap .company_info .company_info_logo {
  display: block;
  margin-bottom: 20px;
  width: 200px;
}
@media only screen and (max-width: 428px) {
  #footer .footer_wrap .company_info .company_info_logo {
    margin: 0 auto 20px;
  }
}
#footer .footer_wrap .company_info .lp_link,
#footer .footer_wrap .company_info .fb_link {
  width: 200px;
  border-radius: 5px;
  padding: 10px;
  display: block;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 428px) {
  #footer .footer_wrap .company_info .lp_link,
#footer .footer_wrap .company_info .fb_link {
    margin: 0 auto 10px;
  }
}
#footer .footer_wrap .company_info .lp_link:after,
#footer .footer_wrap .company_info .fb_link:after {
  content: "\f138";
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 10px;
  font-weight: 700;
}
#footer .footer_wrap .company_info .fb_link {
  background: #1877F2;
}
#footer .footer_wrap .company_info .lp_link {
  background: #872c87;
  margin-bottom: 10px;
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
  #footer .footer_wrap .footer_menu ul {
    width: 30%;
  }
}
@media only screen and (max-width: 414px) {
  #footer .footer_wrap .footer_menu ul {
    width: 100%;
  }
}
#footer .footer_wrap .footer_menu li {
  padding-bottom: 1rem;
}
#footer .footer_wrap .footer_menu li.child_link {
  padding-left: 2rem;
}
#footer .footer_wrap .footer_menu li.child_link ul {
  width: 100%;
}
#footer .footer_wrap .footer_menu li a br {
  display: none;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 4px 0;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 80px 0 200px;
  color: #5c5c5c;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .btn {
  margin-top: 50px;
}
.error-404 .icon_404 {
  background: #fff;
  font-size: 90px;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  text-shadow: 2px 0 0 #712c87, 0 2px 0 #712c87, -2px 0 0 #712c87, 0 -2px 0 #712c87;
  color: #fff;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_wrap {
  padding: 24px;
  border: 1px solid #ccc;
  margin-top: 60px;
  background: #fff;
}
.faq_wrap .schem-faq .question {
  position: relative;
  padding: 10px 10px 10px 40px;
}
.faq_wrap .schem-faq a {
  display: inline-block;
  color: #e72944;
  text-decoration: underline;
}
.faq_wrap .schem-faq li:last-child {
  margin-bottom: 0;
}
.faq_wrap .schem-faq .question:before {
  position: absolute;
  counter-increment: number;
  content: "Q";
  display: inline-block;
  background: #712c87;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_wrap .schem-faq .answer {
  margin-bottom: 2rem;
  position: relative;
  padding: 10px 10px 10px 40px;
  line-height: 1.2;
}
.faq_wrap .schem-faq .answer:before {
  position: absolute;
  counter-increment: number;
  content: "A";
  display: inline-block;
  background: #e72944;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.column_faq {
  background: #f9f7fb;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 150px;
}
@media screen and (max-width: 1100px) {
  #pagetop {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 100px;
  }
}
@media screen and (max-width: 428px) {
  #pagetop {
    bottom: 70px;
  }
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, #712c87 0%, #9f289f 50%, #b639b6 100%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #pagetop a {
    width: 45px;
    height: 45px;
  }
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 768px) {
  #pagetop a:after {
    top: 5px;
    width: 15px;
    height: 15px;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 429px) and (max-width: 1099px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .smart_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
  width: 40px;
  height: 40px;
  fill: #e72944;
}
.tel_anime svg .line1 {
  -webkit-animation: fillAnimation1 infinite ease 1.5s;
          animation: fillAnimation1 infinite ease 1.5s;
}
.tel_anime svg .line2 {
  -webkit-animation: fillAnimation2 infinite ease 1.5s;
          animation: fillAnimation2 infinite ease 1.5s;
}
.tel_anime svg .line3 {
  -webkit-animation: fillAnimation3 infinite ease 1.5s;
          animation: fillAnimation3 infinite ease 1.5s;
}
@-webkit-keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */