* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* support
--------------------- */
#support {
  padding-top: 8.4rem;
}
#support .inner .con-title02 {
  margin-bottom: 5.5rem;
}
#support .inner .tab-contents .tab-buttons {
  display: flex;
  justify-content: space-between;
}
#support .inner .tab-contents .tab-buttons button {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  width: 41.32vw;
  padding: 1.9rem 1.9rem 1.8rem 1.9rem;
  cursor: pointer;
  color: var(--white);
  border: none;
  border-radius: 1.5rem 1.5rem 0 0;
  transition: var(--hover_ani_time);
  background: #A6A6A6 url("../img/arrow.svg") no-repeat center right 4rem/1.1vw;
}
#support .inner .tab-contents .tab-buttons button:hover {
  opacity: 0.5;
}
#support .inner .tab-contents .tab-buttons button.is-active {
  opacity: 1;
  background: var(--red) url("../img/arrow.svg") no-repeat center right 4rem/1.1vw;
}
#support .inner .tab-contents .tab-content {
  display: none;
  padding: 6rem 10rem 9rem 10rem;
  border-radius: 0 0 3rem 3rem;
  background: var(--white);
}
#support .inner .tab-contents .tab-content.is-active {
  display: block;
}
#support .inner .tab-contents .tab-content .figure {
  margin-bottom: 9rem;
}
#support .inner .tab-contents .tab-content .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 1.5rem;
  background: #F6F6F6;
}
#support .inner .tab-contents .tab-content .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 3rem;
}
#support .inner .tab-contents .tab-content .list .item .pht {
  flex-shrink: 0;
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 4rem;
}
#support .inner .tab-contents .tab-content .list .item .box {
  width: 100%;
}
#support .inner .tab-contents .tab-content .list .item .box h3 {
  line-height: 1;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #support {
    padding-top: 5rem;
  }
  #support .inner .con-title02 {
    margin-bottom: 4rem;
  }
  #support .inner .tab-contents .tab-buttons button {
    font-size: 1.4rem;
    width: 49%;
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    border-radius: 1rem 1rem 0 0;
    background: #A6A6A6 url("../img/arrow.svg") no-repeat center right 1rem/2vw;
  }
  #support .inner .tab-contents .tab-buttons button:hover {
    opacity: 1;
  }
  #support .inner .tab-contents .tab-buttons button.is-active {
    background: var(--red) url("../img/arrow.svg") no-repeat center right 1rem/2vw;
  }
  #support .inner .tab-contents .tab-content {
    padding: 3rem 2rem 6rem 2rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  #support .inner .tab-contents .tab-content .figure {
    overflow: hidden;
    margin-bottom: 4rem;
  }
  #support .inner .tab-contents .tab-content .figure img {
    width: 210%;
  }
  #support .inner .tab-contents .tab-content .list .item {
    display: block;
    padding: 2.5rem 3rem 2.8rem 3rem;
    border-radius: 1.5rem;
  }
  #support .inner .tab-contents .tab-content .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
  #support .inner .tab-contents .tab-content .list .item .pht {
    width: 40%;
    height: auto;
    margin: 0 auto 1.9rem auto;
  }
  #support .inner .tab-contents .tab-content .list .item .box {
    width: 100%;
  }
  #support .inner .tab-contents .tab-content .list .item .box h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
/* numbers
--------------------- */
#numbers {
  position: relative;
  padding: 4rem 0 12rem 0;
}
#numbers .numbers-inner {
  width: 94.44%;
  margin: 0 auto;
  padding: 11.5rem 0 12rem 0;
  border-radius: 3rem;
}
#numbers .numbers-inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 69.44vw;
  margin: 5rem auto 0 auto;
}
#numbers .numbers-inner .list .item {
  width: calc(33% - 2rem);
  height: 14.24vw;
  padding-top: 3.3rem;
  border-radius: 1rem;
  border: 1px solid #DDDDDD;
}
#numbers .numbers-inner .list .item:not(:nth-of-type(-n+2)) {
  margin-bottom: 3rem;
}
#numbers .numbers-inner .list .item .pht {
  width: 17.85vw;
  margin: 0 auto;
}
#numbers .icon {
  position: absolute;
}
#numbers .icon01 {
  width: 6vw;
  top: 33rem;
  left: 18rem;
}
#numbers .icon02 {
  width: 5vw;
  top: 40rem;
  right: 16rem;
}
#numbers .icon03 {
  width: 5vw;
  bottom: 25rem;
  right: 51rem;
}

