@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

#top {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #top {
    background-image: url(../images/teaser-sp.jpg);
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  line-height: 140%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333;
}

@media screen and (min-width: 768px) {
  a, input[type=submit] {
    transition: 0.2s;
  }
  a:hover, input[type=submit]:hover {
    opacity: 0.85;
  }
}

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

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.no-padding {
  padding: 0 !important;
}

.bg-yellow {
  background-color: #fff8eb;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.justifiy-center {
  justify-content: center;
}
.flex.justifiy-between {
  justify-content: space-between;
}
.flex.justifiy-end {
  justify-content: flex-end;
}
.flex.align-center {
  align-items: center;
  align-content: center;
}
.flex.align-end {
  align-items: flex-end;
  align-content: flex-end;
}
.flex.direction-rowReverse {
  flex-direction: row-reverse;
}
.flex.direction-column {
  flex-direction: column;
}
.flex.direction-columnReverse {
  flex-direction: column-reverse;
}
.flex.noWrap {
  flex-wrap: nowrap;
}

header {
  z-index: 10;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  header {
    transition: 0.2s;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  header #nav-content {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: #A41A55;
  }
  header #nav-content .spLogo {
    height: 70px;
    position: relative;
  }
  header #nav-content .spLogo_link {
    display: flex;
    max-width: 129px;
    position: absolute;
    left: 13px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
  }
}
header .headerLogo {
  position: absolute;
  left: 33px;
  width: 100%;
  max-width: 190px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  header .headerLogo {
    max-width: 114px;
    left: 20px;
  }
}
header .headerLogo_link {
  display: block;
}
header .headerLogo_link img {
  display: block;
  width: 100%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}
