@charset "UTF-8";
/*--------------------------------------------------
  header
--------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  z-index: 999;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .header-inner {
    width: 1280px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .header-inner {
    width: 100%;
    height: calc(70 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw);
  }
}

.header-logo {
  display: block;
}

@media (min-width: 768px) {
  .header-logo {
    width: 413px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    width: calc(410 / 750 * 100vw);
    height: calc(43 / 750 * 100vw);
  }
}

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../images/logo.jpg) no-repeat center/contain;
}

/* ============================
  main-visual
=============================*/
.mv {
  display: block;
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .mv {
    margin: 70px auto 0;
  }
}

@media (max-width: 767px) {
  .mv {
    margin: calc(70 / 750 * 100vw) auto 0;
  }
}

.mv-inner {
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .mv-inner {
    max-width: 1800px;
    height: 560px;
    background: url(../images/mv_bg_pc.jpg) no-repeat center bottom;
  }
}

@media (max-width: 767px) {
  .mv-inner {
    width: 100%;
    height: calc(464 / 750 * 100vw);
    background: url(../images/mv_bg_sp.jpg) no-repeat center top/cover;
  }
}

.mv-ttl {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  text-shadow: 4px 4px 0px rgba(0, 153, 68, 0.1);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

@media (min-width: 768px) {
  .mv-ttl {
    width: 890px;
    padding-top: 10px;
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .mv-ttl {
    width: 100%;
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
    font-size: calc(66 / 750 * 100vw);
    text-align: center;
  }
}

@media (min-width: 768px) {
  .mv-ttl .t-Sup {
    top: -20px;
    left: -10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .mv-ttl .t-Sup {
    top: calc(-20 / 750 * 100vw);
    left: calc(-16 / 750 * 100vw);
    margin-right: calc(-24 / 750 * 100vw);
    font-size: calc(11 / 750 * 100vw);
  }
}

.mv-ttl .t-L02 {
  display: block;
}

@media (min-width: 768px) {
  .mv-ttl .t-L02 {
    margin-top: 20px;
    margin-left: 140px;
  }
}

@media (max-width: 767px) {
  .mv-ttl .t-L02 {
    margin-top: calc(20 / 750 * 100vw);
    margin-left: calc(20 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .mv-ttl .t-ColorWhite {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .mv-ttl .t-ColorWhite {
    margin-right: calc(5 / 750 * 100vw);
  }
}

.mv-list {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .mv-list {
    bottom: 40px;
    width: 350px;
  }
}

@media (max-width: 767px) {
  .mv-list {
    bottom: calc(-60 / 750 * 100vw);
    width: calc(420 / 750 * 100vw);
  }
}

@media screen and (max-width: 321px) {
  .mv-list {
    width: calc(460 / 750 * 100vw);
  }
}

.mv-list li {
  position: relative;
  display: table;
  border-radius: 50%;
  font-weight: 700;
  z-index: 1;
}

@media (min-width: 768px) {
  .mv-list li {
    width: 94px;
    height: 94px;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .mv-list li {
    width: calc(116 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    font-size: calc(19 / 750 * 100vw);
  }
}

@media screen and (max-width: 321px) {
  .mv-list li {
    width: calc(130 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}

.mv-list li:not(:first-child)::before, .mv-list li:not(:first-child)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin: auto;
  background-color: #666666;
  z-index: 2;
}

@media (min-width: 768px) {
  .mv-list li:not(:first-child)::before, .mv-list li:not(:first-child)::after {
    left: -18px;
    height: 32px;
  }
}

@media (max-width: 767px) {
  .mv-list li:not(:first-child)::before, .mv-list li:not(:first-child)::after {
    left: calc(-20 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

.mv-list li:not(:first-child)::before {
  transform: rotate(45deg);
}

.mv-list li:not(:first-child)::after {
  transform: rotate(-45deg);
}

.mv-list li p {
  text-align: center;
}

@media (min-width: 768px) {
  .mv-list li p {
    line-height: 94px;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767px) {
  .mv-list li p {
    line-height: calc(116 / 750 * 100vw);
    letter-spacing: 0;
  }
}

@media screen and (max-width: 321px) {
  .mv-list li p {
    line-height: calc(130 / 750 * 100vw);
  }
}

.mv-list li p::before, .mv-list li p::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .mv-list li p::before, .mv-list li p::after {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 767px) {
  .mv-list li p::before, .mv-list li p::after {
    box-shadow: 0px 0px calc(5 / 750 * 100vw) 0px rgba(0, 0, 0, 0.3);
  }
}

.mv-list li p::before {
  top: 0px;
  left: 0px;
  z-index: 0;
}

@media (min-width: 768px) {
  .mv-list li p::before {
    width: 94px;
    height: 94px;
  }
}

@media (max-width: 767px) {
  .mv-list li p::before {
    width: calc(116 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
  }
}

@media screen and (max-width: 321px) {
  .mv-list li p::before {
    width: calc(130 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
  }
}

.mv-list li p::after {
  z-index: -1;
}

@media (min-width: 768px) {
  .mv-list li p::after {
    top: -8px;
    left: -8px;
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 767px) {
  .mv-list li p::after {
    top: calc(-10 / 750 * 100vw);
    left: calc(-10 / 750 * 100vw);
    width: calc(136 / 750 * 100vw);
    height: calc(136 / 750 * 100vw);
  }
}

@media screen and (max-width: 321px) {
  .mv-list li p::after {
    top: calc(-10 / 750 * 100vw);
    left: calc(-10 / 750 * 100vw);
    width: calc(152 / 750 * 100vw);
    height: calc(152 / 750 * 100vw);
  }
}

.mv-list li span {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.mv-b {
  width: 100%;
  background-color: var(--color-01);
}

.mv-b-inner {
  margin: auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mv-b-inner {
    width: 1240px;
    padding: 20px 130px;
  }
}

@media (max-width: 767px) {
  .mv-b-inner {
    width: 100%;
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.mv-b-txt {
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .mv-b-txt {
    width: 520px;
    font-size: 28px;
    line-height: 44px;
    text-align: left;
    float: left;
  }
}

@media (max-width: 767px) {
  .mv-b-txt {
    width: 100%;
    padding: calc(60 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.3;
    text-align: center;
  }
}

/*--------------------------------------------------
  button
--------------------------------------------------*/
.btn {
  display: table;
  position: relative;
  background-color: #ff6600;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .btn {
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .btn {
    border-radius: calc(4 / 750 * 100vw);
  }
}

.btn span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  color: #ff6600;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .btn span {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .btn span {
    left: calc(20 / 750 * 100vw);
  }
}

.header-btn {
  z-index: 1;
}

@media (min-width: 768px) {
  .header-btn {
    top: -3px;
    height: 52px;
    padding: 0 20px 0 90px;
    font-size: 20px;
    line-height: 52px;
    box-shadow: 0px 6px 0px 0px #e55c00;
  }
}

@media (max-width: 767px) {
  .header-btn {
    top: calc(-3 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(52 / 750 * 100vw);
    box-shadow: 0px calc(6 / 750 * 100vw) 0px 0px #e55c00;
  }
}

@media (min-width: 768px) {
  .header-btn:hover {
    box-shadow: 0px 2px 0px 0px #e55c00;
    transform: translateY(4px);
  }
}

@media (min-width: 768px) {
  .header-btn span {
    width: 58px;
    height: 24px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .header-btn span {
    top: calc(6 / 750 * 100vw);
    width: calc(58 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    font-size: calc(15 / 750 * 100vw);
    line-height: calc(20 / 750 * 100vw);
  }
}

.entry-btn {
  margin: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .entry-btn {
    height: 88px;
    padding: 0 20px 0 110px;
    font-size: 30px;
    line-height: 88px;
    box-shadow: 0px 6px 0px 0px #e55c00;
  }
}

@media (max-width: 767px) {
  .entry-btn {
    height: calc(96 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(96 / 750 * 100vw);
    box-shadow: 0px calc(6 / 750 * 100vw) 0px 0px #e55c00;
  }
}

@media (min-width: 768px) {
  .entry-btn:hover {
    box-shadow: 0px 2px 0px 0px #e55c00;
    transform: translateY(4px);
  }
}

.entry-btn span {
  border-radius: 50%;
}

@media (min-width: 768px) {
  .entry-btn span {
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .entry-btn span {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(70 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .section-btn {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-btn {
    margin-top: calc(50 / 750 * 100vw);
  }
}

/*--------------------------------------------------
  content
--------------------------------------------------*/
/* ============================
	tab
=============================*/
.content {
  display: block;
  margin: 0 auto;
}

.content-tabBox {
  position: relative;
  width: 100%;
  background-color: #e4f3ff;
  text-align: center;
}

.content-tabBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-01);
  z-index: 0;
}

@media (min-width: 768px) {
  .content-tabBox[data-label="head"] {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .content-tabBox[data-label="head"] {
    padding-top: calc(40 / 750 * 100vw);
  }
}

.content-tabBox[data-label="head"]::after {
  bottom: 0;
}

@media (min-width: 768px) {
  .content-tabBox[data-label="bottom"] {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .content-tabBox[data-label="bottom"] {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.content-tabBox[data-label="bottom"]::after {
  top: 0;
}

.content-tabBox p {
  color: var(--color-01);
}

@media (min-width: 768px) {
  .content-tabBox p {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .content-tabBox p {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.content-tabBox p::before, .content-tabBox p::after {
  content: '';
  position: relative;
  display: inline-block;
  border-left: solid 2px var(--color-01);
  border-right: solid 2px var(--color-01);
}

@media (min-width: 768px) {
  .content-tabBox p::before, .content-tabBox p::after {
    bottom: -6px;
    width: 6px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .content-tabBox p::before, .content-tabBox p::after {
    bottom: calc(-6 / 750 * 100vw);
    width: calc(6 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}

.content-tabBox p::before {
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

@media (min-width: 768px) {
  .content-tabBox p::before {
    left: -25px;
  }
}

@media (max-width: 767px) {
  .content-tabBox p::before {
    left: calc(-25 / 750 * 100vw);
  }
}

.content-tabBox p::after {
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

@media (min-width: 768px) {
  .content-tabBox p::after {
    right: -25px;
  }
}

@media (max-width: 767px) {
  .content-tabBox p::after {
    right: calc(-25 / 750 * 100vw);
  }
}

.content-tabArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  z-index: 0;
}

@media (min-width: 768px) {
  .content-tabArea {
    width: 980px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .content-tabArea {
    width: 100%;
    height: calc(100 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.content-tabArea[data-label="head"] {
  margin: 0 auto -3px;
}

.content-tabArea[data-label="bottom"] {
  margin: -3px auto 0;
}

.content-tabArea .one-tab {
  position: relative;
  display: block;
  flex-shrink: 0;
  height: 100%;
  background-color: #ffffff;
  border-bottom: solid 3px var(--color-01);
  color: #666666;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab {
    width: 470px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab {
    width: 48%;
  }
}

.content-tabArea .one-tab[data-label="head"] {
  border-top: solid 3px #666666;
  border-left: solid 3px #666666;
  border-right: solid 3px #666666;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab[data-label="head"] {
    border-radius: 8px 8px 0 0;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab[data-label="head"] {
    border-radius: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 0;
  }
}

.content-tabArea .one-tab[data-label="bottom"] {
  border-bottom: solid 3px #666666;
  border-left: solid 3px #666666;
  border-right: solid 3px #666666;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab[data-label="bottom"] {
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab[data-label="bottom"] {
    border-radius: 0 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}

.content-tabArea .one-tab:hover {
  background-color: #e6eff6;
}

.content-tabArea .one-tab.select {
  background-color: #ffffff;
  border-color: var(--color-01);
  color: var(--color-01);
  z-index: 1;
  transition: .3s;
}

.content-tabArea .one-tab.select[data-label="head"] {
  border-bottom: none;
}

.content-tabArea .one-tab.select[data-label="bottom"] {
  border-top: none;
}

.content-tabArea .one-tab.select .tab-t::before {
  background-color: var(--color-01);
}

.content-tabArea .one-tab .tab-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-weight: 500;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t {
    height: 90px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t {
    height: calc(100 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.content-tabArea .one-tab .tab-t::before, .content-tabArea .one-tab .tab-t::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

.content-tabArea .one-tab .tab-t::before {
  background-color: #979797;
  border-radius: 50%;
  transition: .3s;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t::before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t::before {
    width: calc(27 / 750 * 100vw);
    height: calc(27 / 750 * 100vw);
  }
}

.content-tabArea .one-tab .tab-t::after {
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t::after {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t::after {
    width: calc(8 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t[data-label="head"] {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t[data-label="head"] {
    padding-top: calc(15 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t[data-label="head"]::before {
    top: 54px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t[data-label="head"]::before {
    top: calc(54 / 750 * 100vw);
  }
}

.content-tabArea .one-tab .tab-t[data-label="head"]::after {
  transform: rotate(-135deg);
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t[data-label="head"]::after {
    top: 58px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t[data-label="head"]::after {
    top: calc(59 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t[data-label="bottom"] {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t[data-label="bottom"] {
    padding-top: calc(44 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t[data-label="bottom"]::before {
    bottom: 54px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t[data-label="bottom"]::before {
    bottom: calc(54 / 750 * 100vw);
  }
}

.content-tabArea .one-tab .tab-t[data-label="bottom"]::after {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .content-tabArea .one-tab .tab-t[data-label="bottom"]::after {
    bottom: 60px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab .tab-t[data-label="bottom"]::after {
    bottom: calc(60 / 750 * 100vw);
  }
}

.content .tab-contents {
  display: block;
}

@media (min-width: 768px) {
  .content .tab-contents {
    width: 980px;
    margin: 50px auto;
  }
}

@media (max-width: 767px) {
  .content .tab-contents {
    width: 100%;
    margin: calc(70 / 750 * 100vw) auto;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.content .tab-contents .tab-main {
  display: none;
  min-height: 280px;
  transition: 0.3s;
}

.content .tab-contents .tab-main.is-show {
  display: block;
}

/* ============================
	intro
=============================*/
.intro {
  display: block;
  width: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
}

@media (min-width: 768px) {
  .intro {
    height: 510px;
    padding: 70px 30px;
  }
}

@media (max-width: 767px) {
  .intro {
    padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .intro[data-num="tab01"] {
    background-image: url(../images/intro_bg_tab01_pc.jpg);
  }
}

@media (max-width: 767px) {
  .intro[data-num="tab01"] {
    height: calc(590 / 750 * 100vw);
    background-image: url(../images/intro_bg_tab01_sp.jpg);
  }
}

@media (min-width: 768px) {
  .intro[data-num="tab02"] {
    background-image: url(../images/intro_bg_tab02_pc.jpg);
  }
}

@media (max-width: 767px) {
  .intro[data-num="tab02"] {
    height: calc(526 / 750 * 100vw);
    background-image: url(../images/intro_bg_tab02_sp.jpg);
  }
}

.intro-ttl {
  display: block;
  margin: auto;
  line-height: 1.22;
}

.intro-ttl-catch {
  display: table;
  margin: auto;
  background-color: #ffffff;
  font-weight: 500;
  -webkit-transform: skewX(-12deg);
  -moz-transform: skewX(-12deg);
  -o-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

@media (min-width: 768px) {
  .intro-ttl-catch {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .intro-ttl-catch {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .intro-ttl-catch .t-BgBlue {
    margin-left: -1px;
    padding: 4px 8px 5px;
  }
}

@media (max-width: 767px) {
  .intro-ttl-catch .t-BgBlue {
    margin-left: calc(-1 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
}

.intro-ttl-main {
  color: #ffffff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .intro-ttl-main {
    margin-top: 10px;
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .intro-ttl-main {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
    font-feature-settings: "palt";
  }
}

.intro-txt {
  color: #ffffff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .intro-txt {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .intro-txt {
    margin-top: calc(10 / 750 * 100vw);
    line-height: 1.3;
  }
}

.intro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .intro-list {
    width: 548px;
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .intro-list {
    width: 100%;
    margin: calc(20 / 750 * 100vw) auto 0;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.intro-list li {
  position: relative;
  flex-shrink: 0;
  margin: auto;
  background-color: #ffffff;
  border: solid 2px #5d3e13;
  border-radius: 50%;
  color: #5d3e13;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .intro-list li {
    width: 160px;
    height: 160px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .intro-list li {
    width: calc(178 / 750 * 100vw);
    height: calc(178 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.intro-list li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #ffffff;
  border-radius: 50%;
  z-index: 0;
}

@media (min-width: 768px) {
  .intro-list li::after {
    width: 154px;
    height: 154px;
  }
}

@media (max-width: 767px) {
  .intro-list li::after {
    width: calc(172 / 750 * 100vw);
    height: calc(172 / 750 * 100vw);
  }
}

.intro-list-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #f3e9db;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  line-height: 1.15;
  text-align: center;
}

@media (min-width: 768px) {
  .intro-list-heading {
    height: 60px;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .intro-list-heading {
    height: calc(70 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
    padding-top: calc(5 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

/* ============================
	section ttl
=============================*/
.s-ttl {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .s-ttl {
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .s-ttl {
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

.s-ttl-heading {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: var(--color-01);
  font-weight: 500;
}

@media (min-width: 768px) {
  .s-ttl-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .s-ttl-heading {
    font-size: calc(30 / 750 * 100vw);
  }
}

.s-ttl-heading::before, .s-ttl-heading::after {
  content: "";
  flex-grow: 1;
  border-top: 2px solid var(--color-01);
}

.s-ttl-heading::before {
  margin-right: .6em;
}

.s-ttl-heading::after {
  margin-left: .6em;
}

.s-ttl-main {
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .s-ttl-main {
    margin-top: 20px;
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .s-ttl-main {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .s-ttl-main .t-Sup {
    top: -10px;
    left: -10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .s-ttl-main .t-Sup {
    top: calc(-10 / 750 * 100vw);
    left: calc(-10 / 750 * 100vw);
    font-size: calc(11 / 750 * 100vw);
  }
}

/* ============================
	trouble
=============================*/
.trouble {
  display: block;
  margin: 0 auto;
}

.trouble-body {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .trouble-body {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .trouble-body {
    padding: calc(50 / 750 * 100vw) 0;
  }
}

@media (min-width: 768px) {
  .trouble-body[data-num="tab01"] {
    height: 600px;
    background-image: url(../images/trouble_body_bg_01_pc.jpg);
  }
}

@media (max-width: 767px) {
  .trouble-body[data-num="tab01"] {
    height: calc(740 / 750 * 100vw);
    background-image: url(../images/trouble_body_bg_01_sp.jpg);
  }
}

@media (min-width: 768px) {
  .trouble-body[data-num="tab02"] {
    height: 590px;
    background-image: url(../images/trouble_body_bg_02_pc.jpg);
  }
}

@media (max-width: 767px) {
  .trouble-body[data-num="tab02"] {
    height: calc(720 / 750 * 100vw);
    background-image: url(../images/trouble_body_bg_02_sp.jpg);
  }
}

.trouble-list {
  display: block;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.2);
  list-style: none;
}

@media (min-width: 768px) {
  .trouble-list {
    width: 660px;
    height: 490px;
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .trouble-list {
    width: calc(640 / 750 * 100vw);
    height: calc(640 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.trouble-list li {
  position: relative;
  font-weight: 700;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .trouble-list li {
    padding: 16px 0 16px 36px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .trouble-list li {
    padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(42 / 750 * 100vw);
  }
}

.trouble-list li:not(:last-child) {
  border-bottom: solid 1px #a0a0a0;
}

.trouble-list li::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  background: url(../images/trouble_list_check.png) no-repeat center/contain;
}

@media (min-width: 768px) {
  .trouble-list li::before {
    top: 10px;
    width: 31px;
    height: 33px;
  }
}

@media (max-width: 767px) {
  .trouble-list li::before {
    top: calc(18 / 750 * 100vw);
    width: calc(31 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
  }
}

.trouble-bottom {
  position: relative;
  display: block;
  background-color: var(--color-01);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .trouble-bottom {
    padding: 20px 0;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .trouble-bottom {
    padding: calc(20 / 750 * 100vw) 0;
    font-size: calc(42 / 750 * 100vw);
  }
}

.trouble-bottom::before, .trouble-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
}

@media (min-width: 768px) {
  .trouble-bottom::before, .trouble-bottom::after {
    border-width: 40px 70px 0 70px;
  }
}

@media (max-width: 767px) {
  .trouble-bottom::before, .trouble-bottom::after {
    border-width: calc(40 / 750 * 100vw) calc(70 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  }
}

.trouble-bottom::before {
  border-color: #7cb4e2 transparent transparent transparent;
}

@media (min-width: 768px) {
  .trouble-bottom::before {
    bottom: -80px;
  }
}

@media (max-width: 767px) {
  .trouble-bottom::before {
    bottom: calc(-85 / 750 * 100vw);
  }
}

.trouble-bottom::after {
  border-color: var(--color-01) transparent transparent transparent;
}

@media (min-width: 768px) {
  .trouble-bottom::after {
    bottom: -70px;
  }
}

@media (max-width: 767px) {
  .trouble-bottom::after {
    bottom: calc(-70 / 750 * 100vw);
  }
}

/* ============================
	about
=============================*/
.about {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .about p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about p {
    text-align: justify;
  }
}

.about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .about-list {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-list {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.about-list > li {
  position: relative;
  flex-shrink: 0;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .about-list > li {
    width: 290px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-list > li {
    width: calc(540 / 750 * 100vw);
    margin: auto;
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.about-list > li[data-num="01"]::after, .about-list > li[data-num="02"]::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

@media (min-width: 768px) {
  .about-list > li[data-num="01"]::after, .about-list > li[data-num="02"]::after {
    top: 0;
    left: 100%;
    border-width: 25px 0 25px 20px;
  }
}

@media (max-width: 767px) {
  .about-list > li[data-num="01"]::after, .about-list > li[data-num="02"]::after {
    left: 0;
    right: 0;
    bottom: calc(-70 / 750 * 100vw);
    margin: auto;
    border-width: calc(40 / 750 * 100vw) calc(145 / 750 * 100vw) 0 calc(145 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .about-list > li[data-num="01"]::after {
    border-color: transparent transparent transparent var(--color-02);
  }
}

@media (max-width: 767px) {
  .about-list > li[data-num="01"]::after {
    border-color: var(--color-02) transparent transparent transparent;
  }
}

@media (min-width: 768px) {
  .about-list > li[data-num="02"]::after {
    border-color: transparent transparent transparent var(--color-03);
  }
}

@media (max-width: 767px) {
  .about-list > li[data-num="02"]::after {
    border-color: var(--color-03) transparent transparent transparent;
  }
}

@media (max-width: 767px) {
  .about-list > li:not(:last-child) {
    margin-bottom: calc(90 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .about-list > li p {
    margin-top: 20px;
    padding: 0 20px;
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .about-list > li p {
    margin-top: 20px;
    padding: 0 20px;
    text-align: justify;
  }
}

.about-num {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .about-num {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .about-num {
    height: calc(66 / 750 * 100vw);
    line-height: calc(66 / 750 * 100vw);
  }
}

.about-num[data-num="01"] {
  background-color: var(--color-02);
}

.about-num[data-num="02"] {
  background-color: var(--color-03);
}

.about-num[data-num="03"] {
  background-color: var(--color-01);
}

.about-num span {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transform: skewX(-12deg);
  -moz-transform: skewX(-12deg);
  -o-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

@media (min-width: 768px) {
  .about-num span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .about-num span {
    font-size: calc(30 / 750 * 100vw);
  }
}

.about-num picture {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .about-num picture {
    height: 148px;
  }
}

@media (max-width: 767px) {
  .about-num picture {
    height: calc(272 / 750 * 100vw);
  }
}

.about-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-bottom: solid 2px var(--color-01);
  color: var(--color-01);
  font-weight: 700;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .about-ttl {
    height: 70px;
    margin: 20px 20px 0;
    padding-bottom: 20px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-ttl {
    margin: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
    padding-bottom: calc(20 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}

.about-txtList {
  list-style: none;
}

@media (min-width: 768px) {
  .about-txtList {
    margin-top: 20px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-txtList {
    margin-top: calc(20 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.about-txtList li {
  padding-left: calc(1em + 5px);
  line-height: 1.15;
}

.about-txtList li:not(:last-child) {
  margin-bottom: 10px;
}

.about-txtList li:not(:last-child)::before {
  content: '◎';
  display: block;
  width: 1em;
  margin-left: calc(-1em - 5px);
  margin-right: 5px;
  text-align: center;
  float: left;
}

.about-txtList li:last-child {
  text-align: right;
}

/* ============================
	property
=============================*/
.property {
  display: block;
  margin: 0 auto;
}

.property-block {
  display: block;
}

@media (min-width: 768px) {
  .property-block[data-num="02"] {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .property-block[data-num="02"] {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.property-heading {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .property-heading {
    height: 310px;
  }
}

@media (max-width: 767px) {
  .property-heading {
    height: calc(310 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .property-heading[data-num="01"] {
    background-image: url(../images/property_heading_img_01_pc.jpg);
  }
}

@media (max-width: 767px) {
  .property-heading[data-num="01"] {
    background-image: url(../images/property_heading_img_01_sp.jpg);
  }
}

@media (min-width: 768px) {
  .property-heading[data-num="02"] {
    background-image: url(../images/property_heading_img_02_pc.jpg);
  }
}

@media (max-width: 767px) {
  .property-heading[data-num="02"] {
    background-image: url(../images/property_heading_img_02_sp.jpg);
  }
}

.property-about {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .property-about {
    top: -80px;
    display: block;
    width: 720px;
    margin: 0 auto -80px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .property-about {
    top: calc(-100 / 750 * 100vw);
    display: block;
    width: calc(100% - (15 / 750 * 100vw));
    margin: 0 auto calc(-100 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}

.property-ttl {
  display: block;
  width: 100%;
  background-color: #004b88;
  background-image: linear-gradient(-90deg, var(--color-01) 90%, transparent 90%), linear-gradient(var(--color-01) 90%, transparent 90%);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .property-ttl {
    height: 52px;
    background-size: 6px 6px;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .property-ttl {
    height: calc(60 / 750 * 100vw);
    background-size: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
    font-size: calc(36 / 750 * 100vw);
    line-height: calc(60 / 750 * 100vw);
  }
}

.property-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .property-list {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .property-list {
    padding: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
  }
}

.property-list li {
  background-color: var(--color-02);
  border-radius: 25px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .property-list li {
    margin: 0 5px 10px;
    padding: 5px 15px 8px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .property-list li {
    margin: 0 calc(5 / 750 * 100vw) calc(10 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}

.property p {
  text-align: center;
}

.property-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .property-img {
    height: 156px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .property-img {
    height: calc(141.9 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}

.property-img[data-num="01"] li:nth-child(1) {
  background-image: url(../images/property_img_01_01.jpg);
}

@media (min-width: 768px) {
  .property-img[data-num="01"] li:nth-child(1) {
    border-radius: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .property-img[data-num="01"] li:nth-child(1) {
    border-radius: 0 0 0 calc(10 / 750 * 100vw);
  }
}

.property-img[data-num="01"] li:nth-child(2) {
  background-image: url(../images/property_img_01_02.jpg);
}

.property-img[data-num="01"] li:nth-child(3) {
  background-image: url(../images/property_img_01_03.jpg);
}

@media (min-width: 768px) {
  .property-img[data-num="01"] li:nth-child(3) {
    border-radius: 0 0 10px 0;
  }
}

@media (max-width: 767px) {
  .property-img[data-num="01"] li:nth-child(3) {
    border-radius: 0 0 calc(10 / 750 * 100vw) 0;
  }
}

.property-img[data-num="02"] li:nth-child(1) {
  background-image: url(../images/property_img_02_01.jpg);
}

@media (min-width: 768px) {
  .property-img[data-num="02"] li:nth-child(1) {
    border-radius: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .property-img[data-num="02"] li:nth-child(1) {
    border-radius: 0 0 0 calc(10 / 750 * 100vw);
  }
}

.property-img[data-num="02"] li:nth-child(2) {
  background-image: url(../images/property_img_02_02.jpg);
}

.property-img[data-num="02"] li:nth-child(3) {
  background-image: url(../images/property_img_02_03.jpg);
}

@media (min-width: 768px) {
  .property-img[data-num="02"] li:nth-child(3) {
    border-radius: 0 0 10px 0;
  }
}

@media (max-width: 767px) {
  .property-img[data-num="02"] li:nth-child(3) {
    border-radius: 0 0 calc(10 / 750 * 100vw) 0;
  }
}

.property-img li {
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .property-img li {
    width: 240px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .property-img li {
    width: calc(100% / 3);
    background-size: cover;
  }
}

.property-tbl {
  display: block;
}

@media (min-width: 768px) {
  .property-tbl {
    width: 720px;
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  .property-tbl {
    width: 100%;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.property-tbl caption {
  display: block;
  width: 100%;
  background-color: var(--color-03);
  color: #ffffff;
  text-align: left;
}

@media (min-width: 768px) {
  .property-tbl caption {
    padding: 7px 20px 10px;
  }
}

@media (max-width: 767px) {
  .property-tbl caption {
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) calc(13 / 750 * 100vw);
  }
}

.property-tbl tr {
  display: block;
}

@media (min-width: 768px) {
  .property-tbl tr {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .property-tbl tr {
    margin-top: calc(5 / 750 * 100vw);
  }
}

.property-tbl td {
  text-align: justify;
}

@media (min-width: 768px) {
  .property-tbl td {
    padding: 7px 20px 10px;
  }
}

@media (max-width: 767px) {
  .property-tbl td {
    padding: calc(10 / 750 * 100vw) calc(15 / 750 * 100vw) calc(13 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.property-tbl td[data-label="cat"] {
  background-color: var(--color-04);
}

@media (min-width: 768px) {
  .property-tbl td[data-label="cat"] {
    width: 154px;
  }
}

@media (max-width: 767px) {
  .property-tbl td[data-label="cat"] {
    width: calc(184 / 750 * 100vw);
  }
}

/* ============================
	features
=============================*/
.s-ttl-features {
  display: table;
  border: solid 2px var(--color-01);
  font-weight: 700;
}

@media (min-width: 768px) {
  .s-ttl-features {
    margin: 30px auto -10px;
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .s-ttl-features {
    height: calc(32 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(34 / 750 * 100vw);
    line-height: 1;
  }
}

.s-ttl-features-head {
  display: inline-block;
  background-color: var(--color-01);
  color: #ffffff;
}

@media (min-width: 768px) {
  .s-ttl-features-head {
    padding: 5px 10px;
  }
}

@media (max-width: 767px) {
  .s-ttl-features-head {
    padding: calc(6.6 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.s-ttl-features-num {
  display: inline-block;
  background-color: #ffffff;
  color: var(--color-01);
}

@media (min-width: 768px) {
  .s-ttl-features-num {
    padding: 5px 10px;
  }
}

@media (max-width: 767px) {
  .s-ttl-features-num {
    padding: calc(5 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.features {
  display: block;
  margin: 0 auto;
}

.features-block {
  display: block;
}

@media (min-width: 768px) {
  .features-block[data-num="02"] {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .features-block[data-num="02"] {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .features-block > p {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .features-block > p {
    margin-bottom: calc(30 / 750 * 100vw);
    text-align: justify;
  }
}

.features-heading {
  display: block;
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .features-heading {
    height: 310px;
  }
}

@media (max-width: 767px) {
  .features-heading {
    height: calc(310 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .features-heading[data-num="01"] {
    background-image: url(../images/features_heading_img_01_pc.jpg);
  }
}

@media (max-width: 767px) {
  .features-heading[data-num="01"] {
    background-image: url(../images/features_heading_img_01_sp.jpg);
  }
}

@media (min-width: 768px) {
  .features-heading[data-num="02"] {
    background-image: url(../images/features_heading_img_02_pc.jpg);
  }
}

@media (max-width: 767px) {
  .features-heading[data-num="02"] {
    background-image: url(../images/features_heading_img_02_sp.jpg);
  }
}

.features-about {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .features-about {
    top: -80px;
    display: block;
    width: 720px;
    margin: 0 auto -80px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .features-about {
    top: calc(-100 / 750 * 100vw);
    display: block;
    width: calc(100% - (15 / 750 * 100vw));
    margin: 0 auto calc(-100 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.features-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .features-check {
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .features-check {
    margin-bottom: calc(-30 / 750 * 100vw);
  }
}

.features-check li {
  position: relative;
  flex-shrink: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .features-check li {
    width: 33%;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .features-check li {
    width: 50%;
    margin-bottom: calc(30 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.features-check li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/features_list_check_pc.png) no-repeat center/contain;
}

@media (min-width: 768px) {
  .features-check li::before {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 767px) {
  .features-check li::before {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }
}

.features-sample {
  display: block;
}

.features-sample li {
  display: block;
}

.features-sample li:first-child {
  background-color: var(--color-01);
  border-radius: 25px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .features-sample li:first-child {
    margin-bottom: 30px;
    padding: 6px 0 9px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .features-sample li:first-child {
    padding: calc(6 / 750 * 100vw) 0 calc(9 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .features-sample li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .features-sample li:not(:last-child) {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.features-sample li span {
  display: block;
  background-color: var(--color-02);
  color: #ffffff;
}

@media (min-width: 768px) {
  .features-sample li span {
    padding: 6px 30px;
  }
}

@media (max-width: 767px) {
  .features-sample li span {
    padding: calc(6 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.features-sample li p {
  background-size: auto auto;
  background-color: var(--color-04);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgba(211, 227, 243, 0.8) 7px, rgba(211, 227, 243, 0.8) 8px);
  text-align: justify;
}

@media (min-width: 768px) {
  .features-sample li p {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .features-sample li p {
    padding: calc(15 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.features-bottom {
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  .features-bottom {
    margin-top: 20px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .features-bottom {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

/* ============================
	reasons
=============================*/
.reasons {
  display: block;
  margin: 0 auto;
}

.reasons-list {
  position: relative;
  display: block;
  width: 100%;
  background-size: auto auto;
  background-color: var(--color-04);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(211, 227, 243, 0.8) 7px, rgba(211, 227, 243, 0.8) 8px);
  z-index: 0;
}

@media (min-width: 768px) {
  .reasons-list {
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  .reasons-list {
    padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.reasons-list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgba(211, 227, 243, 0.8) 7px, rgba(211, 227, 243, 0.8) 8px);
  z-index: -1;
}

.reasons-list li {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.2);
  list-style: none;
  overflow: hidden;
}

@media (min-width: 768px) {
  .reasons-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 200px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .reasons-list li {
    position: relative;
    height: auto;
    border-radius: calc(10 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .reasons-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .reasons-list li:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.reasons-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--color-01);
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .reasons-num {
    width: 24px;
    height: 100px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .reasons-num {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(34 / 750 * 100vw);
    height: calc(146 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.reasons-txt {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .reasons-txt {
    width: 520px;
  }
}

@media (max-width: 767px) {
  .reasons-txt {
    width: 100%;
    padding-left: calc(50 / 750 * 100vw);
    padding-right: calc(20 / 750 * 100vw);
  }
}

.reasons-txt h3 {
  display: table-cell;
  font-weight: 700;
  line-height: 1.15;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .reasons-txt h3 {
    height: 100px;
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .reasons-txt h3 {
    height: calc(146 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

.reasons picture {
  flex-shrink: 0;
  display: block;
}

@media (min-width: 768px) {
  .reasons picture {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .reasons picture {
    width: calc(340 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto;
  }
}

/* ============================
	merit
=============================*/
.merit {
  display: block;
  margin: 0 auto;
}

.merit-list {
  list-style: none;
}

@media (min-width: 768px) {
  .merit-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 740px;
    margin: 0 auto -40px;
  }
}

@media (max-width: 767px) {
  .merit-list {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.merit-list li {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 10px 10px 0px 0px var(--color-01);
}

@media (min-width: 768px) {
  .merit-list li {
    flex-shrink: 0;
    width: 348px;
    height: 372px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .merit-list li {
    width: 100%;
    margin: 0 auto calc(80 / 750 * 100vw);
  }
}

.merit-list li picture {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .merit-list li picture {
    height: 184px;
  }
}

@media (max-width: 767px) {
  .merit-list li picture {
    height: calc(291 / 750 * 100vw);
  }
}

.merit-num {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--color-01);
  text-align: center;
  box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .merit-num {
    top: 154px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .merit-num {
    top: calc(260 / 750 * 100vw);
    width: calc(92 / 750 * 100vw);
    height: calc(92 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    line-height: calc(92 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .merit-txt {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 767px) {
  .merit-txt {
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.merit-txt h3 {
  color: var(--color-01);
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .merit-txt h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .merit-txt h3 {
    font-size: calc(38 / 750 * 100vw);
  }
}

.merit-txt p {
  margin-top: 5px;
  text-align: justify;
}

/* ============================
	flow
=============================*/
.flow {
  display: block;
  margin: 0 auto;
}

.flow-list {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .flow-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .flow-list {
    display: block;
  }
}

.flow-list li {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .flow-list li {
    flex-shrink: 0;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .flow-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}

.flow-num {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-num {
    height: 62px;
    font-size: 22px;
    line-height: 62px;
  }
}

@media (max-width: 767px) {
  .flow-num {
    display: block;
    flex-shrink: 0;
    width: calc(110 / 750 * 100vw);
    padding-top: calc(50 / 750 * 100vw);
  }
}

.flow-num[data-num="01"] {
  background-color: var(--color-05);
}

.flow-num[data-num="02"] {
  background-color: var(--color-02);
}

.flow-num[data-num="03"] {
  background-color: var(--color-03);
}

.flow-num[data-num="04"] {
  background-color: var(--color-01);
}

.flow-num[data-num="01"]::after, .flow-num[data-num="02"]::after, .flow-num[data-num="03"]::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

@media (min-width: 768px) {
  .flow-num[data-num="01"]::after, .flow-num[data-num="02"]::after, .flow-num[data-num="03"]::after {
    top: 0;
    left: 100%;
    border-width: 31px 0 31px 20px;
  }
}

@media (max-width: 767px) {
  .flow-num[data-num="01"]::after, .flow-num[data-num="02"]::after, .flow-num[data-num="03"]::after {
    left: 0;
    top: 100%;
    border-width: calc(20 / 750 * 100vw) calc(55 / 750 * 100vw) 0 calc(55 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .flow-num[data-num="01"]::after {
    border-color: transparent transparent transparent var(--color-05);
  }
}

@media (max-width: 767px) {
  .flow-num[data-num="01"]::after {
    border-color: var(--color-05) transparent transparent transparent;
  }
}

@media (min-width: 768px) {
  .flow-num[data-num="02"]::after {
    border-color: transparent transparent transparent var(--color-02);
  }
}

@media (max-width: 767px) {
  .flow-num[data-num="02"]::after {
    border-color: var(--color-02) transparent transparent transparent;
  }
}

@media (min-width: 768px) {
  .flow-num[data-num="03"]::after {
    border-color: transparent transparent transparent var(--color-03);
  }
}

@media (max-width: 767px) {
  .flow-num[data-num="03"]::after {
    border-color: var(--color-03) transparent transparent transparent;
  }
}

.flow picture {
  display: block;
}

@media (min-width: 768px) {
  .flow picture {
    width: 110px;
    height: 110px;
    margin: 10px auto;
  }
}

@media (max-width: 767px) {
  .flow picture {
    flex-shrink: 0;
    width: calc(110 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto;
  }
}

.flow-txt {
  display: block;
}

@media (min-width: 768px) {
  .flow-txt {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .flow-txt {
    flex-shrink: 0;
    width: calc(402 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.flow-txt h3 {
  color: var(--color-01);
  font-weight: 700;
}

@media (min-width: 768px) {
  .flow-txt h3 {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .flow-txt h3 {
    font-size: calc(32 / 750 * 100vw);
  }
}

.flow-txt p {
  text-align: justify;
}

@media (min-width: 768px) {
  .flow-txt p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .flow-txt p {
    margin-top: calc(10 / 750 * 100vw);
  }
}

/* ============================
	qanda
=============================*/
.qanda {
  display: block;
  margin: 0 auto;
}

.qanda-list {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .qanda-list {
    width: 752px;
  }
}

@media (max-width: 767px) {
  .qanda-list {
    height: 100%;
  }
}

.qanda-list li {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .qanda-list li {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .qanda-list li {
    padding: 0 calc(30 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .qanda-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .qanda-list li:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.qanda-list li::before, .qanda-list li::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  display: inline-block;
  border-top: solid 2px var(--color-01);
  border-bottom: solid 2px var(--color-01);
}

@media (min-width: 768px) {
  .qanda-list li::before, .qanda-list li::after {
    width: 10px;
  }
}

@media (max-width: 767px) {
  .qanda-list li::before, .qanda-list li::after {
    width: calc(10 / 750 * 100vw);
  }
}

.qanda-list li:before {
  border-left: solid 2px var(--color-01);
  left: 0;
}

.qanda-list li:after {
  border-right: solid 2px var(--color-01);
  right: 0;
}

.qanda-q {
  position: relative;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 768px) {
  .qanda-q {
    padding: 10px 50px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .qanda-q {
    padding: calc(20 / 750 * 100vw) calc(60 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.qanda-q::before, .qanda-q::after {
  position: absolute;
}

@media (min-width: 768px) {
  .qanda-q::before, .qanda-q::after {
    top: 10px;
  }
}

.qanda-q::before {
  content: 'Q';
  left: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}

@media (min-width: 768px) {
  .qanda-q::before {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .qanda-q::before {
    top: calc(5 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}

.qanda-q::after {
  content: '';
  right: 0;
  display: block;
  background-color: #545454;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .qanda-q::after {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .qanda-q::after {
    top: calc(20 / 750 * 100vw);
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .qanda-q p {
    line-height: 1.24;
  }
}

.qanda-q p::before, .qanda-q p::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background-color: #ffffff;
  transition: .3s;
  z-index: 1;
}

@media (min-width: 768px) {
  .qanda-q p::before, .qanda-q p::after {
    top: 24px;
    right: 7px;
    width: 15px;
  }
}

@media (max-width: 767px) {
  .qanda-q p::before, .qanda-q p::after {
    top: calc(36 / 750 * 100vw);
    right: calc(12 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
  }
}

.qanda-q p::before {
  transform: rotate(0deg);
}

.qanda-q p::after {
  transform: rotate(90deg);
}

.qanda-q.open p::before {
  transform: rotate(180deg);
}

.qanda-q.open p::after {
  transform: rotate(0deg);
}

.qanda-a {
  position: relative;
  display: none;
  text-align: justify;
}

@media (min-width: 768px) {
  .qanda-a {
    padding: 10px 0 10px 50px;
  }
}

@media (max-width: 767px) {
  .qanda-a {
    padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.qanda-a::before {
  content: 'A';
  position: absolute;
  left: 0;
  color: #e51175;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}

@media (min-width: 768px) {
  .qanda-a::before {
    top: 10px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .qanda-a::before {
    top: calc(20 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
.footer {
  border-top: solid 5px var(--color-01);
}

@media (min-width: 768px) {
  .footer {
    margin-top: 90px;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-top: calc(110 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
  }
}

.footer-inner {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .footer-inner {
    width: 980px;
  }
}

@media (max-width: 767px) {
  .footer-inner {
    width: 100%;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.footer-logo {
  display: block;
  background: url(../images/logo.jpg) no-repeat center/contain;
}

@media (min-width: 768px) {
  .footer-logo {
    width: 413px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    width: calc(413 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .footer-data {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-data {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(21 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .footer-copyright {
    font-size: 11px;
    text-align: right;
  }
  .sp-no01 {
	  display:none;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(13 / 750 * 100vw);
    text-align: center;
  }
  .pc-no01 {
	  display:none;
  }
}
