@charset "UTF-8";
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  /*color:#000;*/
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #513746;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-weight: inherit;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 50px !important;
  }
}

p {
  line-height: 2.4;
}

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

a {
  color: #513746;
  text-decoration: none;
}
a:visited, a:hover, a:active {
  color: #513746;
}

ul {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_70 {
  margin-top: 70px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.mb_20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.mb_30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb_30 {
    margin-bottom: 4vw !important;
  }
}
.mb_40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.mb_70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb_70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.mb_100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb_100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.mb_140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb_140 {
    margin-bottom: 18.6666666667vw !important;
  }
}

.fs_12 {
  font-size: 1.2rem;
}
.fs_20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs_sm_16 {
    font-size: 1.6rem;
  }
}

.fw_b {
  font-weight: bold;
}

.center {
  margin: 0 auto;
}

.sourceview {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #b1d5cb;
  border-radius: 50%;
  text-decoration: none;
  z-index: 2;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    background: hsla(0deg, 0%, 100%, 0.8);
    z-index: 99;
  }
}
.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding: 0 4vw;
    height: 45px;
  }
}
.headerLogo {
  flex-shrink: 0;
}
.headerLogoImg {
  width: 220px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .headerLogoImg {
    width: 180px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .headerLogoImg {
    width: 150px;
    height: 29px;
  }
}
.headerNavList {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerNavList {
    display: flex;
    margin-right: 50px;
  }
}
.headerNavItem {
  margin-left: 15px;
}
.headerNavItemIco {
  width: 35px;
  height: 35px;
}
.headerContentsList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .headerContents {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #e1e1e1;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 1;
  }
}
.headerContentsOpen {
  transform: translateY(0);
  top: 45px;
  transition: all 0.6s;
}
.headerContentsItem {
  display: flex;
  align-items: center;
  margin-left: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #513746;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1160px) {
  .headerContentsItem {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: all 0.5s;
  }
  .headerContentsItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .headerContentsItem:before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem:nth-child(6), .headerContentsItem:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem:last-child {
    padding: 4vw;
  }
  .headerContentsItem:last-child:hover {
    background: none;
  }
  .headerContentsItem:last-child:before {
    display: none;
  }
}
.headerContentsItem a {
  flex-shrink: 0;
}
.headerContentsItemLink {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink {
    padding: 25px 4vw;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
  }
}
.headerContentsItemLink::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #edb3a1;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink::after {
    display: contents;
  }
}
.headerContentsItemLink:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink:hover::after {
    display: contents;
  }
}
.headerContentsItemIco {
  width: 30px;
  height: 30px;
}
.headerContentsItemBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #71bfac;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .headerContentsItemBtn {
    width: 100px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItemBtn {
    width: inherit;
    height: 45px;
  }
}
.headerContentsItemBtn:link, .headerContentsItemBtn:active, .headerContentsItemBtn:hover, .headerContentsItemBtn:visited {
  color: #fff;
}
.headerContentsItemBtn:hover {
  background-color: #5ba492;
  color: #fff;
}

/* ハンバーガーメニュー
--------------------------------------------------- */
.hamburger {
  width: 55px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  right: 0;
  top: calc(50% - 12px);
  color: #71bfac;
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburgerBar {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #71bfac;
  transform: rotate(0);
  transition: transform 0.6s;
}
.hamburgerBar:first-child {
  top: 0;
}
.hamburgerBar:nth-child(2) {
  top: 10px;
  opacity: 1;
}
.hamburgerBar:nth-child(3) {
  bottom: 0;
}
.hamburgerClose {
  transition: transform 0.6s;
}
.hamburgerClose .hamburgerBar:first-child {
  transform: rotate(45deg);
  top: 12px;
}
.hamburgerClose .hamburgerBar:nth-child(2) {
  opacity: 0;
}
.hamburgerClose .hamburgerBar:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
  margin: auto;
  padding: auto;
  /* mainVisual
  --------------------------------------------------- */
  /* localNavigation
  --------------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
}
.main__flex {
  margin: 80px auto 100px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .main__flex {
    margin: 60px auto 30px 0;
    padding: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.main .mainHeadline {
  margin: auto;
  padding: 0 20px;
  height: 180px;
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
}
@media screen and (max-width: 768px) {
  .main .mainHeadline {
    padding: 0;
    text-align: center;
    height: 100%;
    background: none;
  }
}
.main .mainHeadline__bg {
  margin: auto;
  width: 1000px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline__bg {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: top;
  }
}
.main .mainHeadline .mainHeadlineBread {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline .mainHeadlineBread {
    padding: 5px 3%;
    position: absolute;
    top: 30vh;
  }
}
.main .mainHeadline .mainHeadlineBread__item {
  display: inline;
  list-style: none;
}
.main .mainHeadline .mainHeadlineBread__item::after {
  content: ">";
  padding: 0 3px 0 6px;
  color: #000000;
}
.main .mainHeadline .mainHeadlineBread__item:last-child:after {
  content: "";
}
.main .mainHeadline .mainHeadline__ttl {
  margin: 50px 0 0 0;
  position: relative;
  font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline .mainHeadline__ttl {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 10px #333;
  }
}
.main .mainHeadline .mainHeadline__ttl::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: -15px;
  transform: translateX(-50%);
  background-color: #bf204a;
  content: "";
}
@media screen and (max-width: 768px) {
  .main .mainHeadline .mainHeadline__ttl::before {
    display: none;
  }
}
.main .mainHeadline__bg {
  background-image: url(/assets/img/guide/mv_guide_pc.jpg);
}
@media screen and (max-width: 768px) {
  .main .mainHeadline__bg {
    background-image: url(/assets/img/guide/mv_guide_sp.jpg);
  }
}
.main .mainNav {
  width: 250px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .main .mainNav {
    width: 100%;
    margin-right: 0px;
  }
}
.main .mainNav4th__item {
  position: relative;
  padding: 10px 0 0px 45px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .main .mainNav4th__item {
    position: relative;
    height: 20px;
    margin: 30px;
    padding: 30px;
    width: inherit;
    background: #fff;
    border: solid 1px #666;
  }
  .main .mainNav4th__item a {
    position: absolute;
    padding: 0 44px 0 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
}
.main .mainNav4th__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 18px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #bf204a;
  border-right: 2px solid #bf204a;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .main .mainNav4th__item::after {
    position: absolute;
    right: 30px;
    left: unset;
    top: 33px;
    bottom: inherit;
    content: "\F138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf204a;
    border: unset;
    transform: none;
  }
}
.main .mainNav4th__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .main .mainNav4th__item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
}
.main .mainNav__list {
  border-top: solid 3px #e1e1e1;
}
@media screen and (max-width: 768px) {
  .main .mainNav__list {
    padding: 0 3%;
    border: none;
  }
}
.main .mainNav__item {
  padding: 15px 0 15px;
  border-bottom: dotted 1px #000;
}
@media screen and (max-width: 768px) {
  .main .mainNav__item {
    margin: 30px 0;
    padding: 30px 0 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .main .mainNav__item:last-child {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
  }
}
.main .mainNav__item:hover {
  background: #e1e1e1;
}
@media screen and (max-width: 768px) {
  .main .mainNav__item--none {
    display: none;
  }
}
.main .mainNav__txt {
  display: flex;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .mainNav__txt {
    margin: 0 3%;
    padding: 0.25em 0.5em;
    font-size: 18px;
    border-left: solid 2px;
  }
}
.main .mainNav__txt::before {
  position: relative;
  top: 4px;
  left: -17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F138";
  color: #bf204a;
}
@media screen and (max-width: 768px) {
  .main .mainNav__txt::before {
    display: none;
  }
}
.main .mainNav__txt--current {
  font-weight: bold;
}
.main .mainNavBnr {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .main .mainNavBnr {
    display: none;
  }
}
.main .mainNavBnr p {
  margin: 0 0 15px;
}
.main .mainNavBnr__container {
  margin: auto;
  padding: 3px;
  border: solid 1px #e1e1e1;
}
.main .mainNavBnr__container img {
  width: 100%;
}
.main .mainNavBnr__item {
  text-align: center;
}
.main .mainNavBnr__link {
  position: relative;
  padding: 0 0 0 13px;
  font-weight: bold;
  text-align: center;
}
.main .mainNavBnr__link::before {
  position: absolute;
  top: 0;
  left: -7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F138";
  color: #bf204a;
}
.main .mainContent {
  /* bigHeadline
  --------------------------------------------------- */
  /* CTA(tel&form)
  --------------------------------------------------- */
  /* contents
  --------------------------------------------------- */
  flex-grow: 3;
  margin: 0 auto;
  width: 700px;
  /* heading
  --------------------------------------------------- */
  /* subHeading
  --------------------------------------------------- */
  /* decoration
  --------------------------------------------------- */
  /* goToTopButton
  --------------------------------------------------- */
}
.main .mainContent__bigttl {
  margin: 0 0 30px 0;
  padding: 0.5em 0;
  font-size: 24px;
  line-height: 1.5em;
  border-top: solid 3px #bf204a;
  border-bottom: solid 1px #bf204a;
}
@media screen and (max-width: 768px) {
  .main .mainContent__bigttl {
    margin: 0 auto 30px 0;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
    border: none;
    color: #666;
  }
}
.main .mainContent__bigttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .mainContent__bigttl br {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .main .mainContent__bigttl::before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    display: inline-block;
    content: "";
    background-color: #bf204a;
  }
}
.main .mainContentContact {
  margin: 10px 0 30px;
  border-radius: 6px;
  border: solid 2px #999;
}
.main .mainContentContact__ttl {
  position: relative;
  padding: 10px 0 10px 90px;
  background: #08618d;
  color: #fff;
  font-size-size: 20px;
  font-size-weight: bold;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__ttl {
    position: relative;
    padding: 10px 0 10px 52px;
    background: #08618d;
    color: #fff;
    font-size: 3.75vw;
    font-weight: bold;
  }
}
.main .mainContentContact__ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 44px;
  width: 0px;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #08618d transparent transparent transparent;
  border-width: 10px 6px 0 6px;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__ttl::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 34px;
    width: 0px;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #08618d transparent transparent transparent;
    border-width: 10px 6px 0 6px;
  }
}
.main .mainContentContact__ttl2 {
  padding: 10px 10px;
  text-align: center;
}
.main .mainContentContact__ttl2::after {
  content: none;
}
.main .mainContentContact__unit {
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__unit {
    margin: 30px 3% 0;
    display: block;
    padding: 0.25em 0.5em;
  }
}
.main .mainContentContact__unit2 {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__unit2 {
    margin: 30px 3%;
    display: block;
    padding: 0.25em 0.5em;
    text-align: center;
  }
}
.main .mainContentContact__text {
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__text {
    margin: 30px 3%;
    display: block;
    padding: 0.25em 0.5em;
    font-size: 14px;
  }
}
.main .mainContentContact__tel {
  text-align: center;
  background: url("/assets/img/common/ico_tel_contact_pc.png") 0 8px no-repeat;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__tel {
    background: inherit;
    margin: 0 0 30px 0;
  }
  .main .mainContentContact__tel img {
    width: 100%;
  }
}
.main .mainContentContact__img {
  position: absolute;
  left: 30px;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__img {
    top: 2px;
    left: 7px;
    height: 36px;
    width: 36px;
  }
}
.main .mainContentContactTel__txt {
  display: block;
  margin-left: 24px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
.main .mainContentContact__mail {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__mail {
    background: inherit;
    margin: 0 0 30px 0;
  }
  .main .mainContentContact__mail img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__mail2 {
    margin: 20px 0 0;
  }
}
.main .mainContentContactMail__txt {
  display: block;
  width: 300px;
  height: 50px;
  border-radius: 4px;
  background: #444;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 5px;
}
.main .mainContentContactMail__txt a:visited, .main .mainContentContactMail__txt a:link, .main .mainContentContactMail__txt a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main .mainContentContactMail__txt a:link {
    color: #444;
  }
  .main .mainContentContactMail__txt a:visited, .main .mainContentContactMail__txt a:active {
    color: #6b6b6b;
  }
  .main .mainContentContactMail__txt a:hover {
    text-decoration: none;
    color: #6b6b6b;
  }
}
.main .mainContentContactMail__txt2 {
  width: 270px;
  margin: 0 auto;
  background: #bf204a;
  font-size: 18px;
  line-height: 2.8;
}
.main .mainContentContactMail__txt2 a:visited, .main .mainContentContactMail__txt2 a:link, .main .mainContentContactMail__txt2 a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main .mainContentContactMail__txt2 a:link {
    color: #fff;
  }
  .main .mainContentContactMail__txt2 a:visited, .main .mainContentContactMail__txt2 a:active {
    color: #fff;
  }
  .main .mainContentContactMail__txt2 a:hover {
    text-decoration: none;
    color: #fff;
  }
}
.main .mainContentContact__detail {
  display: flex;
}
.main .mainContentContact__btn {
  border-radius: 4px;
  width: 300px;
  height: 54px;
  background: #444;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__btn {
    width: 100%;
    background: none;
    font-size: 24px;
    font-weight: bold;
  }
}
.main .mainContentContact__btn a {
  display: block;
}
.main .mainContentContact__btn a:visited, .main .mainContentContact__btn a:link, .main .mainContentContact__btn a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main .mainContentContact__btn a:visited, .main .mainContentContact__btn a:link, .main .mainContentContact__btn a:hover {
    color: #444;
  }
}
@media screen and (max-width: 768px) {
  .main .mainContent {
    margin: 0 auto;
    padding: 0 3% 60px;
    width: 94%;
  }
}
.main .mainContent__lead {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .main .mainContent__lead {
    font-size: 4.6vw;
  }
}
.main .mainContent__lead--sub {
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .main .mainContent__lead--sub {
    font-size: 4.6vw;
    line-height: 2;
  }
}
.main .mainContent__sup {
  font-size: 14px;
  text-align: center;
}
.main .mainContent__link:visited, .main .mainContent__link:link, .main .mainContent__link:hover {
  color: #bf204a;
}
.main .mainContent__margin--b10 {
  margin-bottom: 10px !important;
}
.main .mainContent__margin--b30 {
  margin-bottom: 30px !important;
}
.main .mainContent__margin--b60 {
  margin-bottom: 60px !important;
}
.main .mainContent__margin--t20 {
  margin-top: 20px !important;
}
.main .mainContent__margin--t40 {
  margin-top: 40px !important;
}
.main .mainContent__margin--t60 {
  margin-top: 60px !important;
}
.main .mainContent__ttl {
  margin: 30px 0;
  padding: 0 0 0.3em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px;
}
@media screen and (max-width: 768px) {
  .main .mainContent__ttl {
    margin: 30px 0;
    color: #444;
    border-bottom: solid 1px #666;
  }
}
.main .mainContent__subttl {
  margin: 30px 0 0;
  padding: 0 0 0.3em;
  font-size: 16px;
  font-weight: bold;
}
.main .mainContent__txt {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .main .mainContent__txt {
    text-align: left;
    line-height: 2;
    color: #666;
  }
}
.main .mainContent__txt--bold {
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .main .mainContent__txt--bold {
    color: #444;
    margin: 30px 0;
    text-align: left;
    line-height: 2em;
  }
}
.main .mainContent__flex--2item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main .mainContent__flex--2item {
    display: block;
  }
}
.main .mainContent__flex--1item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main .mainContent__flex--1item {
    display: block;
    text-align: center;
  }
  .main .mainContent__flex--1item > img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .main .mainContent__flex--1item > img {
    padding-top: 0;
  }
}
.main .mainContent__img {
  margin: 0 30px 30px 0;
}
.main .mainContent__caption {
  color: #666;
}
.main .mainContent__caption dt {
  margin-top: 10px;
}
.main .mainContent__caption dd {
  margin: -26px 0 0px 18px;
}
.main .mainContent__list {
  margin-bottom: 30px;
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 768px) {
  .main .mainContent__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.main .mainContent__list--check {
  position: relative;
  padding: 2px 0 2px 40px;
  border: solid 2px #e1e1e1;
  background: #fafafa;
}
.main .mainContent__list--circle {
  counter-reset: list_count;
  position: relative;
  padding: 2px 0 2px 14px;
  border: solid 2px #e1e1e1;
  background: #fafafa;
}
.main .mainContent__list--left {
  text-align: left;
}
.main .mainContent__item {
  padding: 0 0 0 20px;
}
.main .mainContent__item::before {
  content: "";
  position: relative;
  top: -3px;
  left: -10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #08618d;
}
.main .mainContent__item--check {
  line-height: 1;
  margin: 20px 0;
}
.main .mainContent__item--check::before {
  content: "";
  position: absolute;
  left: 3%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #08618d;
  border-bottom: 2px solid #08618d;
  transform: rotate(-45deg);
}
.main .mainContent__item--circle {
  line-height: 1;
  margin: 20px 0;
}
.main .mainContent__item--circle::before {
  display: block;
  float: left;
  counter-increment: list_count;
  content: counter(list_count);
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: -4px 0.25em 0 0;
  background-color: #08618d;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.main .mainContent__detail {
  border: solid 2px #e1e1e1;
  margin-bottom: 30px;
  padding: 14px 30px;
  background: #fafafa;
  line-height: 2.4;
}
.main .mainContent__detail dd {
  margin-left: 25px;
}
.main .mainContent__detail dd img {
  vertical-align: middle;
  margin: 0 0 1px 2px;
}
.main .mainContent__btn {
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  background: #444;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.main .mainContent__btn a:visited, .main .mainContent__btn a:link, .main .mainContent__btn a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main .mainContent__btn {
    display: block;
    padding: 0.8rem 3rem;
    margin: 10px 20px 0 0;
    text-align: center;
    font-size: 18px;
  }
}
.main .mainContent .categoryTop {
  display: flex;
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .mainContent .categoryTop {
    display: none;
  }
}
.main .mainContent .categoryTop__btn {
  margin: 0 auto;
  width: 310px;
  background: #bf204a;
  border-radius: 3px;
  transition: 0.4s;
}
.main .mainContent .categoryTop__btn a:visited, .main .mainContent .categoryTop__btn a:link, .main .mainContent .categoryTop__btn a:hover {
  color: #fff;
  line-height: 50px;
}
.main .mainContent .categoryTop__link {
  display: block;
}