@media screen and (max-width: 768px) {
  #numbers {
    padding: 2rem 0 5rem 0;
  }
  #numbers .numbers-inner {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 5rem 0;
    border-radius: 1.2rem;
  }
  #numbers .numbers-inner .list {
    width: 90%;
    margin: 3rem auto 0 auto;
  }
  #numbers .numbers-inner .list .item {
    width: 100%;
    height: 45vw;
    padding-top: 3.3rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
  #numbers .numbers-inner .list .item:not(:nth-of-type(-n+2)) {
    margin-bottom: 1.5rem;
  }
  #numbers .numbers-inner .list .item .pht {
    width: 55vw;
  }
  #numbers .icon01 {
    width: 14vw;
    top: 20rem;
    left: 2.5rem;
  }
  #numbers .icon02 {
    width: 11vw;
    top: 70rem;
    right: 5rem;
  }
  #numbers .icon03 {
    width: 14vw;
    bottom: 31rem;
    right: 32rem;
  }
}
/* elder-care
--------------------- */
#elder-care {
  padding: 0 0 22rem 0;
}
#elder-care .numbers-inner {
  width: 69.44vw;
  margin: 0 auto;
  border-radius: 3rem;
}
#elder-care .numbers-inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem auto 0 auto;
}
#elder-care .numbers-inner .list .item {
  width: 100%;
  border-radius: 1rem;
  background-color: var(--white);
  padding: 0 3.5rem 0 3.5rem;
}
#elder-care .numbers-inner .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 3rem;
}
#elder-care .numbers-inner .list .item .list-inner {
  display: flex;
  align-items: center;
  height: 12vw;
}
#elder-care .numbers-inner .list .item .list-inner .pht {
  flex-shrink: 0;
  width: 6vw;
}
#elder-care .numbers-inner .list .item .list-inner .box {
  flex-shrink: 1;
  margin-left: 3.4rem;
}
#elder-care .numbers-inner .list .item .list-inner .box h3 {
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 0 1.3rem 0;
}
#elder-care .numbers-inner .list .item:nth-child(6) .list-inner {
  height: 16vw;
}
#elder-care .numbers-inner .list .item:nth-child(6) .area {
  margin-bottom: 4rem;
  border-top: 1px dotted #DDDDDD;
}
#elder-care .numbers-inner .list .item:nth-child(6) .area h4 {
  font-size: 2rem;
  color: #222222;
  font-weight: 600;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem;
  margin: -2rem auto 2rem auto;
  background: var(--white);
}
#elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box {
  width: calc(50% - 1.5rem);
  padding: 3rem 3rem 2.6rem 3rem;
  border-radius: 1rem;
  background: #F6F6F6;
}
#elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box.mg-bt {
  margin-bottom: 3rem;
}
#elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box .pht-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
}
#elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box .pht-box .pht {
  width: 4.3vw;
}
#elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box .pht-box h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  #elder-care {
    padding: 0 0 10rem 0;
  }
  #elder-care .numbers-inner {
    width: 90%;
    margin: 0 auto;
    border-radius: 3rem;
  }
  #elder-care .numbers-inner .list {
    display: block;
    margin: 2.7rem auto 0 auto;
  }
  #elder-care .numbers-inner .list .item {
    width: 100%;
    padding: 2.5rem 3rem 2.5rem 3rem;
  }
  #elder-care .numbers-inner .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 3rem;
  }
  #elder-care .numbers-inner .list .item .list-inner {
    display: block;
    height: auto;
  }
  #elder-care .numbers-inner .list .item .list-inner .pht {
    margin: 0 auto;
    width: 18vw;
  }
  #elder-care .numbers-inner .list .item .list-inner .box {
    flex-shrink: 1;
    margin-left: 0;
    margin-top: 1.8rem;
  }
  #elder-care .numbers-inner .list .item .list-inner .box h3 {
    font-size: 2rem;
    text-align: center;
    line-height: 2.7rem;
    padding: 0 0 0.8rem 0;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .list-inner {
    height: auto;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area {
    margin: 3.3rem 0 1rem 0;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area h4 {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0 0.5rem;
    margin: -1.8rem auto 2rem auto;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner {
    display: block;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box {
    width: 100%;
    padding: 2.2rem 2.5rem 2.6rem 2.5rem;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box.mg-bt {
    margin-bottom: 2rem;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box.end {
    margin-top: 2rem;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box .pht-box {
    display: block;
    margin-bottom: 0.6rem;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box .pht-box .pht {
    width: 22vw;
    margin: 0 auto 1rem auto;
  }
  #elder-care .numbers-inner .list .item:nth-child(6) .area .area-inner .box .pht-box h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.03em;
    text-align: center;
    margin-left: 0;
  }
}
/* benefits
--------------------- */
#benefits .benefits-inner {
  width: 69.44vw;
  margin: 0 auto;
}
#benefits .benefits-inner .list {
  margin-top: 5rem;
}
#benefits .benefits-inner .list .box {
  background: #F8F8F8;
  border-radius: 1.5rem;
  margin-top: 3rem;
}
#benefits .benefits-inner .list .box.start {
  margin-top: 0;
}
#benefits .benefits-inner .list .box h3 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  padding: 3rem 4rem 3rem 4rem;
  position: relative;
  cursor: pointer;
  transition: var(--hover_ani_time);
}
#benefits .benefits-inner .list .box h3:after {
  content: "";
  width: 2vw;
  height: 2vw;
  background: url("../../environment/img/wlb/btn_red.svg") no-repeat center/100%;
  position: absolute;
  top: 45.5%;
  right: 3vw;
  margin-top: -0.7vw;
  transition: var(--hover_ani_time);
}
#benefits .benefits-inner .list .box h3::before {
  content: "";
  opacity: 0;
  width: 2vw;
  height: 2vw;
  background: url("../../environment/img/wlb/btn_white.svg") no-repeat center/100%;
  position: absolute;
  top: 45.5%;
  right: 3vw;
  margin-top: -0.7vw;
  transition: var(--hover_ani_time);
}
#benefits .benefits-inner .list .box h3:hover {
  color: var(--red);
}
#benefits .benefits-inner .list .box h3.active {
  color: var(--red);
}
#benefits .benefits-inner .list .box h3.active:after {
  opacity: 0;
}
#benefits .benefits-inner .list .box h3.active::before {
  opacity: 1;
}
#benefits .benefits-inner .list .box .text {
  display: none;
  padding: 0 4rem 2.8rem 4rem;
  position: relative;
}
#benefits .benefits-inner .list .box .text .lead {
  border-top: 1px solid var(--gray);
  padding: 2.5rem 0 0 0;
}
#benefits .benefits-inner .list .box .text .lead.pd-btm {
  padding-bottom: 2.5rem;
}
#benefits .benefits-inner .list .box .text .lead .jp {
  display: block;
  margin-top: 1rem;
}
#benefits .benefits-inner .list .box .text .voice {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 2.8rem 2.7rem 2.8rem;
  border-radius: 1rem;
  background: var(--white);
}
#benefits .benefits-inner .list .box .text .voice.mg-bt {
  margin-bottom: 2rem;
}
#benefits .benefits-inner .list .box .text .voice .pht-box .pht {
  width: 3.8vw;
  margin: 0 auto;
  flex-shrink: 0;
}
#benefits .benefits-inner .list .box .text .voice .pht-box .en {
  display: block;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 0.7rem 0 0.3rem 0;
}
#benefits .benefits-inner .list .box .text .voice .pht-box .year {
  display: block;
  text-align: center;
}
#benefits .benefits-inner .list .box .text .voice .voice-box {
  flex: 1;
  margin-left: 2.2rem;
  min-width: 0;
}
#benefits .benefits-inner .list .box .text .voice .voice-box h4 {
  padding-bottom: 0.2rem;
}
#benefits .benefits-inner .list .box .text .voice .voice-box .voice-txt {
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  #benefits {
    padding-top: 2rem;
  }
  #benefits .benefits-inner {
    width: 90%;
  }
  #benefits .benefits-inner .list {
    margin-top: 3rem;
  }
  #benefits .benefits-inner .list .box {
    background: #F8F8F8;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
  }
  #benefits .benefits-inner .list .box.start {
    margin-top: 0;
  }
  #benefits .benefits-inner .list .box h3 {
    font-size: 1.6rem;
    padding: 2.2rem 2.5rem 2.2rem 2rem;
  }
  #benefits .benefits-inner .list .box h3:after {
    width: 5vw;
    height: 5vw;
    top: 50%;
    right: 2.2rem;
    margin-top: -0.98rem;
  }
  #benefits .benefits-inner .list .box h3::before {
    width: 5vw;
    height: 5vw;
    top: 50%;
    right: 2.2rem;
    margin-top: -0.98rem;
  }
  #benefits .benefits-inner .list .box h3:hover {
    color: var(--black);
  }
  #benefits .benefits-inner .list .box h3.active {
    color: var(--red);
  }
  #benefits .benefits-inner .list .box .text {
    padding: 0 2.2rem 2.5rem 2.2rem;
  }
  #benefits .benefits-inner .list .box .text .lead {
    font-size: 1.4rem;
    padding: 2rem 0 0 0;
  }
  #benefits .benefits-inner .list .box .text .lead.pd-btm {
    padding-bottom: 2rem;
  }
  #benefits .benefits-inner .list .box .text .voice {
    display: block;
    padding: 2rem 2.5rem 2rem 2.5rem;
    border-radius: 1rem;
  }
  #benefits .benefits-inner .list .box .text .voice .pht-box .pht {
    width: 17vw;
    margin: 0 auto;
    flex-shrink: 0;
  }
  #benefits .benefits-inner .list .box .text .voice .pht-box .en {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding: 0.7rem 0 0.3rem 0;
  }
  #benefits .benefits-inner .list .box .text .voice .pht-box .year {
    display: block;
    text-align: center;
  }
  #benefits .benefits-inner .list .box .text .voice .voice-box {
    margin-left: 0;
  }
  #benefits .benefits-inner .list .box .text .voice .voice-box h4 {
    padding: 0.7rem 0 0;
    text-align: center;
  }
  #benefits .benefits-inner .list .box .text .voice .voice-box .voice-txt {
    line-height: 2.2rem;
  }
}
/* location
--------------------- */
.location.pd-50 {
  padding-top: 5rem;
}
.location .inner {
  padding: 4.5rem 10rem 6rem 10rem;
  border-radius: 1.5rem;
  background-color: var(--white);
}
.location .inner .title {
  margin-bottom: 3rem;
}
.location .inner .title h2 {
  font-size: 2.6rem;
}
.location .inner .title .en {
  font-size: 1.4rem;
}
.location .inner .list {
  width: 100%;
}
.location .inner .list .item {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dotted var(--gray);
}
.location .inner .list .item:nth-last-of-type(1) {
  border-bottom: 1px dotted var(--gray);
}
.location .inner .list .item h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.location .inner .list .item .red-around {
  position: relative;
  padding-left: 2.4rem;
}
.location .inner .list .item .red-around::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 100%;
  background: var(--red);
}
.location .inner .list .item .red-around.red-around-01::before {
  top: 1.05rem;
}
.location .inner .list .item .box {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .location.pd-50 {
    padding-top: 3rem;
  }
  .location .inner {
    padding: 3rem 3rem 4rem 3rem;
    border-radius: 1.5rem;
  }
  .location .inner .title {
    margin-bottom: 2.5rem;
  }
  .location .inner .title h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .location .inner .title .en {
    font-size: 1.2rem;
  }
  .location .inner .list .item {
    display: block;
    padding: 2rem 0 2rem 0;
  }
  .location .inner .list .item::before {
    content: "";
    width: 6%;
  }
  .location .inner .list .item:nth-last-of-type(1) {
    border-bottom: 1px solid var(--gray);
  }
  .location .inner .list .item:nth-last-of-type(1)::after {
    width: 6%;
  }
  .location .inner .list .item h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
  .location .inner .list .item .red-around {
    padding-left: 2rem;
  }
  .location .inner .list .item .red-around::before {
    top: 1.1rem;
    left: 0.5rem;
    width: 2vw;
    height: 2vw;
  }
  .location .inner .list .item .red-around.red-around-01::before {
    top: 1.05rem;
  }
  .location .inner .list .item .box {
    display: block;
    width: 100%;
  }
  .location .inner .list .item .box p {
    line-height: 2.3rem;
  }
}
/* pickup
--------------------- */
#pickup .inner .con-title02 {
  margin-bottom: 5.5rem;
}
#pickup .inner .tab-contents .tab-buttons {
  display: flex;
  justify-content: space-between;
}
#pickup .inner .tab-contents .tab-buttons button {
  display: block;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
  width: calc((100% - 2rem) / 3);
  padding: 1.9rem 1.9rem 1.8rem 1.9rem;
  cursor: pointer;
  color: var(--white);
  border: none;
  border-radius: 1.5rem 1.5rem 0 0;
  transition: var(--hover_ani_time);
  background: #A6A6A6 url("../img/arrow.svg") no-repeat center right 4rem/1.1vw;
}
#pickup .inner .tab-contents .tab-buttons button:hover {
  opacity: 0.5;
}
#pickup .inner .tab-contents .tab-buttons button.is-active {
  opacity: 1;
  background: var(--red) url("../img/arrow.svg") no-repeat center right 4rem/1.1vw;
}
#pickup .inner .tab-contents .tab-content {
  display: none;
  padding: 8rem 10rem 12rem 10rem;
  border-radius: 0 0 3rem 3rem;
  background: var(--white);
}
#pickup .inner .tab-contents .tab-content.is-active {
  display: block;
}
#pickup .inner .tab-contents .tab-content .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
#pickup .inner .tab-contents .tab-content .top .txt {
  margin-top: 3rem;
  margin-right: 6.5rem;
}
#pickup .inner .tab-contents .tab-content .top .txt .title {
  margin-bottom: 3.5rem;
}
#pickup .inner .tab-contents .tab-content .top .txt .title h3 {
  font-size: 3.1rem;
  line-height: 1;
  margin-bottom: 0.9rem;
}
#pickup .inner .tab-contents .tab-content .top .txt .title .en {
  font-weight: 500;
}
#pickup .inner .tab-contents .tab-content .top .txt .list {
  padding-left: 1.5rem;
}
#pickup .inner .tab-contents .tab-content .top .txt .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 2rem;
}
#pickup .inner .tab-contents .tab-content .top .txt .list .item h4 {
  position: relative;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 0.7rem;
}
#pickup .inner .tab-contents .tab-content .top .txt .list .item h4::before {
  content: "";
  position: absolute;
  top: 31%;
  left: -1.5rem;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100%;
  background: var(--red);
}
#pickup .inner .tab-contents .tab-content .top .txt .list .item p {
  line-height: 3rem;
}
#pickup .inner .tab-contents .tab-content .top iframe {
  flex-shrink: 0;
  width: 35.76vw;
  height: 23.57vw;
  overflow: hidden;
  border-radius: 2rem;
}
#pickup .inner .tab-contents .tab-content .head {
  position: relative;
}
#pickup .inner .tab-contents .tab-content .head::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F8BABF;
}
#pickup .inner .tab-contents .tab-content .head::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 68%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F8BABF;
}
#pickup .inner .tab-contents .tab-content .head .pht {
  position: relative;
  z-index: 2;
  width: 38vw;
  margin: 0 auto;
}
#pickup .inner .tab-contents .tab-content .wrapper {
  margin-top: 10rem;
}
#pickup .inner .tab-contents .tab-content .wrapper.start {
  margin-top: 8rem;
}
#pickup .inner .tab-contents .tab-content .wrapper .txt {
  margin-bottom: 5.3rem;
}
#pickup .inner .tab-contents .tab-content .wrapper .txt .title {
  display: flex;
  align-items: center;
  margin-bottom: 2.6rem;
}
#pickup .inner .tab-contents .tab-content .wrapper .txt .title .en {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin: 0.3rem 1.8rem 0 0;
  padding: 0.6rem 2rem 0.4rem;
  border-radius: 0.3rem;
  border: 1px solid var(--red);
}
#pickup .inner .tab-contents .tab-content .wrapper .txt .title h4 {
  font-size: 2.8rem;
  line-height: 1;
}
#pickup .inner .tab-contents .tab-content .wrapper .pht-box {
  display: flex;
  justify-content: space-between;
}
#pickup .inner .tab-contents .tab-content .wrapper .pht-box .pht {
  width: calc(50% - 1.5rem);
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #pickup .inner .con-title02 {
    margin-bottom: 2.5rem;
  }
  #pickup .inner .tab-contents .tab-buttons button {
    font-size: 1.55rem;
    line-height: 2rem;
    width: calc((100% - 1rem) / 3);
    padding: 1rem 1.5rem 0.8rem 1.5rem;
    border-radius: 1rem 1rem 0 0;
    background: #A6A6A6 url("../img/arrow.svg") no-repeat center right 1rem/2.5vw;
  }
  #pickup .inner .tab-contents .tab-buttons button:hover {
    opacity: 1;
  }
  #pickup .inner .tab-contents .tab-buttons button.is-active {
    background: var(--red) url("../img/arrow.svg") no-repeat center right 1rem/2.5vw;
  }
  #pickup .inner .tab-contents .tab-content {
    display: none;
    padding: 4rem 2.3rem 5rem 2.3rem;
    border-radius: 0 0 1.3rem 1.3rem;
  }
  #pickup .inner .tab-contents .tab-content .top {
    display: block;
    margin-bottom: 4.6rem;
  }
  #pickup .inner .tab-contents .tab-content .top .txt {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .title {
    margin-bottom: 2.5rem;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .title h3 {
    font-size: 2.1rem;
    margin-bottom: 0.7rem;
    text-align: center;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .title .en {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .list {
    padding-left: 1.5rem;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.4rem;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .list .item h4 {
    padding-bottom: 0.7rem;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .list .item h4::before {
    top: 25%;
    left: -1.5rem;
    width: 1.5vw;
    height: 1.5vw;
  }
  #pickup .inner .tab-contents .tab-content .top .txt .list .item p {
    line-height: 2.5rem;
  }
  #pickup .inner .tab-contents .tab-content .top iframe {
    width: 100%;
    height: 55vw;
    border-radius: 1.2rem;
  }
  #pickup .inner .tab-contents .tab-content .head::before {
    top: 60%;
    left: 0;
    width: 100%;
  }
  #pickup .inner .tab-contents .tab-content .head::after {
    top: 68%;
    left: 0;
    width: 100%;
  }
  #pickup .inner .tab-contents .tab-content .head .pht {
    width: 93%;
  }
  #pickup .inner .tab-contents .tab-content .wrapper {
    margin-top: 5rem;
  }
  #pickup .inner .tab-contents .tab-content .wrapper.start {
    margin-top: 3.6rem;
  }
  #pickup .inner .tab-contents .tab-content .wrapper .txt {
    margin-bottom: 2.5rem;
  }
  #pickup .inner .tab-contents .tab-content .wrapper .txt .title {
    display: block;
    margin-bottom: 1.8rem;
  }
  #pickup .inner .tab-contents .tab-content .wrapper .txt .title .en {
    font-size: 1.2rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 1.3rem 0;
    padding: 0.5rem 1rem 0.4rem;
    border-radius: 0.3rem;
  }
  #pickup .inner .tab-contents .tab-content .wrapper .txt .title h4 {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
  #pickup .inner .tab-contents .tab-content .wrapper .pht-box {
    display: block;
  }
  #pickup .inner .tab-contents .tab-content .wrapper .pht-box .pht {
    width: 100%;
    border-radius: 1.3rem;
  }
  #pickup .inner .tab-contents .tab-content .wrapper .pht-box .pht:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */