@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #1F1F1F;
  font-family: "Noto Sans JP";
}
body {
  margin: 0;
  color: #1F1F1F;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 160%;
  font-family: "M PLUS Rounded 1c";
  background: #fefefe;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
dl dd {
  margin-inline-start: 0;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: "M PLUS Rounded 1c";
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #1F1F1F;
  text-decoration: none;
}
a:link,
a:visited {
  color: #1F1F1F;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP";
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.85;
  }
  .outerBlock {
    min-width: 320px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  body,
  p {
    line-height: 1.85;
  }
}
@media screen and (min-width: 850px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
.inner {
  max-width: 1206px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 0 15px;
  }
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
.t_border_b {
  border-bottom: 1px solid #b1acac;
}
#header {
  background: #fefefe;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  height: fit-content;
  border-top: 4px solid #C4BBFF;
}
@media screen and (max-width: 850px) {
  #header {
    border-top: none;
  }
}
#header .header_item {
  margin: auto;
  width: 100%;
  max-width: 1306px;
  padding-left: 20px;
  padding-right: 20px;
  height: 184px;
}
@media screen and (max-width: 850px) {
  #header .header_item {
    height: 162px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header .header_item #header_top {
  display: flex;
  align-items: self-start;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top {
    display: block;
  }
}
#header .header_item #header_top .right_btn {
  display: block;
  width: calc(100% - 423px);
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top .right_btn {
    width: 100%;
  }
}
#header .header_item #header_top .right_btn .header_pink_btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 40px;
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top .right_btn .header_pink_btn {
    display: none;
  }
}
#header .header_item #header_top .right_btn .header_pink_btn li a {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 500;
  background: #F6F4FF;
  display: block;
  line-height: 100%;
  position: relative;
  padding: 15px 14px 15px 65px;
  border-radius: 0 0 5px 5px;
  border-right: 3px solid #C4BBFF;
  border-left: 3px solid #C4BBFF;
  border-bottom: 3px solid #C4BBFF;
  transition: 0.4s ease-in-out;
  font-family: "Noto Sans JP";
}
#header .header_item #header_top .right_btn .header_pink_btn li a:hover {
  opacity: 1;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