header .headerLogo_link img.logo {
  display: none;
  filter: none;
}
header #nav-drawer {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  header #nav-drawer {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  header #nav-drawer {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
  }
  header #nav-drawer .nav-unshown {
    display: none;
  }
  header #nav-drawer #nav-open {
    position: fixed;
    right: 20px;
    top: 17.5px;
    width: 32px;
    height: 25px;
    z-index: 10000;
    font-size: 10px;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.2s;
    background-image: url(../images/bg_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  header #nav-drawer #nav-open span {
    margin-top: 12px;
    width: 32px;
    height: 2px;
    position: relative;
    border-radius: 3px;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    content: "";
    cursor: pointer;
    transition: 0.2s;
    border-radius: 3px;
  }
  header #nav-drawer #nav-open span:before, header #nav-drawer #nav-open span:after {
    opacity: 1;
    transition: 0.2s;
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: calc(50% - 16px);
    top: calc(50% - 4px);
  }
  header #nav-drawer #nav-open span:before {
    transform: translate(0, -8.5px);
  }
  header #nav-drawer #nav-open span:after {
    transform: translate(0, 14px);
  }
  header #nav-drawer #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  header #nav-drawer #nav-content {
    overflow: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
  }
  header #nav-drawer #nav-content .spLogo {
    width: 140px;
  }
  header #nav-drawer #nav-input:checked + #nav-open span {
    background-color: transparent;
  }
  header #nav-drawer #nav-input:checked + #nav-open span:before {
    transform: translate(0, 0) rotate(-45deg);
    background-color: #fff;
  }
  header #nav-drawer #nav-input:checked + #nav-open span:after {
    transform: translate(0, 0) rotate(45deg);
    background-color: #fff;
  }
  header #nav-drawer #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  header #nav-drawer #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media screen and (min-width: 768px) {
  header #nav-drawer #nav-input {
    display: none;
  }
}
header.active {
  background: #fff !important;
}
@media screen and (min-width: 768px) {
  header.active #nav-drawer {
    padding: 30px 50px;
  }
}
header.active #nav-drawer #nav-open span {
  background-color: #A41A55;
}
header.active #nav-drawer #nav-open span::before, header.active #nav-drawer #nav-open span::after {
  background-color: #A41A55;
}
header .gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .gnav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    align-items: inherit;
    width: 100%;
    height: 100%;
    align-items: flex-start;
  }
}
header .gnavList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .gnavList {
    padding: 60px 20px;
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
  }
  header .gnavList > .sp {
    border-top: 1px solid #fff;
    margin-left: auto;
    padding-top: 60px;
  }
}
header .gnavList_item {
  box-sizing: border-box;
  border-bottom: none;
}
header .gnavList_item + .gnavList_item {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  header .gnavList_item {
    margin-left: 0;
    width: 100%;
  }
  header .gnavList_item + .gnavList_item {
    border-top: 1px solid #fff;
    margin-left: auto;
    padding-top: 30px;
  }
}
header .gnavList_link {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-shadow: 0px 0px 6px rgba(58, 58, 58, 0.35);
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .gnavList_link {
    display: block;
    position: relative;
  }
  header .gnavList_link::after {
    position: absolute;
    right: 10px;
    top: 4px;
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background-image: url(../images/icon_arrowRight01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
header .gnavList_link::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(58, 58, 58, 0.35);
  left: 0;
}
@media screen and (min-width: 768px) {
  header .gnavList_link::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  header .gnavList_link::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .gnavList_link {
    justify-content: flex-start;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header .gnavList li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .gnavList .tel {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--White, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--main_color, #A41A55);
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    letter-spacing: 0.7px;
    line-height: 160%;
    margin-bottom: 20px;
  }
  header .gnavList .tel p {
    margin-bottom: 5px;
    line-height: 160%;
  }
  header .gnavList .tel div {
    color: var(--main_color, #A41A55);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 1px;
  }
}
header .gnavList_item.contactItem {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  header .gnavList_item.contactItem {
    margin-left: 0;
  }
}
header .gnavList_item.contactItem a {
  display: flex;
  padding: 7px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  header .gnavList_item.contactItem a {
    background: var(--gd, linear-gradient(105deg, #D13266 2.87%, #A41A55 93.63%));
  }
}
@media screen and (max-width: 767px) {
  header .gnavList_item.contactItem a {
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 25px;
    border-radius: 5px;
  }
}
header .gnavList_item.contactItem a span {
  line-height: normal;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .gnavList_item.contactItem a span {
    color: var(--main_color, #A41A55);
    text-shadow: none;
  }
}
header .gnavList_item.contactItem a::before {
  content: none;
}
@media screen and (min-width: 768px) {
  header .gnavList_item.contactItem a::after {
    transition: 0.2s;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(180deg, #DA4274 -2.51%, #A8265D 89.14%);
  }
}
@media screen and (min-width: 768px) {
  header .gnavList_item.contactItem a:hover::after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  header.active .gnavList_link {
    text-shadow: none;
    color: #1B1B1B;
  }
  header.active .gnavList_link:before {
    box-shadow: none;
    background: var(--contact_gd, linear-gradient(99deg, #D13266 0%, #BF1F63 100%));
  }
}
header.active .headerLogo_link .logo_w {
  display: none;
}
header.active .headerLogo_link .logo {
  display: block;
}

.link {
  display: flex;
  justify-content: center;
}
.link_button {
  display: flex;
  padding: 16px 55px;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 30px;
  background: #333;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.8px;
  position: relative;
  border: 1px solid var(--text, #1B1B1B);
}
@media screen and (max-width: 767px) {
  .link_button {
    padding: 20px 40px;
  }
}
.link_button::after {
  content: "";
  background-image: url(../images/icon_arrowRight01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 16px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .link_button {
    transition: 0.2s;
  }
  .link_button:hover {
    background: var(--White, #FFF);
    color: var(--text, #1B1B1B);
  }
  .link_button:hover::after {
    background-image: url(../images/icon_arrowRight02.svg);
  }
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 97px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

body.top header {
  background-color: transparent;
}
body.top main {
  margin-top: 0;
}

.contentSection {
  max-width: 1140px;
  margin: auto;
}
.contentSection_title {
  color: var(--text, #1B1B1B);
}
.contentSection_title > span {
  display: block;
  margin: auto;
  text-align: center;
}
.contentSection_title .eng {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .contentSection_title .eng {
    line-height: 100%;
  }
}
.contentSection_title .eng span {
  color: var(--main_color, #A41A55);
}
.contentSection_title .eng + .jp {
  margin-top: 10px;
}
.contentSection_title .jp {
  color: var(--text, #1B1B1B);
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 767px) {
  .contentSection_title .jp {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.fvSection {
  max-width: 100%;
  position: relative;
}
.fvSection::after {
  position: absolute;
  width: 100%;
  content: "";
  display: block;
  background-image: url(../images/fv_decoration.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .fvSection::after {
    background-image: url(../images/image_fv.svg);
    padding-bottom: 55%;
    bottom: -40.5%;
  }
}
@media screen and (max-width: 767px) {
  .fvSection::after {
    height: 350px;
    bottom: -142px;
  }
}
.fvSection .fvSlider_item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.fvSection .fvSlider_item.item01 {
  background-image: url(../images/image_fvSlider01.png);
}
@media screen and (max-width: 767px) {
  .fvSection .fvSlider_item.item01 {
    background-image: url(../images/image_fvSlider01sp.png);
  }
}
.fvSection .fvSlider_item.item02 {
  background-image: url(../images/image_fvSlider02.png);
}
@media screen and (max-width: 767px) {
  .fvSection .fvSlider_item.item02 {
    background-image: url(../images/image_fvSlider02sp.png);
  }
}
.fvSection .fvSlider_item.item03 {
  background-image: url(../images/image_fvSlider03.png);
}
@media screen and (max-width: 767px) {
  .fvSection .fvSlider_item.item03 {
    background-image: url(../images/image_fvSlider03sp.png);
  }
}
.fvSection .fvSlider_item .catch {
  position: absolute;
  left: 6.9%;
  bottom: 11.11%;
}
@media screen and (max-width: 767px) {
  .fvSection .fvSlider_item .catch {
    left: 20px;
    bottom: 180px;
  }
}
.fvSection .fvSlider_item .catch span {
  color: var(--text, #1B1B1B);
  font-size: 34px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 100%;
  padding: 15px 20px;
  background: var(--White, #FFF);
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  float: left;
}
@media screen and (max-width: 767px) {
  .fvSection .fvSlider_item .catch span {
    font-size: 24px;
    padding: 10px;
  }
}
.fvSection .fvSlider_item .catch span + span {
  clear: both;
  margin-top: 20px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .fvSection .fvSlider_item .catch span + span {
    margin-top: 10px;
    margin-left: 0;
  }
}

.infoSection {
  max-width: 100%;
  position: relative;
}
.infoSection::after {
  content: "";
  display: block;
  background-image: url(../images/bg_about01.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .infoSection::after {
    bottom: 0;
    left: -6%;
    width: 76.73%;
    height: 18.68%;
    position: absolute;
  }
}
.infoSection .info {
  padding: 160px 10.4% 80px 3.47%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .infoSection .info {
    padding: 60px 20px;
  }
}
.infoSection .infoImage {
  background-image: url(../images/image_about01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .infoSection .infoImage {
    padding-bottom: 77%;
    width: calc(100% - 498px - 4%);
  }
}
@media screen and (max-width: 767px) {
  .infoSection .infoImage {
    padding-bottom: 148vw;
    width: 100%;
    background-image: url(../images/image_about01sp.png);
  }
}
.infoSection .infoContents {
  width: 498px;
}
@media screen and (max-width: 767px) {
  .infoSection .infoContents {
    width: 100%;
    margin-top: -18.4vw;
  }
}
.infoSection .infoContents h2 {
  margin-bottom: 30px;
}
.infoSection .infoContents h2 .jp {
  font-size: 24px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .infoSection .infoContents h2 .jp {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .infoSection .infoContents h2 {
    margin-bottom: 10px;
  }
}
.infoSection .infoContents p {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 200%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .infoSection .infoContents p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.videoSection {
  max-width: 100%;
  background: var(--White, #FFF);
}
.videoSection .video {
  max-width: 1140px;
  margin: auto;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .videoSection .video {
    padding: 60px 20px;
  }
}
.videoSection .video_frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.videoSection .video_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .newsSection .news {
  background: var(--gry_2, #F5F3F3);
}

.newsSection {
  max-width: 100%;
}
.newsSection .news {
  padding: 80px 20px 80px 33px;
}
@media screen and (max-width: 767px) {
  .newsSection .news {
    padding: 60px 20px;
  }
}
.newsSection .newsCategory {
  max-width: 1140px;
  margin: auto auto 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #B3B3B3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsSection .newsCategory {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.newsSection .newsCategory_item {
  min-width: 195px;
}
@media screen and (max-width: 767px) {
  .newsSection .newsCategory_item {
    width: 33.3333333333%;
    min-width: 0;
  }
}
.newsSection .newsCategory_item + * {
  position: relative;
}
.newsSection .newsCategory_item + *::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 18px;
  background-image: url(../images/icon_slashRight01.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newsSection .newsCategory_link {
  color: var(--text, #1B1B1B);
  font-size: 18px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 160%;
  letter-spacing: 0.9px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsSection .newsCategory_link.active {
  color: #A41A55;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .newsSection .newsCategory_link {
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    word-break: break-all;
  }
}
.newsSection .newsList {
  max-width: 1140px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .newsSection .newsList {
    margin: 30px auto;
  }
}
.newsSection .newsList_item {
  padding-bottom: 30px;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 767px) {
  .newsSection .newsList_item {
    padding-bottom: 14px;
  }
}
.newsSection .newsList_item + * {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .newsSection .newsList_item + * {
    padding-top: 20px;
  }
}
.newsSection .newsList_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  letter-spacing: 0.8px;
}
.newsSection .newsList_link .head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .newsSection .newsList_link .head {
    margin-bottom: 14px;
  }
}
.newsSection .newsList_link .category {
  display: block;
  background: var(--main_color, #A41A55);
  padding: 7px 10px;
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.7px;
  min-width: 80px;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .newsSection .newsList_link .category {
    font-size: 12px;
    padding: 7px 10px;
    line-height: 100%;
  }
}
.newsSection .newsList_link .date {
  min-width: 180px;
  padding: 0 30px;
  line-height: 160%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
@media screen and (max-width: 767px) {
  .newsSection .newsList_link .date {
    font-size: 14px;
    padding: 0 15px;
    transform: translateY(1px);
  }
}
.newsSection .newsList_link .title {
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .newsSection .newsList_link .title {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 767px) {
  .newsSection .newsList_link .title {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .newsSection .newsList_link {
    transition: 0.2s;
  }
  .newsSection .newsList_link:hover .date {
    color: #A41A55;
  }
}

.pointsSection {
  max-width: 100%;
}
.pointsSection .points {
  padding: 0;
  background: var(--main_color, #A41A55);
}
@media screen and (max-width: 767px) {
  .pointsSection .points {
    padding: 60px 0;
  }
}
.pointsSection .points_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .pointsSection .points_item + .points_item {
    margin-top: -7.98%;
  }
}
@media screen and (max-width: 767px) {
  .pointsSection .points_item + .points_item {
    margin-top: 46px;
  }
}
.pointsSection .points_itemImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pointsSection .points_itemImage {
    width: 94.667vw;
    padding-bottom: 108.5%;
  }
}
@media screen and (min-width: 768px) {
  .pointsSection .points_itemImage {
    width: 66.66%;
    padding-bottom: 80.9%;
    min-height: 88vw;
  }
  .pointsSection .points_itemImage::after {
    content: "";
    position: absolute;
    width: 5.7%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 3.46%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.pointsSection .points_itemImage.image01 {
  background-image: url(../images/image_point01.png);
}
@media screen and (max-width: 767px) {
  .pointsSection .points_itemImage.image01 {
    background-image: url(../images/image_point01sp.png);
  }
}
.pointsSection .points_itemImage.image01::after {
  background-image: url(../images/image_point01Title.png);
}
.pointsSection .points_itemImage.image02 {
  background-image: url(../images/image_point02.png);
}
@media screen and (max-width: 767px) {
  .pointsSection .points_itemImage.image02 {
    background-image: url(../images/image_point02sp.png);
  }
}
@media screen and (min-width: 768px) {
  .pointsSection .points_itemImage.image02 {
    right: auto;
    left: 3.46%;
  }
}
.pointsSection .points_itemImage.image02::after {
  background-image: url(../images/image_point02Title.png);
  right: auto;
  left: 3.46%;
}
.pointsSection .points_itemImage.image03 {
  background-image: url(../images/image_point03.png);
}
@media screen and (max-width: 767px) {
  .pointsSection .points_itemImage.image03 {
    background-image: url(../images/image_point03sp.png);
  }
}
.pointsSection .points_itemImage.image03::after {
  background-image: url(../images/image_point03Title.png);
}
@media screen and (min-width: 768px) {
  .pointsSection .points_itemContents {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 392px;
    right: 10.4%;
  }
}
@media screen and (max-width: 767px) {
  .pointsSection .points_itemContents {
    padding: 0 20px;
    margin-top: -23px;
  }
}
.pointsSection .points_itemContents .title {
  color: var(--White, #FFF);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 4.6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pointsSection .points_itemContents .title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
}
.pointsSection .points_itemContents p {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pointsSection .points_itemContents p {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pointsSection .points_itemContents .link {
    justify-content: flex-start;
  }
}
.pointsSection .points_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .pointsSection .points_item:nth-of-type(even) .points_itemContents {
    right: auto;
    left: 10.4%;
  }
}

.companySection + .contactSection {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .companySection + .contactSection {
    margin-top: 60px;
  }
}
.companySection .company {
  padding: 80px 20px 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.companySection .company_link {
  background-image: url(../images/bg_company01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--White, #FFF);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 3px;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .companySection .company_link {
    padding: 30px 20px;
    font-size: 18px;
    margin: auto 20px;
  }
}
.companySection .company_link::after {
  content: "";
  background-image: url(../images/icon_arrowRight04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .companySection .company_link::after {
    margin-top: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .companySection .company {
    padding: 60px 20px;
  }
}
.companySection .company h2 {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .companySection .company h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .companySection .companyContents {
    width: 55.4%;
  }
}
@media screen and (max-width: 767px) {
  .companySection .companyContents {
    width: 100%;
  }
  .companySection .companyContents.page {
    order: 2;
  }
}
.companySection .companyContents_item {
  display: flex;
  padding-bottom: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #B3B3B3;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .companySection .companyContents_item {
    padding-bottom: 15px;
  }
}
.companySection .companyContents_item + * {
  margin-top: 10px;
}
.companySection .companyContents_item .title {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.6px;
  padding-left: 15px;
  position: relative;
  width: 28.79%;
}
@media screen and (max-width: 767px) {
  .companySection .companyContents_item .title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.companySection .companyContents_item .title::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  background-color: #A41A55;
  height: 16px;
  left: 0;
  top: 0;
}
.companySection .companyContents_item .text {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 160%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .companySection .companyContents_item .text {
    margin-left: 14px;
    font-size: 14px;
  }
}
.companySection .companyMap {
  width: 37.54%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .companySection .companyMap {
    margin-top: 30px;
    width: 100%;
    padding-bottom: 42.667vw;
  }
  .companySection .companyMap.page {
    order: 1;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.companySection .companyMap .image {
  background-image: url(../images/image_company01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .companySection .companyMap .image {
    background-image: url(../images/image_company01sp.jpg);
    width: 100%;
    position: absolute;
  }
}
.companySection .companyMap iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.companySection .companyMap2 {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .companySection .companyMap2 {
    order: 3;
    margin-top: 30px;
  }
}
.companySection .companyMap2 iframe {
  display: block;
  width: 100%;
  height: 360px;
}

.contactSection {
  max-width: 100%;
  padding: 160px 20px;
}
@media screen and (max-width: 1210px) {
  .contactSection {
    padding-left: 33px;
  }
}
@media screen and (min-width: 768px) {
  .contactSection {
    background: url("../images/bg_left_top.svg"), url("../images/bg_rigth_bottom.svg"), linear-gradient(99deg, #D13266 0%, #BF1F63 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
  }
}
@media screen and (max-width: 767px) {
  .contactSection {
    background: url("../images/bg_right_top02.svg"), url("../images/bg_left_bottom02.svg"), linear-gradient(99deg, #D13266 0%, #BF1F63 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    padding: 60px 20px 70px;
  }
}
.contactSection .contact {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contactSection .contact .title,
  .contactSection .contact .body {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contactSection .contact .title {
    width: 100%;
  }
}
.contactSection .contact .title h3 {
  color: var(--White, #FFF);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .title h3 {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.contactSection .contact .title h3 span {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .title h3 span {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.contactSection .contact .title p {
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .title p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.9px;
  }
}
.contactSection .contact .body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contactSection .contact .body {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .contactSection .contact .body {
    margin-top: 30px;
    width: 100%;
  }
}
.contactSection .contact .body .tel {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--White, #FFF);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .body .tel {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.contactSection .contact .body .tel p {
  line-height: 160%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .body .tel p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
.contactSection .contact .body .link {
  position: relative;
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .body .link {
    margin: 30px auto auto;
  }
}
.contactSection .contact .body .link_button {
  line-height: 160%;
  padding: 32.5px 80px;
  color: #D13266;
  font-size: 24px;
  border-radius: 80px;
  background: linear-gradient(99deg, #D13266 0%, #BF1F63 100%);
  border: none;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--White, #FFF);
}
@media screen and (min-width: 768px) {
  .contactSection .contact .body .link_button::after {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contactSection .contact .body .link_button {
    font-size: 18px;
    letter-spacing: 0.9px;
    padding: 14px 35px 14px 25px;
  }
}
.contactSection .contact .body .link_button > div {
  z-index: 2;
  display: flex;
  align-items: center;
  height: 29px;
}
.contactSection .contact .body .link_button::after {
  z-index: 2;
  background-image: url(../images/icon_arrowRight03.svg);
  width: 13px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .body .link_button::after {
    width: 8px;
    height: 16px;
  }
}
.contactSection .contact .body .link_button::before {
  transition: 0.2s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 80px;
  background-color: #fff;
  z-index: 1;
}
.contactSection .contact .body .link_button i {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.7px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contactSection .contact .body .link_button i {
    margin-right: 10px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .contactSection .contact .body .link_button:hover {
    color: #fff;
  }
  .contactSection .contact .body .link_button:hover::after {
    background-image: url(../images/icon_arrowRight01.svg);
  }
  .contactSection .contact .body .link_button:hover::before {
    opacity: 0;
  }
}

.headImageSection {
  max-width: 100%;
  height: 391px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 6px rgba(58, 58, 58, 0.35);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headImageSection {
    height: 172px;
    font-size: 26px;
  }
}
.headImageSection h2 {
  color: var(--White, #FFF);
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .headImageSection h2 {
    padding-bottom: 10px;
    line-height: 160%;
  }
}
.headImageSection h2::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  border: 1.5px solid #A41A55;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .headImageSection h2::after {
    width: 50px;
  }
}
.headImageSection.spRed::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
  background: var(--main_color, #A41A55);
  z-index: 1;
}
.headImageSection.spRed h2::after {
  border: 1.5px solid #fff;
}

.pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  max-width: 1140px;
  margin: auto;
}
.pagenavi:empty {
  padding-top: 0;
}
.pagenavi span, .pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: auto 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.9px;
  color: var(--main_color, #A41A55);
}
.pagenavi span.current, .pagenavi a.current {
  background: var(--main_color, #A41A55);
  color: var(--White, #FFF);
}
.pagenavi span.next, .pagenavi a.next {
  background-image: url(../images/icon_arrowRight03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
}
.pagenavi span.prev, .pagenavi a.prev {
  background-image: url(../images/icon_arrowRight03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
  transform: scale(-1, 1);
}

.entrySection {
  padding: 160px 20px;
}
.entrySection .entry {
  max-width: 940px;
  margin: auto;
}
.entrySection .entry_titleHead {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.entrySection .entry_titleHead .category {
  display: block;
  background: var(--main_color, #A41A55);
  padding: 7px 10px;
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.7px;
  min-width: 80px;
  max-width: 150px;
}
.entrySection .entry_titleHead .date {
  min-width: 180px;
  padding: 0 30px;
  line-height: 160%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.entrySection .entry_titleBody {
  line-height: 160%;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.2px;
}
.entrySection .entry_body {
  margin-top: 80px;
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  letter-spacing: 1.6px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.entrySection .entry_body * {
  line-height: 200%;
}
.entrySection .entry_body > * + * {
  margin-top: 40px;
}
.entrySection .entry .link {
  margin-top: 80px;
}
.entrySection .entry .link_button {
  display: flex;
  padding: 16px 55px;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 30px;
  background: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.8px;
  position: relative;
  color: #D13266;
  border: 1px solid var(--text, #D13266);
}
.entrySection .entry .link_button::after {
  content: "";
  background-image: url(../images/icon_arrowRight03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .entrySection .entry .link_button {
    transition: 0.2s;
  }
  .entrySection .entry .link_button:hover {
    color: var(--text, #fff);
    background: var(--gd, linear-gradient(105deg, #D13266 2.87%, #A41A55 93.63%));
  }
  .entrySection .entry .link_button:hover::after {
    background-image: url(../images/icon_arrowRight01.svg);
  }
}

.contractSection {
  max-width: 100%;
}
.contractSection .contract {
  margin-bottom: 68px;
  padding: 50px 20px;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .contractSection .contract {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
.contractSection .contract_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main_color, #A41A55);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 1.4px;
  max-width: 1140px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contractSection .contract_title {
    font-size: 4vw;
    letter-spacing: 1.6px;
  }
}

.strengthSection {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .strengthSection {
    padding-bottom: 60px;
  }
}
.strengthSection .strength h2 {
  text-align: center;
}
.strengthSection .strengthList {
  margin-top: 80px;
  counter-reset: count;
}
@media screen and (max-width: 767px) {
  .strengthSection .strengthList {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.strengthSection .strengthList_item + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .strengthSection .strengthList_item + * {
    margin-top: 30px;
  }
}
.strengthSection .strengthList_item > img {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .strengthSection .strengthList_item > img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
  }
}
.strengthSection .strengthList_title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.8px;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .strengthSection .strengthList_title {
    font-size: 20px;
    align-items: flex-start;
  }
}
.strengthSection .strengthList_title::before {
  display: block;
  counter-increment: count;
  content: "0" counter(count);
  color: var(--main_color, #A41A55);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 39px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .strengthSection .strengthList_title::before {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
.strengthSection .strengthList_title::after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  bottom: 0;
  width: 50px;
  height: 62px;
  background-image: url(../images/icon_slashRight02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .strengthSection .strengthList_title::after {
    width: 32px;
    height: 37px;
    left: 15px;
    transform: rotate(3deg);
    top: -1px;
  }
}
.strengthSection .strengthList p {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 200%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .strengthSection .strengthList p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.qualitySection {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .qualitySection {
    padding: 0 20px 60px;
  }
}
.qualitySection .quality_link {
  background-image: url(../images/bg_quality01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--White, #FFF);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 3px;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .qualitySection .quality_link {
    padding: 30px 20px;
    font-size: 18px;
  }
}
.qualitySection .quality_link::after {
  content: "";
  background-image: url(../images/icon_arrowRight04.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .qualitySection .quality_link::after {
    margin-top: 20px;
    width: 40px;
    height: 40px;
  }
}

.flowSection {
  background-color: #FAFAFA;
  max-width: 100%;
  padding: 160px 20px;
}
@media screen and (max-width: 767px) {
  .flowSection {
    padding: 60px 20px;
  }
}
.flowSection .flow h2 {
  text-align: center;
}
.flowSection .flowList {
  counter-reset: count;
  display: block;
  max-width: 1140px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList {
    max-width: 100%;
    margin-top: 30px;
  }
}
.flowSection .flowList_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_item {
    align-items: flex-start;
  }
}
.flowSection .flowList_item + * {
  margin-top: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_item + * {
    margin-top: 30px;
  }
}
.flowSection .flowList_item::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #A41A55;
  position: absolute;
  left: 138px;
  top: 245px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_item::before {
    left: 46px;
    top: 108px;
  }
}
.flowSection .flowList_item:last-of-type::before {
  content: none;
}
.flowSection .flowList_step {
  background-image: url(../images/image_hexagon01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 101%;
  width: 280px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_step {
    width: 95px;
    height: 108px;
  }
}
.flowSection .flowList_step::before, .flowSection .flowList_step::after {
  color: #A41A55;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.1px;
}
.flowSection .flowList_step::before {
  content: "Step";
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_step::before {
    font-size: 14px;
    line-height: 100%;
  }
}
.flowSection .flowList_step::after {
  font-size: 42px;
  display: block;
  counter-increment: count;
  content: "0" counter(count);
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_step::after {
    font-size: 20px;
  }
}
.flowSection .flowList_contents {
  width: calc(100% - 325px);
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_contents {
    width: calc(100% - 125px);
  }
}
.flowSection .flowList_contents .title {
  color: var(--main_color, #A41A55);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_contents .title {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }
}
.flowSection .flowList_contents p {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 200%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .flowSection .flowList_contents p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.activitiesSection .activities h2 {
  text-align: center;
}

.activitiesSection {
  max-width: 100%;
}
.activitiesSection .activities_item {
  background-color: #FAF4F6;
  padding: 0.1px 20px 160px;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_item {
    padding-bottom: 60px;
  }
}
.activitiesSection .activities_item h2 {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_item h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.activitiesSection .activities_item.item01 {
  background-color: #fff;
}
.activitiesSection .activities_item.item01 h2 {
  margin-top: 80px;
}
.activitiesSection .activities_contents {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto;
  flex-wrap: wrap;
}
.activitiesSection .activities_contents + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents + * {
    margin-top: 30px;
  }
}
.activitiesSection .activities_contents:nth-of-type(even) {
  flex-direction: row-reverse;
}
.activitiesSection .activities_contents .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 43.77%;
  height: 347px;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .image {
    margin-bottom: 20px;
    background-size: cover;
  }
}
.activitiesSection .activities_contents .image.image01 {
  width: 40.77%;
  height: 142px;
  background-image: url(../images/image_activities01.png);
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .image.image01 {
    width: 100%;
    margin-bottom: 0;
    background-size: contain;
  }
}
.activitiesSection .activities_contents .image.image02 {
  background-image: url(../images/image_activities02.png);
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .image.image02 {
    width: 100%;
    height: 233px;
  }
}
.activitiesSection .activities_contents .image.image03 {
  background-image: url(../images/image_activities03.png);
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .image.image03 {
    width: 100%;
    height: 233px;
  }
}
.activitiesSection .activities_contents .image.image04 {
  background-image: url(../images/image_activities04.png);
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .image.image04 {
    width: 100%;
    height: 233px;
  }
}
.activitiesSection .activities_contents .image.image05 {
  background-image: url(../images/image_activities05.png);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .activitiesSection .activities_contents .image.image05 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .image.image05 {
    background-image: url(../images/image_activities05sp.png);
    width: 100%;
    height: 160px;
  }
}
.activitiesSection .activities_contents .contents {
  width: 52.19%;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .contents {
    width: 100%;
  }
}
.activitiesSection .activities_contents .contents .title {
  color: var(--text, #1B1B1B);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .contents .title {
    margin-bottom: 10px;
  }
}
.activitiesSection .activities_contents .contents .title span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 160%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .contents .title span {
    margin-top: 2px;
    font-size: 16px;
  }
}
.activitiesSection .activities_contents .contents .title b {
  color: var(--main_color, #A41A55);
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .contents .title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.activitiesSection .activities_contents .contents p {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 200%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .activitiesSection .activities_contents .contents p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.messageSection {
  max-width: 100%;
  padding: 160px 20px;
  background-image: url(../images/bg_message01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .messageSection {
    padding: 60px 20px;
    background-color: #FAF4F6;
    background-image: url(../images/bg_message01sp.svg);
    background-size: 100% auto;
    background-position: bottom;
  }
}
.messageSection .message {
  max-width: 1140px;
  margin: auto;
}
.messageSection .message_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .messageSection .message_contents {
    margin-top: 30px;
  }
}
.messageSection .message_contents .image {
  width: 35%;
  height: 0px;
  padding-bottom: 35%;
  background-image: url(../images/image_message01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .messageSection .message_contents .image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}
.messageSection .message_contents .text {
  width: 52.63%;
}
@media screen and (max-width: 767px) {
  .messageSection .message_contents .text {
    width: 100%;
  }
}
.messageSection .message_contents .text .title {
  color: var(--main_color, #A41A55);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.4px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .messageSection .message_contents .text .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.messageSection .message_contents .text p {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 200%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .messageSection .message_contents .text p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.messageSection .message_contents .text .signature {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--text, #1B1B1B);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 767px) {
  .messageSection .message_contents .text .signature {
    margin-top: 20px;
    font-size: 20px;
  }
}
.messageSection .message_contents .text .signature_title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 160%;
  letter-spacing: 1.6px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .messageSection .message_contents .text .signature_title {
    font-size: 14px;
    margin-right: 15px;
  }
}

.historySection {
  max-width: 100%;
  background: url("../images/bg_right_top01.svg"), url("../images/bg_left_bottom01.svg"), #A41A55;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  transform: rotate(0deg), rotate(180deg);
  padding: 80px 20px 0;
}
.historySection .history {
  max-width: 1140px;
  margin: auto;
}
.historySection .history h2 .eng,
.historySection .history h2 .jp {
  color: #fff;
}
.historySection .historyList {
  margin-top: 80px;
}
.historySection .historyList_item {
  display: flex;
  color: var(--White, #FFF);
  align-items: start;
  padding-bottom: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .historySection .historyList_item {
    padding-bottom: 30px;
  }
}
.historySection .historyList_item + * {
  position: relative;
}
.historySection .historyList_item + *::before {
  content: "";
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 193px;
  transform: translate(-50%, calc(-100% + 21px));
  height: 100%;
}
@media screen and (max-width: 767px) {
  .historySection .historyList_item + *::before {
    left: 100px;
    transform: translate(-50%, calc(-100% + 12px));
  }
}
.historySection .historyList_item .year {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  width: 160px;
  margin-right: 66px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .historySection .historyList_item .year {
    font-size: 24px;
    width: 70px;
    white-space: nowrap;
    margin-right: 60px;
  }
}
.historySection .historyList_item .year::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 100%;
  display: block;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .historySection .historyList_item .year::after {
    width: 40px;
    margin: auto 10px;
  }
}
.historySection .historyList_item .year::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  left: calc(100% + 33px);
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .historySection .historyList_item .year::before {
    left: calc(100% + 30px);
  }
}
.historySection .historyList_item .title {
  width: 142px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .historySection .historyList_item .title {
    margin-top: 0;
    margin-left: 0;
    width: calc(100% - 130px);
    text-align: left;
  }
}
.historySection .historyList_item p {
  width: calc(100% - 388px);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .historySection .historyList_item p {
    width: 100%;
    padding-left: 130px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.linkSection {
  padding: 160px 20px;
}
@media screen and (max-width: 767px) {
  .linkSection {
    padding: 60px 20px;
  }
}
.linkSection .linkList {
  display: flex;
  flex-wrap: wrap;
}
.linkSection .linkList_item {
  display: flex;
  background-color: #D9D9D9;
}
@media screen and (min-width: 768px) {
  .linkSection .linkList_item {
    height: 110px;
    width: 28.65%;
    margin-right: 7%;
    margin-top: 80px;
  }
  .linkSection .linkList_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .linkSection .linkList_item {
    width: 100%;
    margin-top: 30px;
    height: 100px;
    display: block;
  }
  .linkSection .linkList_item * {
    display: block;
    margin: auto;
  }
}

.formSection {
  max-width: 100%;
  padding: 160px 20px;
  background-color: #FAFAFA;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .formSection {
    padding: 60px 20px;
    margin-bottom: 0;
    background-color: #fff;
  }
}
.formSection .form {
  max-width: 1140px;
  margin: auto;
}
.formSection .formTitle {
  color: var(--text, #1B1B1B);
  text-align: center;
  font-size: 20px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 200%;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .formSection .formTitle {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.formSection .formTel {
  border-radius: 20px;
  background: var(--gd, linear-gradient(105deg, #D13266 2.87%, #A41A55 93.63%));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .formSection .formTel {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
  }
}
.formSection .formTel p {
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 160%;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .formSection .formTel p {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.formSection .formTel .tel {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--White, #FFF);
  font-style: normal;
  line-height: 160%;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .formSection .formTel .tel {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.formSection .formTel .span {
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 160%;
  letter-spacing: 0.9px;
}
.formSection .form .wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formSection .form .wpcf7-form .row + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .formSection .form .wpcf7-form .row + * {
    margin-top: 20px;
  }
}
.formSection .form .wpcf7-form label {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .formSection .form .wpcf7-form label {
    margin-bottom: 10px;
    line-height: 100%;
  }
}
.formSection .form .wpcf7-form .required {
  display: inline-block;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin-left: 10px;
  border-radius: 6px;
  background: var(--main_color, #A41A55);
  color: var(--White, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.6px;
  padding: 0 10px;
  transform: translateY(-2px);
}
.formSection .form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.formSection .form .wpcf7-form .wpcf7-form-control-wrap input[type=text],
.formSection .form .wpcf7-form .wpcf7-form-control-wrap input[type=email],
.formSection .form .wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.formSection .form .wpcf7-form .wpcf7-form-control-wrap textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 14px;
}
.formSection .form .wpcf7-form .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
}
.formSection .form .wpcf7-form .wpcf7-checkbox, .formSection .form .wpcf7-form .wpcf7-acceptance, .formSection .form .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin: 0 15px 10px 0;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: block;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
    padding-left: 20px;
  }
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #A41A55;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label a, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #A41A55;
  margin-right: 10px;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label a i, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a i, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label a i {
  margin-left: 10px;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input:checked + span::before, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input:checked + span::before, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item input:checked + span::before {
  border: 1px solid #A41A55;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input:checked + span::after, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input:checked + span::after, .formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item input:checked + span::after {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  content: "";
}
.formSection .form .wpcf7-form .your-dropdown {
  display: block;
  position: relative;
  width: 100%;
}
.formSection .form .wpcf7-form .your-dropdown select.wpcf7-select {
  width: 100%;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.formSection .form .wpcf7-form .your-dropdown::after {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-70%);
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  pointer-events: none;
}
.formSection .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input:checked + span::after, .formSection .form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input:checked + span::after {
  height: 5px;
  content: "";
  border-bottom: 4px solid #A41A55;
  border-left: 4px solid #A41A55;
  transform: rotate(-45deg) translate(3px, -6px);
}
.formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item label span::before {
  border-radius: 20px;
}
.formSection .form .wpcf7-form .wpcf7-radio .wpcf7-list-item input:checked + span::after {
  height: 10px;
  border-radius: 20px;
  background-color: #B3B3B3;
}
.formSection .form .wpcf7-form .contact-form__item.policy {
  margin-top: 25px;
  line-height: 150%;
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  border-radius: 3px;
  border: 1px solid #B3B3B3;
}
.formSection .form .wpcf7-form .contact-form__item .acceptance {
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 150%;
  overflow: auto;
  border-radius: 3px;
  border: 1px solid #B3B3B3;
}
.formSection .form .wpcf7-form .contact-form__item .acceptance .wpcf7-acceptance {
  padding: 8px 20px;
  box-sizing: border-box;
  background-color: #F8F8F7;
  text-align: center;
}
.formSection .form .wpcf7-form .contact-form__item .acceptance .wpcf7-list-item {
  margin: 0 auto;
}
.formSection .form .wpcf7-form .contact-form__item .acceptance .wpcf7-list-item .wpcf7-list-item-label {
  z-index: 1;
}
.formSection .form input[type=submit],
.formSection .form input[type=button] {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  padding: 8px 20px;
  border-radius: 3px;
  margin-right: 10px;
}
.formSection .form input[type=submit] {
  color: #fff;
  border-radius: 40px;
  background: var(--gd, linear-gradient(105deg, #D13266 2.87%, #A41A55 93.63%));
  cursor: pointer;
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2px;
  min-width: 318px;
  padding: 20px 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .formSection .form input[type=submit] {
    font-size: 16px;
    line-height: 100%;
    min-width: 255px;
  }
}
.formSection .form input[type=button] {
  background-color: #efefef;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.formSection .form .form-submit {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .formSection .form .form-submit {
    margin-top: 10px;
  }
}

.policySection {
  padding: 160px 20px;
}
@media screen and (max-width: 767px) {
  .policySection {
    padding: 60px 20px;
  }
}
.policySection .policy p {
  color: var(--text, #252525);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
@media screen and (max-width: 767px) {
  .policySection .policy p {
    font-size: 14px;
  }
}
.policySection .policy p + .policy_title {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .policySection .policy p + .policy_title {
    margin-top: 30px;
  }
}
.policySection .policy > a {
  display: block;
  line-height: 160%;
}
.policySection .policy_title {
  color: var(--main_color, #A41A55);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .policySection .policy_title {
    font-size: 18px;
  }
}
.policySection .policy ul {
  padding-left: 22px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .policySection .policy ul {
    font-size: 14px;
  }
}
.policySection .policy ul li {
  list-style: disc;
  line-height: 160%;
}

.page404Section {
  max-width: 100%;
  position: relative;
  background-image: url("../images/bg_40402.svg"), url("../images/bg_40402.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: auto 35vw;
}
@media screen and (max-width: 767px) {
  .page404Section {
    background-size: auto 53vw;
  }
}
.page404Section .page404 {
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page404Section .page404 {
    min-height: 400px;
  }
}
.page404Section .page404 h2 {
  color: var(--main_color, #A41A55);
  text-align: center;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 10.8px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page404Section .page404 h2 {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
.page404Section .page404 .link_button {
  border-radius: 40px;
  background: var(--gd, linear-gradient(105deg, #D13266 2.87%, #A41A55 93.63%));
  border: none;
}
@media screen and (min-width: 768px) {
  .page404Section .page404 .link_button:hover {
    color: #fff;
  }
}
.page404Section .page404 .link_button::after {
  content: none;
}

.mapSection {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .mapSection {
    padding-bottom: 60px;
  }
}
.mapSection .map h2 {
  text-align: center;
}
.mapSection .mapWrapper {
  margin-top: 80px;
  position: relative;
  padding-bottom: 47%;
  background-image: url(../images/image_map01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .mapSection .mapWrapper {
    padding-bottom: 54%;
    margin-top: 30px;
  }
}
.mapSection .mapWrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.factorySection {
  max-width: 100%;
  background: #FAFAFA;
}
.factorySection .factory {
  max-width: 1140px;
  margin: auto;
  padding: 160px 20px;
}
@media screen and (max-width: 767px) {
  .factorySection .factory {
    padding: 60px 20px;
  }
}
.factorySection .factory h2 {
  margin-bottom: 80px;
}
.factorySection .factoryList {
  counter-reset: count;
}
.factorySection .factoryList_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.factorySection .factoryList_item + * {
  margin-top: 80px;
}
.factorySection .factoryList_itemImage {
  width: 380px;
}
.factorySection .factoryList_itemImage img {
  display: block;
}
@media screen and (max-width: 767px) {
  .factorySection .factoryList_itemImage img {
    margin-bottom: 20px;
  }
}
.factorySection .factoryList_itemImage .title {
  color: var(--text, #1B1B1B);
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-style: normal;
  font-weight: 600;
  display: flex;
  margin-bottom: 20px;
}
.factorySection .factoryList_itemImage .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  width: calc(100% - 45px);
  margin-top: 5px;
}
.factorySection .factoryList_itemImage .title .number {
  width: 45px;
}
.factorySection .factoryList_itemImage .title .number::before {
  counter-increment: count;
  content: "0" counter(count);
  color: var(--main_color, #A41A55);
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .factorySection .factoryList_itemContents {
    width: calc(100% - 460px);
  }
}
.factorySection .factoryList_itemContents .title {
  color: var(--text, #1B1B1B);
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
}
.factorySection .factoryList_itemContents .title .number {
  margin-bottom: 20px;
}
.factorySection .factoryList_itemContents .title .number::before {
  counter-increment: count;
  content: "0" counter(count);
  color: var(--main_color, #A41A55);
  leading-trim: both;
  text-edge: cap;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.factorySection .factoryList_itemContents p {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.footer {
  background: #F5F3F3;
  position: relative;
  padding: 80px 20px 40px;
}
@media screen and (max-width: 1210px) {
  .footer {
    padding-left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 20px 25px;
  }
}
.footerWrapper {
  max-width: 1140px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerWrapper .title .logo {
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footerWrapper .title .logo {
    margin-left: -11px;
    margin-top: -11px;
    width: 160px;
    height: 56px;
  }
}
.footerWrapper .title p {
  color: var(--text, #1B1B1B);
  font-size: 16px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 160%;
}
.footerWrapper .title p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footerWrapper .body {
    margin-top: 40px;
  }
}
.footerWrapper .body .footerNav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footerWrapper .body .footerNav {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footerWrapper .body .footerNav {
    width: 428px;
  }
}
.footerWrapper .body .footerNav_item {
  padding-left: 16px;
  border-left: 4px solid #1B1B1B;
  height: 21px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  transform: translateY(-40px);
}
@media screen and (min-width: 768px) {
  .footerWrapper .body .footerNav_item {
    margin-right: 60px;
  }
  .footerWrapper .body .footerNav_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footerWrapper .body .footerNav_item {
    width: 148px;
    margin-top: 30px;
  }
}
.footerWrapper .body .footerNav_link {
  color: var(--text, #1B1B1B);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 767px) {
  .footerWrapper .body .policy {
    display: flex;
    justify-content: center;
  }
}
.footerWrapper .body .policy_link {
  color: var(--text, #1B1B1B);
  font-size: 14px;
  font-style: normal;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: normal;
  text-decoration-line: underline;
}
.footer .copy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.2px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    margin-top: 20px;
  }
}

.slider {
  margin: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slider .slick-track,
.slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slider .slick-list:focus {
  outline: none;
}
.slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slider .slick-list .slick-slide {
  padding: 0 4rem;
  float: left;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .slider .slick-list .slick-slide {
    padding: 0;
  }
}
.slider .slick-list .slick-slide a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border-top: 2px solid #ac9e6d;
  border-left: 2px solid #ac9e6d;
}
@media screen and (max-width: 767px) {
  .slider .slick-prev,
  .slider .slick-next {
    display: none !important;
  }
}
.slider .slick-prev {
  left: 9rem;
  transform: rotate(-45deg);
}
.slider .slick-next {
  right: 9rem;
  transform: rotate(135deg);
}
.slider .slide-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  z-index: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .slider .slide-dots {
    left: 20px;
    transform: none;
  }
}
.slider .slide-dots li {
  padding: 0;
  position: relative;
  background: none;
  margin: 0 20px;
  border: none;
}
@media screen and (max-width: 767px) {
  .slider .slide-dots li {
    margin: 0 14px;
  }
}
.slider .slide-dots li button {
  background: none;
  display: none;
}
.slider .slide-dots li::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background: #d5d5d5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .slider .slide-dots li::after {
    height: 8px;
    width: 8px;
  }
}
.slider .slide-dots li.slick-active::after {
  background: #A41A55;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
