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

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -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;
}

@media (min-width: 768px) {
  .mv {
    margin: 0 auto;
    background: url(../images/mv_bg_pc.jpg) no-repeat center/cover;
  }
}

@media (max-width: 767px) {
  .mv {
    margin: 0 auto;
    background: url(../images/mv_bg_sp.jpg) no-repeat center top/cover;
  }
}

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

@media (min-width: 768px) {
  .mv-inner {
    height: 560px;
  }
}

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

.mv-inner > P {
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .mv-inner > P {
    margin-top: 30px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .mv-inner > P {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.mv-ttl {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 0px rgba(0, 153, 68, 0.1);
  -webkit-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: 70px;
    font-size: 82px;
  }
}

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

@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);
  }
}

@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-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: auto;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #dba90f;
  -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) {
  .mv-b {
    width: 824px;
    height: 170px;
    margin-top: 50px;
    padding: 15px 35px;
  }
}

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

.mv-b picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  .mv-b picture {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .mv-b picture {
    width: calc(179 / 750 * 100vw);
  }
}

.mv-b p {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #59391a;
  font-weight: 400;
}

@media (min-width: 768px) {
  .mv-b p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mv-b p {
    width: calc(452 / 750 * 100vw);
  }
}

/*--------------------------------------------------
  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;
    -webkit-box-shadow: 0px 6px 0px 0px #e55c00;
            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);
    -webkit-box-shadow: 0px calc(6 / 750 * 100vw) 0px 0px #e55c00;
            box-shadow: 0px calc(6 / 750 * 100vw) 0px 0px #e55c00;
  }
}

@media (min-width: 768px) {
  .header-btn:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #e55c00;
            box-shadow: 0px 2px 0px 0px #e55c00;
    -webkit-transform: translateY(4px);
            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;
    -webkit-box-shadow: 0px 6px 0px 0px #e55c00;
            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(38 / 750 * 100vw);
    line-height: calc(96 / 750 * 100vw);
    -webkit-box-shadow: 0px calc(6 / 750 * 100vw) 0px 0px #e55c00;
            box-shadow: 0px calc(6 / 750 * 100vw) 0px 0px #e55c00;
  }
}

@media (min-width: 768px) {
  .entry-btn:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #e55c00;
            box-shadow: 0px 2px 0px 0px #e55c00;
    -webkit-transform: translateY(4px);
            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) {
  .btn-wrap {
    margin-top: 50px;
  }
}

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

.btn-wrap > span {
  margin-bottom: 10px;
  color: var(--color-01);
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .btn-wrap > span {
    font-size: 24px;
  }
}

.btn-wrap > span::before, .btn-wrap > span::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) {
  .btn-wrap > span::before, .btn-wrap > span::after {
    bottom: -6px;
    width: 6px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .btn-wrap > span::before, .btn-wrap > span::after {
    bottom: calc(-6 / 750 * 100vw);
    width: calc(6 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}

.btn-wrap > span::before {
  -webkit-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) {
  .btn-wrap > span::before {
    left: -25px;
  }
}

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

.btn-wrap > span::after {
  -webkit-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) {
  .btn-wrap > span::after {
    right: -25px;
  }
}

@media (max-width: 767px) {
  .btn-wrap > span::after {
    right: calc(-25 / 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);
  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);
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -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: 160px;
    margin-top: 20px;
  }
}

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

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

@media all and (-ms-high-contrast: none) {
  .content-tabArea[data-label="head"] {
    margin: 0 auto -4px;
  }
}

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

@media (min-width: 768px) {
  .content-tabArea[data-label="bottom"] {
    height: 145px;
  }
}


@media all and (-ms-high-contrast: none) {
  .content-tabArea[data-label="bottom"] {
    margin: -4px auto 0;
  }
}

.content-tabArea .one-tab {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  background-color: #ffffff;
  border-bottom: solid 3px var(--color-01);
  color: #666666;
  text-decoration: underline;
  text-align: left;
  line-height: 1.2;
  -webkit-transition: .3s;
  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 5px #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;
    border-top: solid 7px #666666;
  }
}

@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="head"]#tab01 {
  position: relative;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab[data-label="head"]#tab01 {
    padding-right: 90px;
  }
}

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

.content-tabArea .one-tab[data-label="head"]#tab01::after {
  content: '';
  position: absolute;
  bottom: 5px;
  display: block;
  background: url(../images/tab_icon_01.png) no-repeat center/contain;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab[data-label="head"]#tab01::after {
    right: 15px;
    width: 93px;
    height: 157px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab[data-label="head"]#tab01::after {
    right: calc(0 / 750 * 100vw);
    width: calc(93 / 750 * 100vw);
    height: calc(157 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .content-tabArea .one-tab[data-label="head"]#tab02 {
    padding-right: 90px;
  }
}

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

.content-tabArea .one-tab[data-label="head"]#tab02::after {
  content: '';
  position: absolute;
  bottom: 5px;
  display: block;
  background: url(../images/tab_icon_02.png) no-repeat center/contain;
}

@media (min-width: 768px) {
  .content-tabArea .one-tab[data-label="head"]#tab02::after {
    right: 15px;
    width: 103px;
    height: 156px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .content-tabArea .one-tab[data-label="head"]#tab02::after {
    right: calc(0 / 750 * 100vw);
    width: calc(103 / 750 * 100vw);
    height: calc(156 / 750 * 100vw);
  }
}

.content-tabArea .one-tab[data-label="bottom"] {
  border-bottom: solid 7px #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;
  -webkit-transition: .3s;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

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

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

@media all and (-ms-high-contrast: none) {
  .content-tabArea .one-tab .tab-t {
    position: relative;
  }
}

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

@media all and (-ms-high-contrast: none) {
  .content-tabArea .one-tab .tab-t::before, .content-tabArea .one-tab .tab-t::after {
    left: 0;
    right: 0;
  }
}

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

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

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

.content-tabArea .one-tab .tab-t::after {
  /* border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff; */
  background: linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

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