#header .header_item #header_top .right_btn .header_pink_btn li:nth-child(1) a {
  position: relative;
}
#header .header_item #header_top .right_btn .header_pink_btn li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn01_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
#header .header_item #header_top .right_btn .header_pink_btn li:nth-child(2) a {
  position: relative;
}
#header .header_item #header_top .right_btn .header_pink_btn li:nth-child(2) a::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 27px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn02_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
#header .header_item #header_top .right_btn .cta_btn {
  display: flex;
  column-gap: 40px;
  width: 100%;
  margin-top: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top .right_btn .cta_btn {
    flex-direction: row-reverse;
    justify-content: end;
    column-gap: 20px;
    margin-top: 25px;
    display: none;
  }
}
@media screen and (max-width: 680px) {
  #header .header_item #header_top .right_btn .cta_btn {
    justify-content: space-between;
    column-gap: 5px;
  }
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top .right_btn .cta_btn li {
    width: fit-content;
    height: fit-content;
  }
}
#header .header_item #header_top .right_btn .cta_btn li:nth-child(1) a {
  font-size: 20px;
  font-weight: 500;
  color: #1F1F1F;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  padding-left: 37px;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(1) a {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(1) a {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 330px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(1) a {
    padding-left: 26px;
    font-size: 16px;
  }
}
#header .header_item #header_top .right_btn .cta_btn li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  bottom: 5px;
  left: 0;
  background: url(../img/mail_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 370px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(1) a::after {
    width: 18px;
    height: 18px;
  }
}
#header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a {
  font-size: 24px;
  font-weight: 500;
  color: #1F1F1F;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  line-height: 100%;
  text-align: right;
  display: block;
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a {
    font-size: 20px;
  }
}
@media screen and (max-width: 370px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a {
    font-size: 18px;
  }
}
@media screen and (max-width: 330px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a {
    font-size: 16px;
  }
}
#header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a span {
  font-size: 14px;
  text-align: left;
  display: block;
  padding-left: 37px;
  line-height: 100%;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 850px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 370px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a span {
    padding-left: 30px;
    font-size: 10px;
  }
}
@media screen and (max-width: 330px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a span {
    padding-left: 26px;
    font-size: 8px;
  }
}
#header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: -2px;
  left: 0;
  background: url(../img/tel_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 370px) {
  #header .header_item #header_top .right_btn .cta_btn li:nth-child(2) a::after {
    width: 18px;
    height: 18px;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
  width: 423px;
  padding-top: 38px;
}
@media screen and (max-width: 850px) {
  #header .header_item .logo_item {
    padding-top: 20px;
    width: 100%;
    display: none;
  }
}
#header .header_item .logo_item .logo {
  width: 100%;
  display: block;
}
@media screen and (max-width: 850px) {
  #header .header_item .logo_item .logo {
    width: 220px;
  }
}
#header .logo_sp {
  display: none;
  position: relative;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #header .logo_sp {
    display: block;
  }
  #header .logo_sp .logo_item {
    display: flex;
    align-items: center;
    padding-top: 22px;
    width: 100%;
  }
  #header .logo_sp .logo_item .logo {
    display: block;
    width: 260px;
  }
}
#header .logo_sp .cta_btn {
  display: flex;
  column-gap: 40px;
  width: 100%;
  margin-top: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  #header .logo_sp .cta_btn {
    flex-direction: row-reverse;
    justify-content: end;
    column-gap: 20px;
    margin-top: 43px;
  }
}
@media screen and (max-width: 680px) {
  #header .logo_sp .cta_btn {
    justify-content: space-between;
    column-gap: 5px;
  }
}
@media screen and (max-width: 850px) {
  #header .logo_sp .cta_btn li {
    width: fit-content;
    height: fit-content;
  }
}
#header .logo_sp .cta_btn li:nth-child(1) a {
  font-size: 20px;
  font-weight: 500;
  color: #1F1F1F;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  padding-left: 37px;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #header .logo_sp .cta_btn li:nth-child(1) a {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  #header .logo_sp .cta_btn li:nth-child(1) a {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 330px) {
  #header .logo_sp .cta_btn li:nth-child(1) a {
    padding-left: 26px;
    font-size: 16px;
  }
}
#header .logo_sp .cta_btn li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 4px;
  left: 0;
  background: url(../img/mail_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 370px) {
  #header .logo_sp .cta_btn li:nth-child(1) a::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 850px) {
  #header .logo_sp .cta_btn li:nth-child(1) a::after {
    top: auto;
    bottom: 5px;
  }
}
#header .logo_sp .cta_btn li:nth-child(2) a {
  font-size: 26px;
  font-weight: 500;
  color: #1F1F1F;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  padding-left: 37px;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 850px) {
  #header .logo_sp .cta_btn li:nth-child(2) a {
    font-size: 20px;
    display: block;
  }
}
@media screen and (max-width: 370px) {
  #header .logo_sp .cta_btn li:nth-child(2) a {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 330px) {
  #header .logo_sp .cta_btn li:nth-child(2) a {
    padding-left: 26px;
    font-size: 16px;
  }
}
#header .logo_sp .cta_btn li:nth-child(2) a span {
  font-size: 14px;
  text-align: left;
  color: #1F1F1F;
  display: block;
  font-weight: 400;
  line-height: 100%;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  #header .logo_sp .cta_btn li:nth-child(2) a span {
    font-size: 12px;
    letter-spacing: -0.3px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  #header .logo_sp .cta_btn li:nth-child(2) a span {
    padding-left: 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 330px) {
  #header .logo_sp .cta_btn li:nth-child(2) a span {
    padding-left: 0;
    font-size: 8px;
  }
}
#header .logo_sp .cta_btn li:nth-child(2) a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 4px;
  left: 0;
  background: url(../img/tel_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 370px) {
  #header .logo_sp .cta_btn li:nth-child(2) a::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 850px) {
  #header .logo_sp .cta_btn li:nth-child(2) a::after {
    top: -4px;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
#header .menu_item .right_logo {
  justify-content: end;
}
#header .menu_item .right_logo img {
  max-width: 341px;
}
@media screen and (max-width: 850px) {
  #header .menu_item .right_logo img {
    max-width: 170px;
    margin-right: 50px;
    margin-top: 7px;
  }
}
#header .menu_item #menu_list {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  line-height: 100%;
  margin-top: 20px;
  position: relative;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list {
    width: fit-content;
  }
}
#header .menu_item #menu_list:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 1px;
  height: 20px;
  background: #A295F4;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list:after {
    display: none;
  }
}
#header .menu_item #menu_list::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  width: 1px;
  height: 20px;
  background: #A295F4;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list::before {
    display: none;
  }
}
#header .menu_item #menu_list a {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px !important;
  line-height: 100%;
}
#header .menu_item #menu_list .navi_link {
  display: inline-block;
  padding: 0 8px 10px 9px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 1.3px !important;
  cursor: pointer;
  transition: all 0.4s;
  white-space: nowrap !important;
}
@media screen and (max-width: 1350px) {
  #header .menu_item #menu_list .navi_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  #header .menu_item #menu_list .navi_link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1210px) {
  #header .menu_item #menu_list .navi_link {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .navi_link {
    font-weight: 400;
    font-size: 14px;
    padding: 16px 0 16px 12px;
    border-bottom: none;
  }
}
#header .menu_item #menu_list .navi_link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  width: 0%;
  height: 4px;
  background: #ffffff;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .navi_link::before {
    display: none;
  }
}
#header .menu_item #menu_list .navi_link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  width: 0%;
  height: 4px;
  background: #A295F4;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .navi_link:after {
    display: none;
  }
}
#header .menu_item #menu_list .navi_link:hover {
  opacity: 1;
}
#header .menu_item #menu_list .navli:hover .navi_link:after {
  width: 100%;
}
#header .menu_item #menu_list .sub_sp_navi:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 4px;
  background: #A295F4;
  z-index: -1;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_sp_navi:after {
    width: calc(100% - 46px);
    right: 0;
    left: auto;
    height: 0.5px;
    background: #8e7562;
  }
}
#header .menu_item #menu_list .active {
  color: #A295F4;
}
#header .menu_item #menu_list .active:after {
  width: 100%;
}
#header .menu_item #menu_list .noactive.active {
  color: #1F1F1F;
}
#header .menu_item #menu_list .noactive.active:after {
  width: 0;
}
#header .menu_item #menu_list .noactive.active:hover::after {
  width: 100%;
}
#header .menu_item #menu_list li {
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 56px;
  padding-right: 57px;
}
@media screen and (max-width: 1280px) {
  #header .menu_item #menu_list li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
#header .menu_item #menu_list li::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 27px;
  top: 0;
  left: calc(50% - 15px);
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li::after {
    width: 38px;
    height: 34px;
    left: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:nth-child(6) {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li:after {
    content: '';
    position: absolute;
    left: 0;
    background: #A295F4;
    transition: all 0.4s;
    width: 3px !important;
    height: 27px;
    top: 10px;
  }
}
#header .menu_item #menu_list li + li {
  position: relative;
}
#header .menu_item #menu_list li + li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 1px;
  height: 20px;
  background: #A295F4;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li + li:after {
    width: 3px !important;
    height: 27px;
    top: 10px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li + li {
    border-left: 0;
    padding-left: 0;
  }
}
#header .menu_item #menu_list #menu_hou,
#header .menu_item #menu_list #menu_re {
  display: none;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list #menu_hou,
  #header .menu_item #menu_list #menu_re {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .navli {
    height: auto !important;
  }
}
#header .menu_item #menu_list .sp_ya {
  position: relative;
}
#header .menu_item #menu_list .sp_ya .navi_link:hover::after {
  width: 100%;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list {
    display: none;
    background: #F6F4FF;
    height: calc(100% - 60px);
    width: 100%;
    padding: 0 16px 0 16px;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    transition-delay: 0s;
    height: 80vh;
    overflow-y: scroll;
    border-top: 0.5px solid #D2CED3;
    border-bottom: 0.5px solid #D2CED3;
    margin-top: 0;
  }
  #header .menu_item #menu_list #menu_hou,
  #header .menu_item #menu_list #menu_re {
    display: block !important;
  }
  #header .menu_item #menu_list #menu_re {
    padding-bottom: 60px;
  }
  #header .menu_item #menu_list li:last-child a::before {
    bottom: 0;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.4s;
    width: 100%;
    right: 0;
    height: 0.5px;
    background: #D2CED3;
  }
  #header .menu_item #menu_list li + li {
    margin-left: 0;
  }
  #header .menu_item #menu_list li + li::before {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.4s;
    width: 100%;
    right: 0;
    height: 0.5px;
    background: #D2CED3;
  }
  #header .menu_item #menu_list li a {
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    text-align: left !important;
  }
  #header .menu_item #menu_list li a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 12px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/navi_r_icon.png) no-repeat center / contain;
    transition: 0.4s;
  }
  #header .menu_item #menu_list .sp_ya {
    position: relative;
  }
  #header .menu_item #menu_list .sp_ya a {
    position: relative;
  }
  #header .menu_item #menu_list .sp_ya a::after {
    display: block !important;
    position: absolute;
    content: "";
    width: 7px !important;
    height: 12px !important;
    right: 25px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/navi_r_icon.png) no-repeat center / contain;
    background-size: 100% 100%;
    transition: 0.4s;
  }
  #header .menu_item #menu_list .sp_ya .navi_link:hover::after {
    width: 100%;
  }
  #header .menu_item #menu_list .sp_ya_last a {
    border-bottom: 1px solid #D2CED3;
  }
  #header .menu_item #menu_list .navli {
    position: relative;
  }
  #header .menu_item #menu_list .navli .navi_link {
    position: relative;
    width: 100%;
    text-align: left;
  }
  #header .menu_item #menu_list .navli .navi_link::after {
    display: block !important;
    position: absolute;
    content: "";
    width: 14px !important;
    height: 14px !important;
    right: 25px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/navi_r_open.png) no-repeat center / contain;
    background-size: 100% 100%;
    transition: 0.4s;
  }
  #header .menu_item #menu_list .navli .navi_link:hover {
    color: #A295F4 !important;
  }
  #header .menu_item #menu_list .navli .navi_link_close::after {
    display: block !important;
    position: absolute;
    content: "";
    width: 7px !important;
    height: 12px !important;
    right: 25px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/navi_r_icon.png) no-repeat center / contain;
    background-size: 100% 100%;
    transition: 0.4s;
  }
}
#header .menu_item #menu_list .only_sp {
  display: none;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .only_sp {
    display: block;
  }
}
#header .menu_item #menu_list .sub_menu {
  display: none;
  width: 240px;
  left: 56px;
  top: 45px;
  position: absolute;
  height: fit-content;
  padding: 0 5px;
  box-shadow: 0 2px 10px rgba(204, 204, 204, 0.69);
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  #header .menu_item #menu_list .sub_menu {
    left: 22px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_menu {
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    box-shadow: none;
    width: 100%;
    padding: 0;
    background: none;
  }
}
#header .menu_item #menu_list .sub_menu li {
  width: 100% !important;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px !important;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_menu li {
    border-bottom: none;
    padding: 0 !important;
  }
  #header .menu_item #menu_list .sub_menu li::before {
    display: block;
    content: '';
    position: absolute;
    left: 13px;
    width: 1px;
    height: 20px;
    background: #A295F4;
    transition: all 0.4s;
    width: 2px;
    height: 16px;
    top: 15px;
  }
}
#header .menu_item #menu_list .sub_menu li::after {
  display: none;
}
#header .menu_item #menu_list .sub_menu li + li {
  margin-left: 0;
}
#header .menu_item #menu_list .sub_menu li a {
  padding: 10px 17px 10px 13px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: left;
  transition: all 0.4s;
  color: #1F1F1F;
  z-index: 50;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_menu li a {
    padding: 16px 0 16px 24px !important;
    font-weight: 400;
  }
}
#header .menu_item #menu_list .sub_menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 3px;
  height: 100%;
  background: #A295F4;
  z-index: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_menu li a::after {
    z-index: -1;
    transition: all 0.4s;
    width: 100%;
    right: 0;
    height: 0.5px;
    background: #D2CED3;
    left: auto;
  }
}
#header .menu_item #menu_list .sub_menu li a::before {
  content: '';
  position: absolute;
  right: 0;
  width: 9px;
  height: 14px;
  background: #C4BBFF;
  z-index: 1;
  transition: all 0.4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/submenu_icon.png) no-repeat center / contain;
}
#header .menu_item #menu_list .sub_menu li a:hover {
  color: #A295F4;
  opacity: 1;
  transition: all 0.4s;
}
#header .menu_item #menu_list .sub_menu li a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 3px;
  height: 100%;
  background: #A295F4;
  z-index: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_menu li a:hover::after {
    content: '';
    position: absolute;
    top: 0px;
    background: #A295F4;
    transition: all 0.4s;
    z-index: -1;
    width: 100%;
    right: 0;
    height: 0.5px;
    background: #D2CED3;
    left: auto;
  }
  #header .menu_item #menu_list .sub_menu li a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 12px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/navi_r_icon.png) no-repeat center / contain;
    transition: 0.4s;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_menu li:nth-child(1) a::after {
    width: 100%;
  }
}
#header .menu_item #menu_list .sub_menu_naga {
  width: 295px;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .sub_menu_naga {
    width: 100%;
  }
}
#header .menu_item #menu_list .noplay {
  display: none;
}
#header #menuBtn {
  display: none;
}
@media screen and (max-width: 850px) {
  #header #menuBtn {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  #header #menuBtn {
    width: 80px;
    height: 80px;
    background: #F6F4FF;
    border: 3px solid #C4BBFF;
    position: fixed !important;
    right: 0;
    top: 0;
  }
  #header #menuBtn::after {
    content: "MENU";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 8px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: #A295F4;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.4s;
  }
  #header #menuBtn span:nth-child(1),
  #header #menuBtn span:nth-child(2),
  #header #menuBtn span:nth-child(3) {
    display: block;
    background: #C4BBFF;
    height: 3px;
    position: absolute;
    margin: auto;
    transition: 0.4s;
  }
  #header #menuBtn span:nth-child(1) {
    width: 30px;
    top: 16px;
    transition: 0.4s;
    left: 25px;
  }
  #header #menuBtn span:nth-child(2) {
    width: 30px;
    top: 25px;
    transition: 0.4s;
    left: 25px;
  }
  #header #menuBtn span:nth-child(3) {
    width: 20px;
    top: 34px;
    transition: 0.4s;
    left: 25px;
  }
  #header #menuBtn.isOpen::after {
    content: "CLOSE";
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(4px) rotate(-45deg);
    transition: 0.4s;
    top: 20px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.4s;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    width: 30px;
    transform: translateY(-4px) rotate(45deg);
    transition: 0.4s;
    top: 28px;
  }
}
.t_border_b .menu_item #menu_list {
  margin-top: 25px !important;
}
.t_border_b .menu_item #menu_list li {
  width: fit-content !important;
  padding: 0 32px 0 31px !important;
}
@media screen and (max-width: 1210px) {
  .t_border_b .menu_item #menu_list li {
    padding: 0 21px 10px 22px !important;
  }
}
.t_border_b .menu_item #menu_list .sub_menu {
  left: 31px !important;
}
footer {
  display: block;
}
#footeritem {
  margin-top: 310px;
  border-top: 10px solid #C4BBFF;
  background: #FEFEFE;
}
@media screen and (max-width: 850px) {
  #footeritem {
    border-top: 4px solid #C4BBFF;
    margin-top: 130px;
  }
}
#footeritem .inner {
  padding-top: 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 850px) {
  #footeritem .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
#footeritem .copy {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.01;
}
@media screen and (max-width: 850px) {
  #footeritem .copy {
    font-size: 14px;
  }
}
#footeritem .footer_menu {
  display: flex;
  column-gap: 40px;
  margin: auto;
  margin-top: 100px;
  width: fit-content;
}
@media screen and (max-width: 1150px) {
  #footeritem .footer_menu {
    column-gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  #footeritem .footer_menu {
    column-gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_menu {
    margin-top: 40px;
    display: block;
    width: 100%;
    border-top: 0.5px solid #E1E1E1;
  }
}
#footeritem .footer_menu .active a {
  color: #C4BBFF;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_menu li {
    width: 100%;
  }
}
#footeritem .footer_menu li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  display: block;
  position: relative;
  font-family: "Noto Sans JP";
  padding-left: 29px;
  line-height: 22px;
}
@media screen and (max-width: 1150px) {
  #footeritem .footer_menu li a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 960px) {
  #footeritem .footer_menu li a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_menu li a {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 1.1;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #dadada;
    padding-left: 15px;
  }
}
#footeritem .footer_menu li a::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/footer_menu_icon.png) no-repeat center / contain;
  transition: 0.4s;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_menu li a::before {
    left: auto;
    right: 15px;
  }
}
#footeritem .footer_menu li a:hover {
  opacity: 1;
}
#footeritem .footer_menu li a:hover::before {
  background: url(../img/footer_menu_icon_on.png) no-repeat center / contain;
}
#footeritem .footer_list {
  display: flex;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list {
    display: block;
  }
}
#footeritem .footer_list li {
  width: calc(50% - 23px);
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list li {
    width: 100%;
  }
  #footeritem .footer_list li + li {
    margin-top: 20px;
  }
}
#footeritem .footer_list .logo {
  max-width: 423px;
  margin-bottom: 45px;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .logo {
    max-width: 273px;
    margin: auto;
    margin-bottom: 30px;
  }
}
#footeritem .footer_list .addr {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .addr {
    display: none;
  }
}
#footeritem .footer_list .addr_sp {
  display: none;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .addr_sp {
    display: block;
    font-size: 14px;
    font-family: "M PLUS Rounded 1c";
    font-weight: 400;
    text-align: left;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
    line-height: 1.5;
  }
}
#footeritem .footer_list .cta_btn_footer {
  display: flex;
  column-gap: 40px;
  width: 100%;
  margin-top: 26px;
  justify-content: flex-end;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .cta_btn_footer {
    column-gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .cta_btn_footer {
    max-width: 260px;
    margin: auto;
    display: block;
  }
}
#footeritem .footer_list .cta_btn_footer li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .cta_btn_footer li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .cta_btn_footer li {
    width: 100%;
  }
}
#footeritem .footer_list .cta_btn_footer li:nth-child(2) .fax {
  font-size: 30px;
  font-weight: 500;
  color: #1F1F1F;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  padding-left: 40px;
  line-height: 100%;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(2) .fax {
    text-align: left;
    font-size: 24px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 980px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(2) .fax {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(2) .fax {
    font-size: 30px;
    width: 100%;
    display: block;
    padding-left: 40px;
  }
}
#footeritem .footer_list .cta_btn_footer li:nth-child(2) .fax::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 26px;
  top: 2px;
  left: 0;
  background: url(../img/fax_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(2) .fax::after {
    width: 20px;
    height: 18px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(2) .fax::after {
    width: 27px;
    height: 24px;
  }
}
#footeritem .footer_list .cta_btn_footer li:nth-child(1) a {
  font-size: 30px;
  text-align: left;
  display: block;
  font-weight: 500;
  color: #1F1F1F;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  padding-left: 40px;
  line-height: 100%;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a {
    font-size: 24px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 980px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a {
    font-size: 30px;
    width: 100%;
    display: block;
    padding-left: 40px;
  }
}
#footeritem .footer_list .cta_btn_footer li:nth-child(1) a span {
  font-size: 16px;
  text-align: left;
  color: #1F1F1F;
  display: block;
  line-height: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a span {
    font-size: 10px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a span {
    font-size: 14px;
    padding-left: 0;
  }
}
#footeritem .footer_list .cta_btn_footer li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 29px;
  top: 2px;
  left: 0;
  background: url(../img/tel_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a::after {
    top: 4px;
    width: 21px;
    height: 20px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .cta_btn_footer li:nth-child(1) a::after {
    width: 26px;
    height: 26px;
    top: 3px;
  }
}
#footeritem .footer_list .pinkbtn_footer_onlysp {
  display: none;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer_onlysp {
    display: block;
    max-width: 260px;
    margin: auto;
    margin-top: 30px;
  }
}
#footeritem .footer_list .pinkbtn_footer_onlysp a {
  background: #F6F4FF;
  color: #1F1F1F;
  position: relative;
  display: block;
  border-radius: 4px;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  border: 3px solid #C4BBFF;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer_onlysp a {
    font-size: 17px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer_onlysp a {
    font-size: 20px;
  }
}
#footeritem .footer_list .pinkbtn_footer_onlysp a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../top/img/pink_btn_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer_onlysp a::after {
    right: 12px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer_onlysp a::after {
    width: 12px;
    height: 20px;
    right: 20px;
  }
}
#footeritem .footer_list .pinkbtn_footer_onlysp a:hover {
  background: #C4BBFF;
  color: #1F1F1F !important;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
#footeritem .footer_list .pinkbtn_footer_onlysp a:hover::after {
  right: 13px;
}
#footeritem .footer_list .pinkbtn_footer_onlysp a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 22px;
  top: 50%;
  left: 20px;
  background: url(../img/footer_acc_icon.png) no-repeat center / contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer_onlysp a::before {
    width: 22px;
    height: 17px;
    left: 10px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer_onlysp a::before {
    width: 30px;
    height: 22px;
    left: 18px;
  }
}
#footeritem .footer_list .pinkbtn_footer_onlysp a:hover {
  background: #ffffff !important;
  color: #1F1F1F;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
#footeritem .footer_list .pinkbtn_footer_onlysp a:hover::before {
  background: url(../img/footer_acc_icon_on.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
#footeritem .footer_list .pinkbtn_footer {
  display: flex;
  column-gap: 40px;
  width: 100%;
  margin-top: 50px;
  justify-content: flex-end;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer {
    column-gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer {
    max-width: 260px;
    margin: auto;
    margin-top: 30px;
    display: block;
  }
}
#footeritem .footer_list .pinkbtn_footer li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer li {
    width: 100%;
  }
  #footeritem .footer_list .pinkbtn_footer li:nth-child(2) {
    display: none;
  }
}
#footeritem .footer_list .pinkbtn_footer li a {
  background: #F6F4FF;
  color: #1F1F1F;
  position: relative;
  display: block;
  border-radius: 4px;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  border: 3px solid #C4BBFF;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer li a {
    font-size: 20px;
  }
}
#footeritem .footer_list .pinkbtn_footer li a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../top/img/pink_btn_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer li a::after {
    right: 12px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer li a::after {
    width: 12px;
    height: 20px;
    right: 20px;
  }
}
#footeritem .footer_list .pinkbtn_footer li a:hover {
  background: #C4BBFF;
  color: #1F1F1F !important;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
#footeritem .footer_list .pinkbtn_footer li a:hover::after {
  right: 13px;
}
#footeritem .footer_list .pinkbtn_footer li .mail::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 20px;
  background: url(../img/footer_mail_icon.png) no-repeat center / contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .pinkbtn_footer li .mail::before {
    width: 21px;
    height: 21px;
    left: 10px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .pinkbtn_footer li .mail::before {
    width: 30px;
    height: 30px;
    left: 17px;
  }
}
#footeritem .footer_list .pinkbtn_footer li .mail:hover {
  background: #ffffff;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
#footeritem .footer_list .pinkbtn_footer li .mail:hover::before {
  background: url(../img/footer_mail_icon_on.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
#footeritem .footer_list .acc::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 22px;
  top: 50%;
  left: 20px;
  background: url(../img/footer_acc_icon.png) no-repeat center / contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #footeritem .footer_list .acc::before {
    width: 22px;
    height: 17px;
    left: 10px;
  }
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .acc::before {
    width: 30px;
    height: 22px;
    left: 18px;
  }
}
#footeritem .footer_list .acc:hover {
  background: #ffffff !important;
  color: #1F1F1F;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
#footeritem .footer_list .acc:hover::before {
  background: url(../img/footer_acc_icon_on.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .map {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px !important;
  }
}
#footeritem .footer_list .map iframe {
  border: 1px solid #dddddd !important;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 850px) {
  #footeritem .footer_list .map iframe {
    height: 250px;
  }
}
#page_h2_item {
  background: url(../img/pageh2_bg.png) no-repeat center / contain;
  background-size: cover;
  margin-top: 190px;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 850px) {
  #page_h2_item {
    margin-top: 162px;
    background: url(../img/pageh2_bg_sp.png) no-repeat center / contain;
    background-size: cover;
  }
}
#page_h2_item .inner {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 850px) {
  #page_h2_item .inner {
    height: 89px;
  }
}
#page_h2_item .ttl {
  color: #1F1F1F;
  font-size: 30px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c";
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  letter-spacing: 2.25px;
}
@media screen and (max-width: 850px) {
  #page_h2_item .ttl {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
#breadmenu .inner {
  padding-top: 20px;
  padding-bottom: 155px;
}
@media screen and (max-width: 850px) {
  #breadmenu .inner {
    padding-top: 20px;
    padding-bottom: 43px;
  }
}
#breadmenu ul {
  display: flex;
  align-items: center;
}
#breadmenu ul li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #breadmenu ul li {
    font-size: 12px;
  }
}
#breadmenu ul li:nth-child(1) img {
  width: 14px;
  margin: auto;
}
#breadmenu ul li + li {
  margin-left: 5px;
}
.h2_item {
  position: relative;
  margin-bottom: 75px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .h2_item {
    margin-bottom: 32px;
  }
}
.h2_item::before {
  position: absolute;
  content: "";
  width: 97px;
  height: 87px;
  top: 60%;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/h2_ttl_after.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .h2_item::before {
    top: 55%;
    width: 49px;
    height: 44px;
  }
}
.h2_item::after {
  position: absolute;
  content: "";
  width: calc(100% - 97px);
  height: 4px;
  top: 50%;
  z-index: 1;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .h2_item::after {
    width: calc(100% - 49px);
  }
}
.h2_item .ttl {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  color: #1F1F1F !important;
  font-family: "M PLUS Rounded 1c";
  z-index: 10;
  letter-spacing: 0.1em;
  padding-left: 44px;
  position: relative;
  width: fit-content;
  padding-right: 30px;
}
@media screen and (max-width: 850px) {
  .h2_item .ttl {
    letter-spacing: 0.02em;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
.h2_item .ttl span {
  position: relative;
  z-index: 10;
}
.h2_item .ttl::after {
  position: absolute;
  content: "";
  width: calc(100% - 97px);
  height: 30px;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .h2_item .ttl::after {
    width: calc(100% - 49px);
  }
}
.h2_item .subttl {
  font-size: 22px;
  font-weight: 500;
  font-family: "Caveat";
  color: #C4BBFF;
  position: relative;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100%;
  width: fit-content;
  position: absolute;
  right: -8px;
  bottom: -15px;
}
@media screen and (max-width: 850px) {
  .h2_item .subttl {
    letter-spacing: 0.05em;
    font-size: 14px;
    bottom: -12px;
  }
}
.h2_item .subttl span {
  padding-right: 10px;
  position: relative;
  display: block;
}
.h2_item .r_txt_item {
  position: absolute;
  right: 0;
  top: -17px;
  width: fit-content;
  height: fit-content;
}
.h2_item .r_txt_item .r_txt {
  position: relative;
  background: #F6F4FF;
  color: #1F1F1F;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 27px 0 27px;
  border-radius: 4px 4px 0 0;
  display: block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  letter-spacing: 0.8px;
  border-top: 4px solid #C4BBFF;
  border-left: 4px solid #C4BBFF;
  border-right: 4px solid #C4BBFF;
}
@media screen and (max-width: 850px) {
  .h2_item .r_txt_item .r_txt {
    display: none;
  }
}
.h2_item .r_txt_item .r_txt:hover {
  opacity: 1;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
.h2_item .p160 {
  padding-left: 160px;
}
@media screen and (max-width: 850px) {
  .h2_item .p160 {
    padding-left: 27px;
  }
}
.h2_item .p37 {
  padding-left: 37px;
}
@media screen and (max-width: 850px) {
  .h2_item .p37 {
    padding-left: 27px;
  }
}
.h2_item .guidance span {
  width: 150px;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .h2_item .guidance span {
    width: 78px;
  }
}
.h2_item .guidance::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  right: -150px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .h2_item .guidance::after {
    right: -78px;
  }
}
.h2_item .event span {
  width: 148px;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .h2_item .event span {
    width: 78px;
  }
}
.h2_item .event::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  right: -148px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .h2_item .event::after {
    right: -78px;
  }
}
.h2_item .facility span {
  width: 240px;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .h2_item .facility span {
    width: 78px;
  }
}
.h2_item .facility::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  right: -240px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .h2_item .facility::after {
    right: -78px;
  }
}
.h2_item .online span {
  width: 184px;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .h2_item .online span {
    width: 78px;
  }
}
.h2_item .online::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  right: -184px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .h2_item .online::after {
    right: -78px;
  }
}
.h2_item .news span {
  width: 85px;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .h2_item .news span {
    width: 78px;
  }
}
.h2_item .news::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  right: -85px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .h2_item .news::after {
    right: -78px;
  }
}
.h2_item .aboutpage span {
  width: 125px;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .h2_item .aboutpage span {
    width: 78px;
  }
}
.h2_item .aboutpage::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  right: -125px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .h2_item .aboutpage::after {
    right: -78px;
  }
}
.h2_item .complaint span {
  width: 118px;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .h2_item .complaint span {
    width: 78px;
  }
}
.h2_item .complaint::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 50%;
  right: -118px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C4BBFF;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .h2_item .complaint::after {
    right: -78px;
  }
}
.pagetop_btn {
  right: 2em;
  bottom: 2em;
  font-size: 80%;
  z-index: 100000;
}
@media screen and (max-width: 850px) {
  .pagetop_btn {
    bottom: 28px;
    right: 10px;
  }
}
.pagetop_btn img {
  width: 74px;
}
@media screen and (max-width: 850px) {
  .pagetop_btn img {
    width: 60px;
  }
}
.pagetop_btn .nohv_img {
  display: block !important;
  transition: 0.4s;
}
.pagetop_btn .hv_img {
  display: none !important;
  transition: 0.4s;
}
.pagetop_btn a:hover {
  opacity: 1;
}
.pagetop_btn a:hover .nohv_img {
  display: none !important;
  transition: 0.4s;
}
.pagetop_btn a:hover .hv_img {
  display: block !important;
  transition: 0.4s;
}
.pagetop_btn a:hover .sp_only.hv_img {
  display: none !important;
  transition: 0.4s;
}
.pagetop_btn .sp_only {
  display: none;
  transition: 0.4s;
}
@media screen and (max-width: 850px) {
  .pagetop_btn .nohv_img {
    display: none !important;
    transition: 0.4s;
  }
  .pagetop_btn .hv_img {
    display: none !important;
    transition: 0.4s;
  }
  .pagetop_btn .sp_only {
    display: inline-block !important;
  }
  .pagetop_btn a:hover .sp_only.hv_img {
    display: block;
  }
  .pagetop_btn a:hover .nohv_img {
    display: none !important;
    transition: 0.4s;
  }
  .pagetop_btn a:hover .hv_img {
    display: none !important;
    transition: 0.4s;
  }
}
.show {
  display: flex !important;
}
.hide {
  display: none !important;
}
.sp_open {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .sp_open {
    display: block !important;
    width: 100% !important;
  }
  .sp_open::before {
    position: absolute !important;
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    right: 23px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background: url(../img/navi_r_open.png) no-repeat center / contain !important;
    transition: 0.4s !important;
  }
}
.sp_open_on {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .sp_open_on {
    width: 100% !important;
  }
  .sp_open_on::after {
    position: absolute !important;
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    right: 23px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background: url(../img/navi_r_icon.png) no-repeat center / contain !important;
    transition: 0.4s !important;
  }
}
.sp_hide {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .sp_hide {
    display: none !important;
  }
}
.sp_show {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .sp_show {
    display: block !important;
  }
}
.step_btn {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #F6F4FF;
  border: 4px solid #C4BBFF;
  line-height: 102px;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .step_btn {
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 3px;
    line-height: 54px;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}
.step_btn:hover {
  opacity: 1;
  background: #ffffff;
}
.pr_btn {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  border: 4px solid #707070;
  line-height: 102px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .pr_btn {
    padding-left: 67px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    height: 79px;
    border-radius: 0;
    border: none;
    padding-bottom: 40px;
    border-bottom: 2px solid #E8E7E5;
  }
}
.pr_btn::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 65px;
  top: 20px;
  left: 19px;
  background: url(../img/pdf_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .pr_btn::after {
    width: 48px;
    height: 58px;
    top: 0;
    left: 0;
  }
}
.pr_btn::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 66px;
  bottom: 20px;
  right: 19px;
  background: url(../img/pdf_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .pr_btn::before {
    width: 55px;
    height: 58px;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.pr_btn:hover {
  opacity: 1;
}
.pr_btn:hover::before {
  background: url(../img/pdf_icon02_on.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.pr_btn02 {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  background: linear-gradient(180deg, #FEA4A4 0%, #FBC5BC 100%);
  padding: 4px;
  position: relative;
  line-height: 102px;
}
@media screen and (max-width: 850px) {
  .pr_btn02 {
    background: none;
    padding: 0;
  }
}
.pr_btn02 span {
  background: #ffffff;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 102px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .pr_btn02 span {
    padding-left: 67px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    height: 79px;
    border-radius: 0;
    border: none;
    padding-bottom: 40px;
    border-bottom: 2px solid #E8E7E5;
  }
}
.pr_btn02 span::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 65px;
  top: 20px;
  left: 19px;
  background: url(../img/pdf_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .pr_btn02 span::after {
    width: 48px;
    height: 58px;
    top: 0;
    left: 0;
  }
}
.pr_btn02 span::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 66px;
  bottom: 20px;
  right: 19px;
  background: url(../img/pdf_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .pr_btn02 span::before {
    width: 55px;
    height: 58px;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.pr_btn02:hover {
  opacity: 1;
  background: linear-gradient(180deg, #FBC5BC 0%, #FEA4A4 100%);
}
.pr_btn02:hover span::before {
  background: url(../img/pdf_icon02_on.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.footer_on::before {
  background: url(../img/footer_menu_icon_on.png) no-repeat center / contain !important;
}
