@charset "UTF-8";
/*
*/
header#header .nav ul > li a {
  font-size: 15px;
}

header#header.isMin .nav ul > li a {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .pageShareBtns {
    padding: 0;
  }
}

.pageBackto {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.pageBackto a span {
  background-position: left 2px;
}

[data-display-state="hidden"] {
  display: none;
}

[data-animation-state] {
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state="transparent"] {
  opacity: 0;
  transform: translateY(20px);
}

[data-animation-state="active"] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes anipic {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.c-title {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 34px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.c-text {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 13px;
  }
}

.c-text a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .c-caption {
    margin-top: 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-caption {
    margin-top: 12px;
    font-size: 11px;
  }
}

.c-caption a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .c-copyright {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-copyright {
    margin-top: 8px;
    font-size: 11px;
  }
}

.c-mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*
  @include mq(pc){ padding-top: 58.65%; }
  @include mq()  { padding-top: 56.25%; }
  */
}

.c-mov iframe, .c-mov img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.btn-01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #000;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn-01 a {
    min-height: 64px;
    font-size: 18px;
    padding: 8px 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn-01 a {
    width: 100%;
    min-height: 60px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .btn-01 a {
    /* iOSバグ対応 */
  }
  .btn-01 a:hover {
    opacity: .6;
    transition: 0.4s;
  }
}

.btn-01 a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 21px;
  content: '';
  background: url(../img/icon-arr-w.png) center center no-repeat;
  background-size: 100% auto;
}

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

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

.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.modal-window-close {
  display: none;
  position: absolute;
  top: calc(-38px - 20px);
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/icon_close.png);
  background-size: 100%;
  cursor: pointer;
}

[data-modal-section] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  background: #fff;
  transform: translate(-50%, -48%);
}

@media screen and (min-width: 768px) {
  [data-modal-section] {
    padding: 80px 30px 40px;
    width: 600px;
    height: 620px;
    border: 10px solid #000;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] {
    padding: 30px 15px 10px;
    width: 335px;
    height: 360px;
    border: 5px solid #000;
  }
}

[data-modal-section] p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  [data-modal-section] p {
    width: 480px;
    margin: 60px auto 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] p {
    margin: 30px auto 0;
    font-size: 11px;
  }
}

[data-modal-section] img {
  display: block;
  margin: 0 auto;
}

[data-modal-section] .slick-prev, [data-modal-section] .slick-next {
  z-index: 5;
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 20px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 10px;
    height: 15px;
  }
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-prev {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev {
    left: 2%;
  }
}

[data-modal-section] .slick-prev:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: '　';
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-prev:before {
    font-size: 10px;
  }
}

[data-modal-section] .slick-next {
  top: 50%;
}

@media screen and (min-width: 768px) {
  [data-modal-section] .slick-next {
    right: 5%;
    transform: translateY(-50%) rotate(-180deg);
  }
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-next {
    right: 2%;
    transform: translateY(-115%) rotate(-180deg);
  }
}

[data-modal-section] .slick-next:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: '　';
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  [data-modal-section] .slick-next:before {
    font-size: 10px;
  }
}

.special-2310-maxmara {
  background-color: #fff;
  line-height: 1.7;
}

.special-2310-maxmara img {
  max-width: 100%;
}

.special-2310-maxmara a {
  transition: .4s;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara a:hover {
    transition: .4s;
    opacity: .4;
  }
}

.special-2310-maxmara * {
  box-sizing: border-box;
}

.special-2310-maxmara .btn-01 a {
  margin: 30px auto 0;
  width: 100%;
  max-width: 420px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .btn-01 a {
    max-width: 100%;
  }
}

.special-2310-maxmara .font-op, .special-2310-maxmara .font-op-b {
  font-family: 'Sawarabi Mincho', sans-serif;
  line-height: 1;
}

.special-2310-maxmara .font-op-b {
  font-weight: bold;
}

.special-2310-maxmara .font-op2, .special-2310-maxmara .font-op2-b {
  font-family: 'Nanum Myeongjo', serif;
  line-height: 1;
}