@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: 20px;
  }
}

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

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

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

@media all and (-ms-high-contrast: none) {
  .content-tabArea .one-tab .tab-t[data-label="head"]::before {
    bottom: -22px;
  }
}

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

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

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

@media all and (-ms-high-contrast: none) {
  .content-tabArea .one-tab .tab-t[data-label="head"]::after {
    bottom: -15px;
  }
}

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

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

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

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

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

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

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

.content .tab-contents {
  display: block;
  background-color: #ffffff;
  z-index: 999;
}

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

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

.content .tab-contents .tab-main {
  display: none;
  min-height: 280px;
  -webkit-transition: 0.3s;
  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;
  }
}

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

@media (min-width: 768px) {
  .intro[data-num="tab01"] {
    padding: 70px 30px;
    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"] {
    padding: 40px 30px;
    background-image: url(../images/intro_bg_tab02_pc.jpg);
  }
}

@media (max-width: 767px) {
  .intro[data-num="tab02"] {
    height: calc(640 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(0 / 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);
  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(53 / 750 * 100vw);
    -webkit-font-feature-settings: "palt";
            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);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.3;
  }
}

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -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);
  }
}

@media (min-width: 768px) {
  .intro-list[data-num="tab02"] {
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .intro-list[data-num="tab02"] {
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}

.intro-list li {
  position: relative;
  -ms-flex-negative: 0;
      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: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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;
  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);
  }
}

.intro-note {
  color: #ffffff;
  max-width: 980px;
  margin: 0 auto;
}

/* ============================
	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 {
    width: 100%;
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

.s-ttl-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  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: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: 480px;
    background-image: url(../images/trouble_body_bg_01_pc.jpg);
  }
}

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

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

@media (max-width: 767px) {
  .trouble-body[data-num="tab02"] {
    height: calc(910 / 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);
  -webkit-box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px -4px rgba(0, 0, 0, 0.2);
  list-style: none;
}

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

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

@media (min-width: 768px) {
  .trouble-list[data-num="tab02"] {
    height: 566px;
  }
}

@media (max-width: 767px) {
  .trouble-list[data-num="tab02"] {
    height: calc(835 / 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
=============================*/
.s-ttl-about {
  display: table;
  border: solid 2px var(--color-01);
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.about div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

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

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

@media (min-width: 768px) {
  .about div[data-num="01"] picture, .about div[data-num="03"] picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .about div[data-num="01"] p, .about div[data-num="03"] p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {
  .about div[data-num="02"] picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {
  .about div[data-num="02"] p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.about div picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  .about div picture {
    width: 418px;
  }
}

@media (max-width: 767px) {
  .about div picture {
    width: 100%;
  }
}

.about div p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: justify;
}

@media (min-width: 768px) {
  .about div p {
    width: 448px;
  }
}

@media (max-width: 767px) {
  .about div p {
    width: 100%;
    margin-top: 10px;
  }
}

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

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

@media (min-width: 768px) {
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -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 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .flow-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -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;
    -ms-flex-negative: 0;
        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 {
    -ms-flex-negative: 0;
        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 {
    -ms-flex-negative: 0;
        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 {
    display: block;
    height: 2em;
    font-size: 20px;
    text-align: center;
  }
}

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

.flow-txt ol {
  list-style: none;
}

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

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

.flow-txt ol li {
  padding-left: calc(1em + 5px);
  line-height: 1.15;
  text-align: justify;
}

.flow-txt ol li::before {
  content: '◎';
  display: block;
  width: 1em;
  margin-left: calc(-1em - 5px);
  margin-right: 5px;
  text-align: center;
  float: left;
}

.flow-txt ol li:not(:last-child) {
  margin-bottom: 10px;
}

.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);
  }
}

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

.property-block {
  display: block;
}

.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);
  }
}

