@charset "utf-8";
/* CSS Document */

/* フォント */
.f-satoshi {
  font-family: 'Satoshi', sans-serif;
}

/* 共通 */
body {
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  vertical-align: bottom;
}
.basic-p {
  font-size: 18px;
  line-height: 1.833;
  word-break: break-all;
}
.title {
  text-align: center;
  position: relative;
}
.title::after {
  content: "";
  background: #2E3B92;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.color-blue {
  color: #2E3B92;
}
@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
  .title {
    font-size: 52px;
    padding-bottom: 50px;
  }
  .title::after {
    width: 100px;
    height: 5px;
  }
  a {
    transition-duration: .3s;
  }
  a:hover {
    opacity: .7;
  }
  .fw-900 {
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  .basic-p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .title {
    font-size: 35px;
    line-height: 1.22;
    padding-bottom: 38px;
  }
  .title::after {
    width: 78px;
    height: 5px;
  }
  .fw-900 {
    font-weight: 900;
  }
}
@media screen and (max-width: 375px) {
  .basic-p {
    font-size: 14px;
  }
  .title {
    font-size: 32px;
    line-height: 1.22;
    padding-bottom: 33px;
  }
  .title::after {
    width: 72px;
    height: 5px;
  }
}

/* ファーストビュー */
.fv {
  background: url("../img/fv_bg_pc.jpg") center center repeat;
  overflow: hidden;
  padding: 0 3%;
}
.fv_area1 {
  max-width: 1430px;
  margin: 0 auto;
  position: relative;
}
.fv_list {
  display: flex;
}
.fv_list li {
  align-items: center;
  background-color: #2E3B92;
  border-radius: 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.fv_area1 p {
  color: #fff;
}
.fv_text1 span {
  display: inline-block;
  position: relative;
}
.fv_text1 span::after {
  background-color: #FFEB00;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  width: 100%;
  position: absolute;
}
.fv_text2 span {
  color: #FFEB00;
}
.fv_anker {
  display: flex;
}

@media screen and (min-width: 1201px) {
  .fv_area1 {
    padding: 132px 0 130px;
  }
  .fv_list {
    grid-gap: 10px;
    margin-bottom: 30px;
  }
  .fv_list li {
    font-size: 30px;
    height: 60px;
    max-width: 160px;
    width: 100%;
  }
  .fv_text1 {
    font-size: 60px;
  }
  .fv_text2 {
    font-size: 84px;
    margin-bottom: 29px;
  }
  .fv_text3 {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: .03em;
    margin-bottom: 42px;
  }
  .fv_anker {
    grid-gap: 15px;
  }
  .fv_area2 {
    position: absolute;
    right: -139px;
    top: 50%;
    transform: translate(0,-50%);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .fv_area2 {
    width: 40%;
  }
  .fv_text1 {
    font-size: 57px;
  }
  .fv_text2 {
    font-size: 78px;
  }
  .fv_anker {
    max-width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .fv {
    background: url("../img/fv_bg_sp.jpg") center center repeat;
    padding: 0 15px;
  }
  .fv_area1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 0 30px;
  }
  .fv_list {
    grid-gap: 7px;
    margin-bottom: 10px;
  }
  .fv_list li {
    font-size: 22px;
    height: 46px;
    width: 100%;
    max-width: 122px;
  }
  .fv_text1 {
    font-size: 32px;
    margin-bottom: 9px;
  }
  .fv_text1 span::after {
    height: 2px;
  }
  .fv_text2 {
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .fv_text3 {
    font-size: 15px;
    line-height: 1.666;
    letter-spacing: .03em;
  }
  .fv_anker {
    grid-gap: 10px;
    margin: 14px 0 25px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .fv_area1 {
    max-width: 414px;
  }
  .fv_anker {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 13px 0 21px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 375px) {
  .fv {
    padding: 0 13px;
  }
  .fv_area1 {
    margin: 0 auto;
    padding: 29px 0 27px;
  }
  .fv_list {
    grid-gap: 7px;
    margin-bottom: 9px;
  }
  .fv_list li {
    font-size: 20px;
    height: 42px;
    width: 100%;
    max-width: 111px;
  }
  .fv_text1 {
    font-size: 29px;
    margin-bottom: 9px;
  }
  .fv_text2 {
    font-size: 58px;
    line-height: 1.18;
    margin-bottom: 3px;
  }
  .fv_text3 {
    font-size: 14px;
    letter-spacing: 0;
  }
}


/* コンバージョン */
.cv {
  background: url("../img/conversion_bg.png") center center repeat #2E3B92;
  text-align: center;
}
.cv_text {
  color: #fff;
}
.cv_item {
  color: #fff;
}
.cv_item span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cv_item span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
}
.cv_item1 {
  background-color: #50BA48;
}
.cv_item1 span::before {
  background: url("../img/icon_conversion1.svg") center center no-repeat;
  background-size: contain;
}
.cv_item2 {
  background-color: #FF9300;
}
.cv_item2 span::before {
  background: url("../img/icon_conversion2.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .cv {
    padding: 110px 10%;
  }
  .cv_text {
    font-size: 45px;
    margin-bottom: 52px;
  }
  .cv_list {
    display: flex;
    grid-gap: 30px;
    justify-content: center;
  }
  .cv_item {
    border-radius: 55px;
    font-size: 33px;
    max-width: 450px;
    width: 100%;
  }
  .cv_item span {
    grid-gap: 20px;
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .cv {
    padding: 53px 9% 52px;
  }
  .cv_text {
    font-size: 32px;
    line-height: 1.28;
    margin-bottom: 33px;
  }
  .cv_item {
    border-radius: 55px;
    font-size: 25px;
    width: 100%;
  }
  .cv_item span {
    grid-gap: 12px;
    height: 65px;
  }
  .cv_item span::before {
    width: 25px;
    height: 25px;
  }
  .cv_item + .cv_item {
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .cv {
    padding: 48px 9% 46px;
  }
  .cv_text {
    font-size: 29px;
    line-height: 1.28;
    margin-bottom: 29px;
  }
  .cv_item {
    border-radius: 55px;
    font-size: 22px;
    width: 100%;
  }
  .cv_item span {
    grid-gap: 10px;
    height: 60px;
  }
  .cv_item span::before {
    width: 22px;
    height: 22px;
  }
  .cv_item + .cv_item {
    margin-top: 13px;
  }
}

/* 廃棄処分による危険性 */
.disposal_parts {
  background: rgb(124,132,188);
  background: linear-gradient(60deg, rgba(124,132,188,1) 0%, rgba(209,213,240,1) 100%);
}
.disposal {
  background: #fff;
  border-radius: 30px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.disposal::before,
.disposal::after,
.disposal_in::before,
.disposal_in::after {
  border-top: 10px solid #2E3B92;
  border-left: 10px solid #2E3B92;
  border-radius: 30px 0 0 0;
  height: 64px;
  width: 64px;
  content: "";
  position: absolute;
}
.disposal::before {
  top: 0;
  left: 0;
  transform: translate(-5px,-5px);
}
.disposal::after {
  top: 0;
  right: 0;
  transform: translate(5px,-5px) rotate(90deg);
}
.disposal_in::before {
  bottom: 0;
  left: 0;
  transform: translate(-5px,5px) rotate(-90deg);
}
.disposal_in::after {
  bottom: 0;
  right: 0;
  transform: translate(5px,5px) rotate(180deg);
}
@media screen and (min-width: 769px) {
  .disposal_parts {
    padding: 100px 15px;
  }
  .disposal {
    padding: 87px 0;
  }
  .disposal_icon {
    margin-bottom: 36px;
  }
  .disposal_tl {
    font-size: 52px;
    margin-bottom: 33px;
  }
  .disposal p + p {
    margin-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .disposal_parts {
    padding: 50px 15px;
  }
  .disposal {
    border-radius: 24px;
    padding: 50px 0;
  }
  .disposal::before,
  .disposal::after,
  .disposal_in::before,
  .disposal_in::after {
    border-top: 8px solid #2E3B92;
    border-left: 8px solid #2E3B92;
    border-radius: 24px 0 0 0;
    height: 59px;
    width: 59px;
    content: "";
    position: absolute;
  }
  .disposal_icon {
    margin-bottom: 28px;
  }
  .disposal_icon img {
    width: 50px;
  }
  .disposal_tl {
    font-size: 30px;
    line-height: 1.333;
    margin-bottom: 26px;
  }
  .disposal_in {
    padding: 0 19px;
  }
  .disposal p {
    text-align: left;
  }
  .disposal p + p {
    margin-top: 14px;
  }
}
@media screen and (max-width: 375px) {
  .disposal_parts {
    padding: 46px 15px;
  }
  .disposal {
    padding: 44px 0 36px;
  }
  .disposal::before,
  .disposal::after,
  .disposal_in::before,
  .disposal_in::after {
    border-top: 6px solid #2E3B92;
    border-left: 6px solid #2E3B92;
    border-radius: 24px 0 0 0;
    height: 50px;
    width: 50px;
    content: "";
    position: absolute;
  }
  .disposal::before {
    top: 0;
    left: 0;
    transform: translate(-3px,-3px);
  }
  .disposal::after {
    top: 0;
    right: 0;
    transform: translate(3px,-3px) rotate(90deg);
  }
  .disposal_in::before {
    bottom: 0;
    left: 0;
    transform: translate(-3px,3px) rotate(-90deg);
  }
  .disposal_in::after {
    bottom: 0;
    right: 0;
    transform: translate(3px,3px) rotate(180deg);
  }
  .disposal_icon {
    margin-bottom: 24px;
  }
  .disposal_icon img {
    width: 47px;
  }
  .disposal_tl {
    font-size: 27px;
    line-height: 1.333;
    margin-bottom: 24px;
  }
  .disposal_in {
    padding: 0 17px;
  }
  .disposal p + p {
    margin-top: 10px;
  }
}

/* 安心・安全な買取サービスとは？ */
.about_parts {
  background: #F2F6FC;
}
@media screen and (min-width: 769px) {
  .about_parts {
    padding: 127px 3%;
  }
  .about_text {
    text-align: center;
  }
  .about_title {
    font-size: 32px;
    margin-top: 42px;
    margin-bottom: 17px;
    text-align: center;
  }
  .about_list {
    display: flex;
    grid-gap: 30px;
    justify-content: center;
    margin: 42px auto 0;
    max-width: 1480px;
  }
  .about_item {
    flex: 1;
  }
  .about_image {
    margin-bottom: 15px;
  }
  .about_item_tl {
    font-size: 27px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .about_parts {
    padding: 54px 15px 48px;
  }
  .about_title {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 28px;
    margin-bottom: 14px;
    text-align: left;
  }
  .about_list {
    margin: 26px auto 0;
  }
  .about_image {
    margin-bottom: 11px;
  }
  .about_item + .about_item {
    margin-top: 27px;
  }
  .about_item_tl {
    font-size: 23px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  .about_parts {
    padding: 51px 3% 43px;
  }
  .about_title {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 12px;
    text-align: left;
  }
  .about_list {
    margin: 23px auto 0;
  }
  .about_image {
    margin-bottom: 7px;
  }
  .about_item + .about_item {
    margin-top: 24px;
  }
  .about_item_tl {
    font-size: 21px;
    margin-bottom: 4px;
  }
  .about_item p.basic-p {
    line-height: 1.75;
  }
}

/* 壊れていても回収 */
.collect_image {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .collect_image {
    border-radius: 20px;
    background: url("../img/collect_bg_pc.png") center center no-repeat;
    margin-top: 43px;
  }
  .collect_parts {
    padding-top: 130px;
  }
  .collect_text {
    width: 44.2%;
    margin-left: auto;
    padding: 192px 0;
  }
  .collect_tl {
    font-size: 35px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .collect_parts {
    padding-top: 53px;
  }
  .collect {
    padding: 0 15px;
  }
  .collect_image {
    border-radius: 20px;
    background: url("../img/collect_bg_sp.png") center bottom no-repeat;
    background-size: cover;
    margin-top: 26px;
    padding-bottom: 66%;
  }
  .collect_text {
    padding: 40px 25px;
  }
  .collect_tl {
    font-size: 23px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 414px) {
  .collect_image {
    padding-bottom: 270px;
  }
}
@media screen and (max-width: 375px) {
  .collect_parts {
    padding-top: 50px;
  }
  .collect_tl {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .collect_image {
    padding-bottom: 248px;
  }
}

/* SDGs */
.sdgs_tl {
  align-items: center;
  display: flex;
  padding-right: 26px;
}
.sdgs {
  overflow: hidden;
}
.sdgs_image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sdgs {
    padding: 125px 0;
  }
  .sdgs_in {
    align-items: center;
    display: flex;
    max-width: 1500px;
    margin: 42px auto 0;
  }
  .sdgs_text,
  .sdgs_image {
    width: 50%;
  }
  .sdgs_tl {
    grid-gap: 30px;
    margin-bottom: 28px;
  }
  .sdgs_tl_icon {
    width: 143px;
  }
  .sdgs_tl_tx {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 23px;
  }
  .sdgs_image::after {
    background: url("../img/wp_bg.png") center bottom no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 628px;
    height: 280px;
    transform: translate(50%,50%);
  }
}
@media screen and (max-width: 768px) {
  .sdgs {
    background: url("../img/wp_bg.png") center bottom no-repeat;
    padding: 84px 0 52px;
  }
  .sdgs_in {
    margin: 26px auto 0;
    padding: 0 15px;
  }
  .sdgs_tl {
    grid-gap: 30px;
    margin-bottom: 11px;
  }
  .sdgs_tl_icon {
    width: 125px;
  }
  .sdgs_tl_tx {
    font-size: 25px;
    line-height: 1.4;
    flex: 1;
  }
  .sdgs_image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .sdgs {
    background-size: 100% auto;
    padding: 55px 0 45px;
  }
  .sdgs_in {
    margin: 25px auto 0;
    padding: 0 15px;
  }
  .sdgs_tl {
    grid-gap: 26px;
    margin-bottom: 10px;
  }
  .sdgs_tl_icon {
    width: 112px;
  }
  .sdgs_tl_tx {
    font-size: 23px;
    line-height: 1.4;
    flex: 1;
  }
  .sdgs_image {
    margin-top: 25px;
  }
}

/* サービス事例 */
.service_parts {
  background: url("../img/service_bg.jpg") center bottom repeat;
}
.service_list {
  max-width: 1100px;
  margin: 0 auto;
}
.service_image {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .service_parts {
    background-size: auto 100%;
  }
  .service {
    padding: 136px 0;
  }
  .service_list {
    display: flex;
    grid-gap: 30px;
    margin-top: 40px;
    justify-content: center;
  }
  .service_item {
    flex: 1;
    max-width: 535px;
  }
  .service_image {
    text-align: center;
    margin-bottom: 26px;
  }
  .service_name {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .service_comment {
    font-size: 28px;
    line-height: 1.32;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 50px 15px;
  }
  .service_list {
    margin-top: 27px;
  }
  .service_item + .service_item {
    margin-top: 28px;
  }
  .service_image {
    text-align: center;
    margin-bottom: 13px;
  }
  .service_image img {
    width: 250px;
  }
  .service_name {
    font-size: 17px;
    margin-bottom: 13px;
  }
  .service_comment {
    font-size: 23px;
    line-height: 1.32;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  .service_item + .service_item {
    margin-top: 22px;
  }
  .service_image img {
    width: 225px;
  }
  .service_name {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .service_comment {
    font-size: 21px;
    line-height: 1.32;
    margin-bottom: 8px;
  }
}


/* ホワイトペーパー */
.wp_parts {
  overflow: hidden;
  position: relative;
}
.wp_btn a {
  align-items: center;
  display: flex;
  border: 2px solid #E8E8E8;
  justify-content: center;
}
.wp_btn a::after {
  content: "";
  display: block;
  border-radius: 50%;
  background: url("../img/wp_arw.svg") center center no-repeat #2E3B92;
  background-size: 10px auto;
  width: 24px;
  height: 24px;
}
.wp_image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .wp {
    padding: 120px 0;
  }
  .wp_in {
    align-items: center;
    display: flex;
    max-width: 1500px;
    margin: 40px auto 0;
  }
  .wp_image,
  .wp_text {
    width: 50%;
  }
  .wp_image::after {
    background: url("../img/wp_bg.png") center bottom no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 628px;
    height: 280px;
    transform: translate(-50%,50%);
  }
  .wp_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .wp_text {
    padding-left: 26px;
  }
  .wp_btn {
    margin-top: 28px;
  }
  .wp_btn a {
    border-radius: 40px;
    grid-gap: 20px;
    font-size: 20px;
    width: 380px;
    height: 80px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wp {
    padding: 52px 0;
  }
  .wp_in {
    padding: 27px 15px 0;
  }
  .wp_image {
    margin-bottom: 28px;
  }
  .wp_title {
    font-size: 25px;
    margin-bottom: 24px;
  }
  .wp_btn {
    margin-top: 21px;
  }
  .wp_btn a {
    border-radius: 40px;
    grid-gap: 20px;
    font-size: 17px;
    width: 90%;
    height: 70px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .wp {
    padding: 38px 0;
  }
  .wp_in {
    padding: 27px 15px 0;
  }
  .wp_image {
    margin-bottom: 25px;
  }
  .wp_title {
    font-size: 23px;
    margin-bottom: 17px;
  }
  .wp_btn {
    margin-top: 17px;
  }
  .wp_btn a {
    border-radius: 40px;
    grid-gap: 18px;
    font-size: 16px;
    width: 90%;
    height: 64px;
    margin: 0 auto;
  }
}


/* 買取サービスの流れ */
.flow_parts {
  background: #F2F6FC;
}
.flow_in {
  max-width: 1100px;
  margin: 0 auto;
}
.flow_text {
  text-align: center;
}
.flow_list {
  background: #E5EDF9;
}
.flow_list li {
  display: flex;
}
.flow_list li span {
  flex: 1;
}
.flow_list li::before {
  content: "";
  background: #2E3B92;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: .7em;
}
.flow_item {
  background: #fff;
}
.flow_index {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 769px) {
  .flow {
    padding: 140px 0 127px;
  }
  .flow_text {
    margin: 41px 0 28px;
  }
  .flow_list {
    padding: 31px 40px;
    margin-bottom: 30px;
  }
  .flow_list li {
    grid-gap: 10px;
  }
  .flow_item {
    align-items: center;
    display: flex;
    grid-gap: 20px;
    padding: 37px 44px;
    margin-top: 7px;
  }
  .flow_index {
    font-size: 25px;
    grid-gap: 20px;
  }
  .flow_tl {
    text-align: center;
    width: 170px;
  }
  .flow_caution {
    margin-top: 29px;
  }
  .flow_caution_tl {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .flow_caution_item + .flow_caution_item {
    margin-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 53px 0 49px;
  }
  .flow_in {
    padding: 0 15px;
  }
  .flow_text {
    margin: 23px 15px 12px;
    text-align: left;
  }
  .flow_list {
    padding: 22px 30px;
    margin-bottom: 25px;
  }
  .flow_list li {
    grid-gap: 10px;
  }
  .flow_list li + li {
    margin-top: 2px;
  }
  .flow_item {
    padding: 20px 30px 23px;
    margin-top: 7px;
  }
  .flow_index {
    font-size: 22px;
    grid-gap: 10px;
  }
  .flow_caution {
    margin-top: 29px;
  }
  .flow_caution_tl {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .flow_caution_item + .flow_caution_item {
    margin-top: 27px;
  }
}
@media screen and (max-width: 375px) {
  .flow {
    padding: 55px 0 42px;
  }
  .flow_in {
    padding: 0 15px;
  }
  .flow_text {
    margin: 23px 15px 12px;
    text-align: left;
  }
  .flow_list {
    padding: 20px 25px;
    margin-bottom: 25px;
    line-height: 1.7;
  }
  .flow_list li {
    grid-gap: 10px;
  }
  .flow_list li + li {
    margin-top: 2px;
  }
  .flow_item {
    padding: 20px 26px 19px;
    margin-top: 7px;
  }
  .flow_index {
    font-size: 19px;
    grid-gap: 10px;
  }
  .flow_caution {
    margin-top: 25px;
  }
  .flow_caution_tl {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .flow_caution_item p.basic-p {
    line-height: 1.75;
  }
  .flow_caution_item + .flow_caution_item {
    margin-top: 25px;
  }
}

/* リユースパソコン・タブレット */
.reuse_parts {
  background: #2E3B92;
  overflow: hidden;
}
.reuse-width {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.reuse_tl_en,
.reuse_tl_area {
  color: #fff;
}
.reuse_tl_en {
  letter-spacing: .03em;
}
.reuse .swiper-slide {
  color: #fff;
}
.swiper-image {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.swiper-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 95%;
  height: 95%;
  object-fit: scale-down;
}
.swiper-button-reuse {
  background: url("../img/slider-arw.svg") center center no-repeat;
  background-size: 20px auto;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 64px;
  height: 64px;
}
.swiper-button-prev-reuse {
  transform: rotate(180deg);
}
.swiper-btnarea-reuse {
  align-items: center;
  display: flex;
}
.swiper-scrollbar-reuse {
  background: #525B95;
  height: 2px;
}
.swiper-scrollbar-reuse .swiper-scrollbar-drag {
  background: #fff;
  height: 2px;
}
@media screen and (min-width: 769px) {
  .reuse {
    padding: 108px 0;
  }
  .reuse .swiper-slide {
    max-width: 404px;
  }
  .reuse_tl_en {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .reuse_tl {
    font-size: 52px;
  }
  .reuse_tl_area {
    align-items: center;
    display: flex;
    grid-gap: 30px;
    margin-bottom: 42px;
  }
  .swiper-reuse {
    max-width: calc( 100% - ( ( 100% - 1500px) / 2 ) );
    margin-left: auto;
    overflow: hidden;
  }
  .swiper-image {
    margin-bottom: 25px;
  }
  .swiper-btnarea-reuse {
    grid-gap: 10px;
  }
  .swiper-control-reuse {
    align-items: center;
    margin-top: 43px;
    max-width: 1500px;
    display: flex;
    grid-gap: 30px;
    justify-content: space-between;
  }
  .swiper-scrollbar-reuse {
    flex: 1;
    max-width: 85%;
  }
  .swiper-button-reuse {
    transition-duration: .3s;
  }
  .swiper-button-reuse:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .reuse {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reuse {
    padding: 49px 0;
  }
  .reuse .swiper-slide {
    max-width: 178px;
  }
  .reuse_tl_en {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .reuse_tl {
    font-size: 38px;
    line-height: 1.22;
    margin-bottom: 15px;
  }
  .reuse_tl_area {
    margin-bottom: 28px;
  }
  .reuse-width {
    padding: 0 15px;
  }
  .swiper-reuse {
    margin-left: 15px;
  }
  .swiper-image {
    margin-bottom: 8px;
  }
  .reuse .swiper-slide p.basic-p {
    line-height: 1.62;
  }
  .swiper-control-reuse {
    margin-top: 36px;
    padding-right: 15px;
  }
  .swiper-btnarea-reuse {
    grid-gap: 25px;
    margin-top: 30px;
  }
  .swiper-button-reuse {
    background-size: 20px auto;
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 375px) {
  .reuse {
    padding: 44px 0;
  }
  .reuse .swiper-slide {
    max-width: 160px;
  }
  .reuse_tl_en {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .reuse_tl {
    font-size: 34px;
    line-height: 1.22;
    margin-bottom: 15px;
  }
  .reuse_tl_area {
    margin-bottom: 24px;
  }
  .reuse-width {
    padding: 0 15px;
  }
  .swiper-reuse {
    margin-left: 15px;
  }
  .swiper-image {
    margin-bottom: 8px;
  }
  .reuse .swiper-slide p.basic-p {
    line-height: 1.5;
  }
  .swiper-control-reuse {
    margin-top: 36px;
    padding-right: 15px;
  }
  .swiper-btnarea-reuse {
    grid-gap: 23px;
    margin-top: 26px;
  }
  .swiper-button-reuse {
    background-size: 20px auto;
    width: 46px;
    height: 46px;
  }
}

.faq_parts {
  background: url("../img/faq_bg.gif") center 0 no-repeat;
  background-size: 100%;
}
.faq {
  background: #fff;
  max-width: 1500px;
  margin: 0 auto;
}
.faq_list {
  max-width: 1100px;
  margin: 0 auto;
}
.faq_item {
  background: #F2F6FC;
  cursor: pointer;
}
.faq_content {
  display: flex;
}
.faq_content_q {
  position: relative;
}
.faq_content_q::before,
.faq_content_q::after {
  background: #2E3B92;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  transition-duration: .3s;
}
.faq_content_q::after {
  transform: translate(0,-50%) rotate(90deg);
}
.active .faq_content_q::after {
  transform: translate(0,-50%) rotate(0);
}
@media screen and (min-width: 769px) {
  .faq {
    border-radius: 15px;
    padding: 130px 0;
  }
  .faq_icon {
    font-size: 27px;
  }
  .faq_list {
    margin-top: 42px;
  }
  .faq_item {
    border-radius: 20px;
    padding: 40px;
  }
  .faq_item + .faq_item {
    margin-top: 18px;
  }
  .faq_q  {
    font-size: 23px;
    line-height: 1.478;
  }
  .faq_content {
    grid-gap: 15px;
  }
  .faq_content_q {
    padding-right: 25px;
  }
  .faq_content_a {
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    border-radius: 15px;
    margin: 0 15px;
    padding: 65px 0;
  }
  .faq_icon {
    font-size: 23px;
  }
  .faq_list {
    margin-top: 30px;
  }
  .faq_item {
    border-radius: 10px;
    padding: 23px;
  }
  .faq_item + .faq_item {
    margin-top: 16px;
  }
  .faq_q  {
    font-size: 18px;
    line-height: 1.478;
  }
  .faq_content {
    grid-gap: 15px;
    padding-right: 25px;
  }
  .faq_content_a {
    padding-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .faq {
    border-radius: 15px;
    margin: 0 15px;
    padding: 61px 0;
  }
  .faq_icon {
    font-size: 21px;
  }
  .faq_list {
    margin-top: 30px;
  }
  .faq_item {
    border-radius: 10px;
    padding: 21px;
  }
  .faq_item + .faq_item {
    margin-top: 14px;
  }
  .faq_q  {
    font-size: 16px;
    line-height: 1.478;
  }
  .faq_content {
    grid-gap: 8px;
    padding-right: 25px;
  }
  .faq_content_a {
    padding-top: 12px;
  }
}

/* フッター */
/* ※例外：page-id-1138 および page-id-868 の場合は適用しない */
body:not(.page-id-1138):not(.page-id-868) .footer {
  background: #F2F6FC;
  text-align: center;
}
body:not(.page-id-1138):not(.page-id-868) .footer p {
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  body:not(.page-id-1138):not(.page-id-868) .footer {
    padding: 60px 0 15px;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer_logo {
    margin-bottom: 25px;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer p {
    font-size: 16px;
    margin-top: 16px;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer p a {
    display: inline-block;
    padding: 0 0.5em;
    text-decoration: underline;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer p.copy {
    font-size: 15px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  body:not(.page-id-1138):not(.page-id-868) .footer {
    padding: 40px 0 15px;
  }
  /* 例外ページは個別指定 */
  body.page-id-1138 .footer,
  body.page-id-868 .footer {
    padding-bottom: 82px;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer_logo {
    max-width: 70%;
    margin: 0 auto 25px;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer p {
    font-size: 13px;
    margin-top: 16px;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer p a {
    display: inline-block;
    padding: 0 0.5em;
    text-decoration: underline;
  }
  body:not(.page-id-1138):not(.page-id-868) .footer p.copy {
    font-size: 11px;
    margin-top: 12px;
  }
}

.floating {
  position: fixed;
  opacity: 0;
  transition-duration: .5s;
  z-index: 100;
}
.floating a {
  display: block;
}
@media screen and (min-width: 769px) {
  .floating {
    bottom: 15px;
    right: 15px;
  }
  .floating li {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .floating li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .floating {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .floating ul {
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    display: flex;
    grid-gap: 1px;
  }
  .floating ul li {
    background: #fff;
    flex: 1;
    text-align: center;
  }
  .floating ul li a {
    padding: 23px 0 20px;
  }
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* kairosフォーム */
@media(min-width: 768px) {
  .kform-body {
  background-color: #F2F6FC;
}
.kform-container {
  width: 80%;
  min-width: 700px;
  margin: 0 auto;
  padding-top: 50px;
  background-color: #FFF;
}
.kform-content {
  width: 80%;
  margin: 0px auto 0;
}
}