.NPLink {
  border-bottom: solid 1px;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer {
  background-color: #f5f5f5;
}
.footerInnerUpper {
  margin: 0 auto;
  padding: 80px 20px 0;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerUpper {
    padding: 60px 0 0;
  }
}
.footerInnerUpperMenuItem {
  margin-bottom: 15px;
}
.footerInnerLower {
  margin: 0 auto;
  padding: 0 20px 50px;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerLower {
    padding: 0 4vw 60px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav {
    display: block;
    visibility: visible;
    transition: all 0.3s ease-in;
    opacity: 1;
    position: relative;
    width: 100%;
  }
}
.footerNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footerNavList {
    display: block;
    width: 100%;
    border-top: 2px solid #e1e1e1;
  }
}
.footerNavItem {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItem {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItem {
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    align-items: center;
    margin-bottom: 0;
  }
  .footerNavItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
.footerNavItemOpen {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItemOpen {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItemOpen {
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.footerNavMenu {
  margin-bottom: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footerNavMenu {
    margin: 0;
    padding: 25px 4vw;
    width: 100%;
  }
}
.footerNavSubmenuItem:first-child {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuItem {
    display: block;
    height: 70px;
    margin-bottom: 0;
  }
  .footerNavSubmenuItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavSubmenuItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .footerNavSubmenuItemLink {
    display: flex;
    align-items: center;
    padding: 0 4vw;
    width: 100%;
    height: 100%;
  }
}
.footerNavSubmenuList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuList {
    gap: 0;
  }
}
.footerLowerList {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footerLowerList {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footerLowerItem {
  margin-left: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .footerLowerItem {
    order: 1;
    margin: 0 0 30px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footerLowerItemCopy {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .footerLowerItemCopy {
    order: 2;
    margin-top: 30px;
  }
}

.ac-box label {
  color: #513746;
}
@media screen and (max-width: 768px) {
  .ac-box label {
    display: flex;
    padding: 25px 4vw;
    width: 100%;
    transition: all 0.5s;
  }
  .ac-box label:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .ac-box label:after {
    position: absolute;
    content: "\F067";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 768px) {
  .ac-box input {
    display: none;
  }
  .ac-box input:checked ~ label::after {
    position: absolute;
    content: "\F068";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .ac-box input:checked ~ .ac-small {
    height: auto;
    background: #f9f3f4;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .ac-small {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}