.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: -webkit-gradient(linear, right top, left top, color-stop(90%, var(--color-01)), color-stop(90%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(90%, var(--color-01)), color-stop(90%, transparent));
  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-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

@media (max-width: 767px) {
  .property-img {
    height: calc(141.9 / 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 li {
  display: block;
  -ms-flex-negative: 0;
      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);
  }
}

/* ============================
	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;
  -webkit-box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.2);
          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: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      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 {
  -ms-flex-negative: 0;
      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 {
  -ms-flex-negative: 0;
      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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -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;
  -webkit-box-shadow: 10px 10px 0px 0px var(--color-01);
          box-shadow: 10px 10px 0px 0px var(--color-01);
}

@media (min-width: 768px) {
  .merit-list li {
    -ms-flex-negative: 0;
        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;
  -webkit-box-shadow: 4px 4px 10px -4px rgba(0, 0, 0, 0.2);
          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;
}

/* ============================
	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;
  -webkit-transition: .3s;
  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 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

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

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

.qanda-q.open p::after {
  -webkit-transform: rotate(0deg);
          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);
  }
}

.qanda-a ul {
  display: block;
  margin: 10px auto;
  list-style: none;
}

@media (min-width: 768px) {
  .qanda-a ul {
    width: 370px;
  }
}

@media (max-width: 767px) {
  .qanda-a ul {
    width: 80%;
  }
}

.qanda-a ul li {
  position: relative;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 6px;
  text-align: center;
}

@media (min-width: 768px) {
  .qanda-a ul li {
    height: 44px;
    line-height: 44px;
  }
}

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

.qanda-a ul li:last-child {
  background-color: var(--color-04);
}

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

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

.qanda-a ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 3px var(--color-01);
  border-right: solid 3px var(--color-01);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 768px) {
  .qanda-a ul li:not(:last-child)::after {
    bottom: -20px;
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .qanda-a ul li:not(:last-child)::after {
    bottom: calc(-24 / 750 * 100vw);
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 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;
  }
}

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

/*--------------------------------------------------
  form
--------------------------------------------------*/

#contact-box{
  margin-top: 30px;
}

#contact-box h2.s-ttl{
  background: var(--color-01);
  color: #ffffff;
  padding: 45px;
}
#contact-box h2.s-ttl span.s-ttl-main{
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  font-weight: 400;
}
.contact-area{
  width: 600px;
  margin: 0 auto;
}
.contact-area .form-text{
  margin-bottom: 25px;
}
.contact-area .form-text .summary-box{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-area .form-text .summary-box .summary-img{
  width: 65px;
  margin-right: 15px;
}
.contact-area .form-text .summary-box .summary-text{
  width: calc(100% - 80px); 
}
.contact-area form{
  margin-bottom: 150px;
}
.contact-area form dl{
  font-size: 18px;
  padding: 25px 30px 5px;
  background: #ECF7FF;
  margin-bottom: 30px;
}
.contact-area form dl dd.area-select{
  position: relative;
}
.contact-area form dl dd.area-select::after{
  pointer-events: none;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color:#999 transparent transparent transparent;
  border-width: 10px 6px 0 6px;
  position: absolute;
  left: 265px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.contact-area form dl dt span{
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}
.contact-area form dl dt span.required{
  background: #FF6060;
}
.contact-area form dl dt span.option{
  background: #585858;
}
.contact-area form dl dt{
  margin-bottom: 10px;
}
.contact-area form dl dd{
  margin-bottom: 30px;
  position: relative;
}
.contact-area form dl dd input[type="text"],
.contact-area form dl dd input[type="email"],
.contact-area form dl dd select,
.contact-area form dl dd textarea{
  width: 100%;
  font-size: 18px;
  padding: 15px 18px;
  border: solid 1px #A5A5A5;
  border-radius: 0;
  background: #fff;
}
.contact-area form dl dd input[type="tel"]{
  width: 30%;
  font-size: 18px;
  padding: 15px 18px;
  border: solid 1px #A5A5A5;
  border-radius: 0;
  background: #fff;
}
.contact-area form dl dd input::placeholder,
.contact-area form dl dd textarea::placeholder{
  color: #a0a0a0;
}
.contact-area form dl dd textarea{
  line-height: 1.3;
}
.contact-area form dl dd select{
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-area form dl dd select::-ms-expand {
  display: none;
}
.contact-area form dl dd input[type="radio"]{
  font-size: 18px;
  margin-left: 0;
}
.contact-area form dl dd label{
  margin-right: 25px;
  font-size: 18px;
  vertical-align: middle;
}
.contact-area form dl dd label:last-child{
  margin-right: 0;
}
.contact-area form dl dd p.upper-limit{
  font-size: 17px;
}
.contact-area form dl dd label.error{
  position: absolute;
  left: 0;
  bottom: -16px;
  font-size: 14px;
  color: #FF6060;
}

.contact-area form p.consent-text{
  text-align: center;
  margin-bottom: 30px;
}
.contact-area form p.consent-text2{
  margin-bottom: 25px;
  font-size: 1.1em;
}
.contact-area form p.consent-text a::after{
  display: inline-block;
  content: "";
  margin: -2px 2px 0 -2px;
  width: 12px;
  height: 12px;
  background: url(/assets/img/common/icon_external.svg) center center/100% auto no-repeat;
  vertical-align: middle;
}
.contact-area form p.consent-text input{
  zoom: 1.4;
  vertical-align: middle;
  margin: 0;
}
.contact-area form p.consent-text input:hover,
.contact-area form p.consent-text label:hover{
  cursor: pointer;
}
/* .contact-area form p.consent-text span{
  display: inline; 
  text-decoration: underline;
}
.contact-area form p.consent-text span:hover{
  text-decoration: none;
  cursor:pointer;
} */
.contact-area form .formBtn input{
  display: block;
  text-align: center;
  font-size: 22px;
  color: #FF6F00;
  background: #fff;
  padding: 25px 0;
  border: solid 3px #FF6F00;
  border-radius: 5px;
  font-weight: bold;
  font-weight: 600;
  width: 380px;
  margin: 0 auto;
}
.contact-area form .formBtn .disabledBtn{
  opacity: 0.3;
}
.contact-area form input:-webkit-autofill {
  box-shadow: 0 0 0 100px #fff inset;
}

.contact-area form .formBtn input:hover{
  opacity: 0.8;
  cursor:pointer;
}
.contact-area form .formBtn .disabledBtn:hover{
  opacity: 0.3;
  cursor:default;
}

@media (max-width: 767px) {
  #contact-box{
    margin-top: calc(75 / 750 * 100vw);
  }
  #contact-box h2.s-ttl{
    padding: calc(45 / 750 * 100vw);
  }
  #contact-box h2.s-ttl span.s-ttl-main{
    font-size: calc(40 / 750 * 100vw);
  }
  .contact-area{
    width: 100%;
  }
  .contact-area .form-text{
    padding: 0 calc(20 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
  }
  .contact-area .form-text .summary-box{
    margin-bottom: calc(25 / 750 * 100vw);
  }
  .contact-area .form-text .summary-box .summary-img{
    width: calc(110 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
  .contact-area .form-text .summary-box .summary-text{
    width: calc(100% - (110 / 750 * 100vw) - (20 / 750 * 100vw)); 
  }
  .contact-area form{
    margin-bottom: calc(150 / 750 * 100vw);
  }
  .contact-area form dl{
    font-size: calc(30 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .contact-area form dl dt span{
    padding: calc(6 / 750 * 100vw) calc(12 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    margin-left: calc(20 / 750 * 100vw);
  }
  .contact-area form dl dt{
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .contact-area form dl dd{
    margin-bottom: calc(45 / 750 * 100vw);
  }
  .contact-area form dl dd.area-select::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color:#999 transparent transparent transparent;
    border-width: calc(14 / 750 * 100vw) calc(8 / 750 * 100vw) 0 calc(8 / 750 * 100vw);
    position: absolute;
    left: calc(50% - (45 / 750 * 100vw));
    top: 50%;
    transform: translate(50%, -50%);
  }
  .contact-area form dl dd input[type="text"],
  .contact-area form dl dd input[type="email"],
  .contact-area form dl dd select,
  .contact-area form dl dd textarea{
    width: 100%;
    font-size: calc(32 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(24 / 750 * 100vw);
    background: #fff;
  }
  .contact-area form dl dd input[type="tel"]{
    width: 30%;
    font-size: calc(32 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(24 / 750 * 100vw);
    background: #fff;
  }
  .contact-area form dl dd textarea{
    line-height: 1.3;
  }
  .contact-area form dl dd select{
    width: 50%;
  }
  .contact-area form dl dd input[type="radio"]{
    font-size: calc(28 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
  }
  .contact-area form dl dd label{
    margin-right: calc(16 / 750 * 100vw);
    font-size: calc(29 / 750 * 100vw);
    vertical-align: baseline;
  }
  .contact-area form dl dd label:last-child{
    margin-right: 0;
  }
  .contact-area form dl dd p.upper-limit{
    font-size: calc(25 / 750 * 100vw);
  }
  .contact-area form dl dd label.error{
    position: absolute;
    left: 0;
    bottom: calc(24 / 750 * -100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .contact-area form p.consent-text{
    margin-bottom: calc(40 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
  .contact-area form p.consent-text2{
    margin-bottom: calc(35 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
  .contact-area form p.consent-text input {
    zoom: 1.2;
  }
  .contact-area form p.consent-text span{
    display: inline; 
    text-decoration: underline;
  }
  .contact-area form p.consent-text span:hover{
    text-decoration: none;
    cursor:pointer;
  }
  .contact-area form .formBtn input{
    font-size: calc(28 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
    border: solid calc(4 / 750 * 100vw) #FF6F00;
    border-radius: 5px;
    width: 55%;
  }
  .contact-area form .formBtn input:hover{
    opacity: 0.8;
    cursor:pointer;
  }

}

/*--------------------------------------------------
  form確認
--------------------------------------------------*/

.confirm,
.finish{
  width: 600px;
  margin: 0 auto;
}
.confirm h1,
.finish h1{
  padding: 45px 0;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  font-weight: 400;
  color: var(--color-01);
}
.confirm .confirm-box{
  word-wrap: break-word;
}
.confirm .confirm-box dl{
  background: #ECF7FF;
  padding: 35px 30px;
  font-size: 18px;
  margin-bottom: 50px;
}
.confirm .confirm-box dl dt{
  margin-bottom: 10px;
  font-weight: bold;
  font-weight: 600;
}
.confirm .confirm-box dl dd{
  margin-bottom: 30px;
  margin-left: 10px;
}
.confirm .confirm-box dl dd:last-child{
  margin-bottom: 0;
  line-height: 1.3;
}
.confirm .confirm-box form .formBtns{
  display: flex;
}
.confirm .confirm-box form input{
  border-radius: 5px;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
}
.confirm .confirm-box form input:hover{
  opacity: 0.8;
  cursor: pointer;
}
.confirm .confirm-box form .formBtn1{
  width: 190px;
  margin-right: calc(100% - 190px - 380px);
}
.confirm .confirm-box form .formBtn2{
  width: 380px;
}
.confirm .confirm-box form .formBtn1 input{
  background: #fff;
  border:solid 1px #ababab;
  box-sizing:border-box;
}
.confirm .confirm-box form .formBtn2 input{
  background: #FF6F00;
  color: #fff;
}

.finish .finish-box p{
  margin-bottom: 10px;
}
.finish .finish-box{
  padding: 0 30px 20px;
  font-size: 18px;
}
.finish .finish-box p:first-child{
  text-align: center;
  font-size: 20px;
}
.finish .finish-box p.tel-link{
  border-top: 1px solid #ababab;
  padding-top: 10px;
}
.finish .finish-box p.tel-links span{
  text-indent: 0em;
  padding-left: 0em;
  font-size: 12px;
  display: block;
}
.finish .finish-box p.tel-links:last-of-type{
  margin-bottom: 50px;
}
.finish .finish-box p.precautionary{
  margin-bottom: 50px;
}
.finish .finish-box p span{
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.finish .finish-box p a{
  color: var(--color-01);
}
.finish .finish-box a.btn-link{
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 190px;
  border-radius: 5px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
  background: #fff;
  border:solid 1px #ababab;
  box-sizing:border-box;
}

@media (max-width: 767px) {
  .confirm,
  .finish{
    width: 100%;
  }
  .confirm h1,
  .finish h1{
    padding: calc(45 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
  .confirm .confirm-box dl{
    font-size: calc(28 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .confirm .confirm-box dl dt{
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .confirm .confirm-box dl dd{
    margin-bottom: calc(40 / 750 * 100vw);
    margin-left: calc(10 / 750 * 100vw);
  }
  .confirm .confirm-box form input{
    padding: calc(25 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
  }
  .confirm .confirm-box form .formBtns{
    padding: 0 calc(20 / 750 * 100vw);
  }
  .confirm .confirm-box form .formBtn1{
    width: 36%;
    margin-right: 3%;
  }
  .confirm .confirm-box form .formBtn2{
    width: 61%;
  }
  .confirm .confirm-box form .formBtn1 input{
    border:solid calc(4 / 750 * 100vw) #ababab;
  }

  .finish .finish-box p{
    margin-bottom: calc(20 / 750 * 100vw);;
  }
  .finish .finish-box{
    padding: 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  .finish .finish-box p:first-child{
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(25 / 750 * 100vw);;
  }
  .finish .finish-box p.tel-link{
    border-top: calc(2 / 750 * 100vw) solid #ababab;
    padding-top: calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
  .finish .finish-box p.tel-links span{
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.3;
  }
  .finish .finish-box p.tel-links:last-of-type{
    margin-bottom: calc(75 / 750 * 100vw);
  }
  .finish .finish-box p.precautionary{
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .finish .finish-box p span{
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .finish .finish-box p a{
    color: var(--color-01);
  }
  .finish .finish-box a.btn-link{
    width: 40%;
    padding: calc(25 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
    border:solid calc(4 / 750 * 100vw) #ababab;
  }
}


/*--------------------------------------------------
  個人情報保護方針
--------------------------------------------------*/
.modal-bk{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none;
}
.modal-bk.modal-show{
  display: block;
}
.modal-bk .modal-area{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal-bk .modal-box{
  background: #fff;
  max-width: 900px;
  width: 85%;
  height: 75vh;
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-bk .modal-box .modal-text{
  height: 100%;
  overflow-y: scroll;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.modal-bk .modal-box .modal-text h2{
  font-size: 18px;
  margin-bottom: 20px;
}
.modal-bk .modal-box .modal-text h3{
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-bk .modal-box .modal-text p{
  margin-bottom: 10px;
}
.modal-bk .modal-box .modal-text ul li{
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-bottom: 5px;
}
.modal-bk .modal-box .modal-text div{
  margin-bottom: 20px;
}
.modal-bk .modal-box .modal-close{
  position: absolute;
  right: -20px;
  top: -20px;
}
.modal-bk .modal-box .modal-close:hover{
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal-bk .modal-box{
    width: 92%;
    height: 80vh;
    padding: calc(40 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
  .modal-bk .modal-box .modal-text{
    padding: calc(10 / 750 * 100vw) calc(15 / 750 * 100vw);
    font-size: calc(25 / 750 * 100vw);
  }
  .modal-bk .modal-box .modal-text h2{
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(25 / 750 * 100vw);
  }
  .modal-bk .modal-box .modal-text h3{
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .modal-bk .modal-box .modal-text p{
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .modal-bk .modal-box .modal-text ul li{
    margin-bottom: calc(5 / 750 * 100vw);
  }
  .modal-bk .modal-box .modal-text div{
    margin-bottom: calc(25 / 750 * 100vw);
  }
  .modal-bk .modal-box .modal-close{
    position: absolute;
    right: -10px;
    top: -20px;
  }

}

#fixed-bnr{
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
  min-width: 1283px;
  padding: 18px 0;
}
#fixed-bnr ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  list-style: none;
  -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;
  margin: 0 auto;
  width:980px;
}


#fixed-bnr span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 25px;
}
.pc-no01 {
  display: none;
}
.pc-no01 {
  display: none;
}


@media (max-width: 767px) {
  .sp-no01 {
    display: none;
  }
  .pc-no01 {
    display: block;
  }
  #fixed-bnr ul{
    width: 100%;
  }
  #fixed-bnr ul li{
    width: calc((100% - 8px) / 2);
  }
  #fixed-bnr ul li img{
    width: 100%;
  }
  #fixed-bnr {
    min-width: auto;
    padding: 12px 10px;
  }

  #fixed-bnr span {
    position: absolute;
    right: -7px;
    top: -14px;
    width: 24px;
  }
  .pc-no02 {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .sp-no02 {
    display: none;
  }
}