.special-2310-maxmara .font-op2-b {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section {
    margin-top: 60px;
  }
}

.special-2310-maxmara .section-inner {
  width: 100%;
  padding: 0 20px;
  max-width: 1060px;
  margin: 0 auto;
}

.article-footer {
  color: #1b1b1b;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .article-footer {
    padding: 200px 0 100px;
    line-height: 1.571;
  }
}

@media screen and (max-width: 767px) {
  .article-footer {
    padding: 100px 0;
    line-height: 1;
  }
}

.article-footer h2 {
  display: inline-block;
  border-bottom: 1px solid #1b1b1b;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .article-footer h2 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}

.article-footer h3 {
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .article-footer h3 {
    margin-top: 10px;
  }
}

.article-footer h3 + p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .article-footer p {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer [src*="icon_freedial.png"] {
    width: 22px;
    height: 13px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer [src*="icon_freedial.png"] {
    width: calc(36px/2);
    height: calc(23px/2);
  }
}

.article-footer a:link, .article-footer a:visited, .article-footer a:hover, .article-footer a:active {
  outline: none;
  color: inherit;
  text-decoration: none;
}

.article-footer a[href^="tel"] {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .article-footer a[href^="tel"] {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer a[href^="tel"] {
    gap: 6px;
  }
}

.article-footer a[href="#top"] {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #1b1b1b;
}

@media screen and (max-width: 767px) {
  .article-footer a[href="#top"] {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .article-footer-credit {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .article-footer-credit {
    margin-bottom: 50px;
    font-size: 11px;
    line-height: 21px;
  }
  .article-footer-credit p {
    margin-bottom: 12px;
  }
}

.article-footer .btn-01 a {
  max-width: 350px;
}

@media screen and (min-width: 768px) {
  .article-contact-list {
    margin-bottom: 100px;
  }
  .article-contact-list li > p {
    margin-top: 20px;
  }
  .article-contact-list li:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .article-contact-list {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 1.542;
  }
}

.article-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .article-sns-list {
    margin: -40px auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .article-sns-list {
    margin-bottom: 50px;
  }
}

.article-sns-list img {
  width: 30px;
}

.article-sns-list .x img {
  width: 31px;
}

.special-2310-maxmara .section-top {
  position: relative;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-top {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top {
    margin-bottom: -5px;
  }
}

.special-2310-maxmara .section-top-label {
  position: absolute;
  font-weight: bold;
  color: #222;
  z-index: 10;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-top-label {
    top: 10px;
    right: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top-label {
    top: 5px;
    right: 5px;
    font-size: 10px;
  }
}

.special-2310-maxmara .section-top-obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #fafafb 18%, #c3d6e7 89%);
  z-index: 0;
  content: '';
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-top-obj {
    height: 670px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top-obj {
    height: 75%;
  }
}

.special-2310-maxmara .section-top .section-inner {
  display: flex;
  text-align: center;
  max-width: 1100px;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-top .section-inner {
    padding-top: 74px;
    justify-content: space-between;
    transform: translateX(20px);
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top .section-inner {
    padding-top: 34px;
    flex-direction: column;
    align-items: center;
  }
}

.special-2310-maxmara .section-top-img {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-top-img {
    width: 55%;
    max-width: 548px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top-img {
    margin-top: 20px;
  }
}

.special-2310-maxmara .section-top-txt {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-top-txt {
    width: 45%;
    max-width: 480px;
    padding: 85px 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-top h1 {
    margin-bottom: 32px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top h1 {
    margin-bottom: 16px;
    max-width: 142px;
  }
}

.special-2310-maxmara .section-top h2 {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-top h2 {
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: -.04em;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top h2 {
    margin-bottom: 6px;
    font-size: 23px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-top .c-lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top .c-lead {
    font-size: 11px;
    line-height: 17px;
  }
}

.special-2310-maxmara .section-top .c-caption {
  margin-right: -.5em;
  color: #49545a;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-top .c-caption {
    font-size: 14px;
    letter-spacing: -.025em;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-top .c-caption {
    font-size: 11px;
    letter-spacing: -.07em;
    text-align: left;
  }
}

.special-2310-maxmara .section-main img {
  vertical-align: bottom;
  width: 100%;
}

.special-2310-maxmara .section-main .c-title {
  color: #222;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-main .c-title {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-main .c-text {
    letter-spacing: .07em;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-main .c-text {
    letter-spacing: .05em;
    line-height: 20px;
  }
}

.special-2310-maxmara .section-main .c-caption {
  color: #49545a;
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-main .c-caption {
    letter-spacing: .1em;
    line-height: 16px;
  }
}

.special-2310-maxmara .section-main .section-img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-main .section-img {
    margin-bottom: 32px;
  }
}

.special-2310-maxmara .section-main .section-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b3c8dd;
  content: '';
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-main .section-img::after {
    top: 14px;
    left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-main .section-img::after {
    top: 8px;
    left: 8px;
  }
}

.special-2310-maxmara .section-main .section-img img {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-main .section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
  }
  .special-2310-maxmara .section-main:nth-of-type(odd) .section-inner {
    flex-direction: row-reverse;
  }
  .special-2310-maxmara .section-main .section-text {
    width: 36%;
    max-width: 360px;
  }
  .special-2310-maxmara .section-main .section-img {
    width: 61%;
    max-width: 620px;
  }
}

.special-2310-maxmara #section6 .c-title.is-pc {
  margin-right: -4px;
}

.special-2310-maxmara .section-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-profile {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-profile {
    margin-top: 90px;
  }
}

.special-2310-maxmara .section-profile .c-title {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-profile .c-title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-profile .c-title {
    margin-bottom: 30px;
  }
}

.special-2310-maxmara .section-profile .c-title:after {
  position: absolute;
  background-color: #222;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-profile .c-title:after {
    width: 50px;
    height: 2px;
    bottom: -18px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-profile .c-title:after {
    width: 25px;
    height: 1px;
    bottom: -14px;
  }
}

.special-2310-maxmara .section-profile .c-title img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-profile .c-title img {
    max-width: 57px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-profile .c-title img {
    max-width: 44px;
  }
}

.special-2310-maxmara .section-profile .c-text {
  padding: 0 40px;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-profile .c-text {
    max-width: 766px;
    text-align: center;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-profile .c-text {
    letter-spacing: .03em;
    line-height: 20px;
  }
}

.special-2310-maxmara .section-infomation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (min-width: 767px) {
  .special-2310-maxmara .section-infomation {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-infomation {
    margin-top: 90px;
  }
}

.special-2310-maxmara .section-infomation .section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-infomation .section-inner {
    border: 2px solid #222;
    padding: 80px 40px;
    max-width: 948px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-infomation .section-inner {
    border: 1px solid #222;
    padding: 40px 20px;
  }
}

.special-2310-maxmara .section-infomation .c-title {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-infomation .c-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-infomation .c-title {
    margin-bottom: 12px;
  }
}

.special-2310-maxmara .section-infomation .c-title img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-infomation .c-title img {
    max-width: 314px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-infomation .c-title img {
    max-width: 218px;
  }
}

.special-2310-maxmara .section-infomation .c-titles {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-infomation .c-titles {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-infomation .c-titles {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}

.special-2310-maxmara .section-infomation .c-text {
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-infomation .c-text {
    max-width: 590px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-infomation .c-text {
    line-height: 20px;
  }
}

.special-2310-maxmara .section-infomation-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #222;
}

.special-2310-maxmara .section-infomation-list li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #222;
}

.special-2310-maxmara .section-infomation-list a[href^="tel"] {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .special-2310-maxmara .section-infomation-list {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .special-2310-maxmara .section-infomation-list {
    font-size: 13px;
    line-height: 20px;
  }
  .special-2310-maxmara .section-infomation-list p + p {
    margin-top: 15px;
  }
}
