@charset "utf-8";

.header {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 56px 0 25px;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
.header-logo {
  padding: 20px 0;
}

.sp-menu {
  display: none;
}
.pc-menu {
  display: flex;
  padding: 15px 20px;
  background: #FFF;
  border-radius: 50px;
  box-shadow: 0 0 25px rgba(0,0,0,0.16);
}
.pc-menu li {
  margin: 0 15px;
}
.pc-menu li a {
  display: block;
}
.pc-menu li a:hover {
  color: #b56285;
  object-fit: 1;
}

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

  .header {
    padding: 0;
    /*overflow: hidden;*/
  }
  .header-logo {
    position: relative;
    width: 90px;
    padding: 6px;
    z-index: 1;
  }
  .humburger {
    position: relative;
    margin-right: 5px;
    z-index: 1;
  }
  .humburger:hover {
    opacity: 0.8;
  }
  .humburger img {
    width: 32px;
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(0,0,0,0.16);
  }
  .sp-menu {
    position: relative;
    display: block;
    z-index: 1;
  }
  .sp-menu-inner {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    width: calc(100% - 10px);
    height: 100vh;
    padding-top: 54px;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    z-index: -1;
  }
  .sp-menu-inner.js-active {
    transform: translateX(0);
  }
  .sp-menu-inner ul {
    width: 100%;
  }
  .sp-menu-inner ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
  }
  .sp-menu-inner ul li img {
    width: 124px;
  }
}

/*------------------------------------------------------------------------*/
.f-kv {
  position: relative;
  display: flex;
  height: 80vh;
  max-height: 643px;
  background: url(../images/mv_bg.png) 100% 50% / cover no-repeat;
  align-items: center;
}
.kv-txt {
  font-size: 20px;
  line-height: 2.5;
  color: #FFF;
}
.fv-scl {
  position: absolute;
  right: 54px;
  bottom: 29px;
}
.fv-scl a {
  position: relative;
  display: block;
  font-size: 0;
}
.fv-scl a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 2px;
  height: 200%;
  background: #FFF;
}
.fv-scl a::after {
  content: "";
  position: absolute;
  top: -80px;
  left: -12px;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}


.f-vision {
  padding-top: 147px;
  padding-bottom: 49px;
  overflow: hidden;
}
.f-vision-inner {
  position: relative;
  padding: 100px 80px 120px;
  z-index: 1;
}
.f-vision-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + ((100vw - 100%) / 2));
  height: 100%;
  background: url(../images/sec_bg01.png) 0 50% / cover no-repeat;
  z-index: -1;
}
.f-vision-title {
  position: absolute;
  display: flex;
  top: 25px;
  left: 20px;
  align-items: flex-end;
}
.f-vision-title p {
  margin-left: 9px;
  font-size: 10px;
  font-weight: 200;
  color: #FFF;
}
.f-vision-inner > p {
  padding: 0 35px;
  font-size: 20px;
  color: #FFF;
  line-height: 2.5;
}


.f-service {
  padding-top: 66px;
  padding-bottom: 40px;
  background: url(../images/sec_bg02.png) 0 0 / 100% auto no-repeat;
}
.f-service-title {
  margin-bottom: 52px;
}
.f-service-title span {
  display: block;
  font-size: 0;
}
.f-service-title p {
  margin-bottom: 7px;
  font-size: 10px;
  color: #b56285;
  letter-spacing: 1px;
  font-weight: 200;
}
.f-service-content {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.fsv-t {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.fsv-t p {
  font-size: 19px;
}
.fsv-t p small {
  display: block;
  font-size: 10px;
  color: #b56285;
  font-weight: 200;
  line-height: 1;
}
.fsv-t span {
  display: block;
  margin-right: 14px;
}
.f-service-item > div {
  margin-bottom: 10px;
}
.f-service-item > p {
  margin-bottom: 20px;
  line-height: 2.5;
}
.fsv-icon {
  width: 100%;
  max-width: 98px;
  margin: 0 auto;
  background: #85649b;
  border-radius: 50%;
  box-shadow: 8px 8px 30px rgba(134,33,127,0.75);
}
.f-service-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.f-service-flex .f-service-item {
  width: 48.5%;
  max-width: 594px;
  padding: 44px 0 58px;
}
.f-service-flex:nth-child(2) {
  margin-top: 46px;
}
.f-service-flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 1px;
  background: #b56285;
  transform: translateX(-50%);
}
.f-service-flex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 24px;
  background: #b56285;
  transform: translateX(-50%);
}
.f-service-flex:last-child::after {
  height: 48px;
  transform: translateX(-50%)translateY(-50%);
}
.f-service-item ul {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
}
.f-service-item ul li {
  padding: 2px 4px;
  margin-right: 2px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #FFF;
  background: #b56285;
}

.f-company {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: -25px;
  margin-bottom: -25px;
}
.f-company > div {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.f-company > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + ((100vw - 100%) / 2));
  height: 100%;
  box-shadow: 0 0 25px rgba(0,0,0,0.16);
  z-index: -1;
}
.f-company-title {
  position: absolute;
  display: flex;
  top: 130px;
  right: 20px;
  font-size: 10px;
  font-weight: 200;
  color: #b56285;
  align-items: flex-end;
}
.f-company-title p {
  margin-left: 9px;
}
.f-company-content {
  max-width: 1240px;
  padding-right: 80px;
}
.f-company-content table {
  width: 100%;
}
.f-company-content table th {
  width: 120px;
  padding: 15px 10px 15px 35px;
  text-align: left;
  border-bottom: 3px solid #b56285;
  vertical-align: middle;
}
.f-company-content table td {
  padding: 15px 70px;
  border-bottom: 1px solid #b56285;
}
.f-company-content table tr:last-child th {
  border-width: 1px;
}
.f-company-other {
  padding: 15px 35px;
}
.f-company-other b {
  display: block;
  margin: 6px 0 12px;
}

.f-news {
  padding-top: 40px;
  padding-bottom: 86px;
}
.f-news-title {
  margin-bottom: 52px;
}
.f-news-title p {
  margin-bottom: 7px;
  font-size: 10px;
  color: #b56285;
  letter-spacing: 1px;
  font-weight: 200;
}
.f-news-title span {
  display: block;
  font-size: 0;
}
.news-list ul {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.news-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.news-list ul li a {
  display: flex;
  padding: 20px 35px 18px;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.16);
  align-items: center;
}
.news-list ul li a time {
  margin-top: 1px;
  margin-right: 58px;
  font-size: 18px;
  color: #9d1b57;
}
.news-list ul li a p {
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.f-contact {
  padding-top: 46px;
  padding-bottom: 70px;
  background: #E3E3E3 url(../images/sec_bg03.png) 0 100% / contain no-repeat;
}
.f-contact form {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.f-contact form > p {
  margin-bottom: 26px;
  line-height: 2;
}
.form dt span {
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
  color: #b56285;
}
.form dt {
  margin-bottom: 13px;
}
.form dd {
  margin-bottom: 16px;
  width: 100%;
}
.form dd input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: #FFF;
  border-radius: 5px;
}
.form dd textarea {
  width: 100%;
  height: 174px;
  padding: 8px 14px;
  background: #FFF;
  border-radius: 5px;
  vertical-align: bottom;
}
.privacy-box {
  height: 180px;
  padding: 15px 6px 15px 15px;
  background: #D6D6D6;
  border-radius: 5px;
}
.privacy-box p {
  line-height: 2.1;
}
.privacy-inner {
  height: 100%;
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b56285 #989898;
}
.privacy-inner::-webkit-scrollbar {
  width: 2px;
}
.privacy-inner::-webkit-scrollbar-track {
  background-color: #989898;
}
.privacy-inner::-webkit-scrollbar-thumb {
  background-color: #b56285;
}

.form dd.check {
  position: relative;
  margin-bottom: 45px;
}
.form dd.check input {
  display: none;
}
.check label {
  cursor: pointer;
}
.check label span {
  position: relative;
  padding-left: 25px;
}
.check label span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 50%;
}
.check label span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #b56285;
  border-radius: 50%;
  opacity: 0;
}
.check label input:checked + span::after {
  opacity: 1;
}
.form-btns {
  display: flex;
  justify-content: center;
}
.form-btns input {
  width: 48%;
  max-width: 280px;
  height: 56px;
  padding-top: 3px;
  margin-right: 10px;
  color: #FFF;
  background: url(../images/btn_bg.png) 0 0 / cover no-repeat;
  border: 2px solid #9d1b57;
  border-radius: 50px;
}
.form-btns input:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .f-kv {
    background-image: url(../images/mv_sp.png);
  }
  .kv-txt {
    font-size: 16px;
    line-height: 1.7;
  }
  .fv-scl {
    right: 15px;
  }

  .f-vision {
    padding-top: 40px;
    padding-bottom: 28px;
  }
  .f-vision-title img {
    width: 14px;
  }
  .f-vision-inner {
    padding: 120px 10px 120px 34px;
  }
  .f-vision-inner > p {
    padding-right: 0;
    font-size: 13px;
  }

  .f-service-title img {
    width: 130px;
  }
  .f-service-title {
    margin-bottom: 10px;
  }

  .f-service-content {
    padding: 0;
  }
  .f-service-flex {
    display: block;
  }
  .f-service-flex:nth-child(2) {
    margin-top: 0;
  }
  .f-service-item {
    position: relative;
    padding: 20px 5px 24px;
  }
  .f-service-item {
    position: relative;
    display: flex;
    padding: 20px 5px 24px;
    align-items: center;
    justify-content: space-between;
  }
  .f-service-flex .f-service-item {
    width: 100%;
    padding: 20px 5px 24px;
  }
  .f-service-item > div {
    width: calc(100% - 75px);
    margin: 0;
  }
  .fsv-icon {
    max-width: 70px;
    margin: 0;
    box-shadow: 4px 4px 15px rgba(134,33,127,0.75);
  }
  .f-service-flex::before,
  .f-service-flex::after {
    content: none;
  }
  .f-service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-top: 1px solid #b56285;
    border-left: 1px solid #b56285;
  }
  .f-service-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-right: 1px solid #b56285;
    border-bottom: 1px solid #b56285;
  }
  .f-service-flex .f-service-item:first-child {
    flex-direction: row-reverse;
  }
  .f-service-flex .f-service-item.fs-list {
    padding-bottom: 60px;
  }
  .fs-list ul {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 24px;
    width: 100%;
    width: calc(100% - 10px);
  }

  .f-company-content table td {
    padding: 7px 7px 3px;
    vertical-align: middle;
  }
  .f-company-content table th {
    width: 58px;
    padding: 5px 0;
    font-weight: 400;
    border-width: 2px;
  }
  .f-company-title img {
    width: 14px;
  }
  .f-company-title {
    top: 10px;
    right: 7px;
  }
  .f-company > div {
    padding: 32px 0 26px;
  }
  .f-company-other {
    padding: 7px 0;
  }
  .f-company-other b {
    margin-bottom: 6px;
    font-weight: 400;
  }

  .f-news {
    padding-top: 10px;
    padding-bottom: 48px;
  }
  .f-news-title {
    margin-bottom: 18px;
  }
  .news-list ul li:not(:last-child) {
    margin-bottom: 9px;
  }
  .news-list ul li a {
    display: block;
    padding: 9px 7px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.16);
  }
  .news-list ul li a time {
    font-size: 15px;
  }

  .f-contact {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .f-contact .f-news-title {
    margin-bottom: 10px;
  }
  .f-contact form > p {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .form dt {
    margin-bottom: 8px;
  }
  .form dd input {
    height: 36px;
    padding: 0 15px;
    border-radius: 3px;
  }
  .form-btns input {
    height: 36px;
    font-size: 12px;
  }
}

@media screen and (max-width: 606px) {
  .f-service-flex .f-service-item.fs-list {
    padding-bottom: 80px;
  }
  .fs-list ul {
    bottom: 18px;
  }
}

@media screen and (max-width: 335px) {
  .f-service-flex .f-service-item.fs-list {
    padding-bottom: 110px;
  }
}

/*------------------------------------------------------------------------*/

.copyright {
  padding: 16px 14px 12px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  background: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 8px;
    font-size: 15px;
  }
}

/*------------------------------------------------------------------------*/
/*ニュース詳細*/
.news-detail {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: calc( 100vh - 46px );
}
.news-title {
  margin-bottom: 6px;
  font-size: 20px;
  color: #b56285;
}
.news-detail time {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #b56285;
  line-height: 1;
}
.news-detail-content {
  line-height: 2;
}

/*------------------------------------------------------------------------*/
.thanks-area b {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  color: #b56285;
}
@media screen and (max-width: 767px) {
  .thanks-area b {
    margin: 20px 0;
    font-size: 16px;
  }
}

.mw_wp_form_confirm form dl:last-child {
  display: none;
}
.mw_wp_form_confirm form .form-btns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm form .form-btns {
    margin-top: 30px;
  }
}

/*------------------------------------------------------------------------*/
.notfound {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 46px);
  text-align: center;
  align-items: center;
  justify-content: center;
}
.notfound-txt {
  display: block;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
}
.notfound-txt span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 200;
  color: #b56285;
}
.notfound-link {
  font-size: 14px;
  font-weight: 200;
  text-decoration: underline;
  color: #b56285;
}